[syslog-ng]1.52 Solaris didn't include -lresov

Lancashire, Pete PLancashire@columbia.com
Fri, 27 Sep 2002 14:29:40 -0700


Hi,

syslog-ng@lists.balabit.hu

New to the list so don't know if this is new or not
the 1.5.12 configure does not add -lresolv to the list
of required lib's

and not in the 'warning' list of bugs, gcc 3.0.3

gcc -DHAVE_CONFIG_H -I. -I/usr/local/tmp/syslog-ng-1.5.21/src -I.     -g
-O2 -Wall -I/usr/local/include/libol -D_GNU_SOURCE -c main.c
main.c: In function `main':
main.c:438: warning: passing arg 2 of `resolve_user_group' from
incompatible pointer type
main.c:438: warning: passing arg 3 of `resolve_user_group' from
incompatible pointer type
main.c:442: warning: passing arg 2 of `resolve_group' from incompatible
pointer type

gcc -DHAVE_CONFIG_H -I. -I/usr/local/tmp/syslog-ng-1.5.21/src -I.     -g
-O2 -Wall -I/usr/local/include/libol -D_GNU_SOURCE -c center.c
center.c: In function `do_distribute_log':
center.c:157: warning: deprecated use of label at end of compound
statement

gcc -DHAVE_CONFIG_H -I. -I/usr/local/tmp/syslog-ng-1.5.21/src -I.     -g
-O2 -Wall -I/usr/local/include/libol -D_GNU_SOURCE -c filters.c
filters.c: In function `do_filter_call':
filters.c:342: warning: implicit declaration of function `memcmp'

and in src/test

testall use /bin/sh but uses bash features

export SYSLOG_NG=3D../syslog-ng
export LOGGER=3Dlogger
for file in test.*; do=20
        ./$file
done

the export's have to be on seporate lines for sh, but are ok for bash
the tests use logger -u, the version of logger I have is from solaris
5.8,
it does not have a -u option.


-pete