25 May
2007
25 May
'07
5:22 p.m.
On Fri, 2007-05-25 at 10:39 -0400, Tim Boyer wrote:
syslog-ng did not link against libnet. either it did not find it, or something went wrong in the configure script.
can you check/post config.log
Checking it tells me
configure:6990: checking for LIBNET configure:7000: result: yes
strange, libnet seems to be found, but it is not added to the linker command line. Can you check if libnet-config script is found and prints something if you execute: $ libnet-config --libs It should print something like: -lnet -- Bazsi