[syslog-ng]Error when compiling with tcp-wrappers

Jim Gifford maillist@jg555.com
Mon, 22 Apr 2002 15:43:48 -0700


No luck any other ideas?

----- Original Message -----
From: "Ed Ravin" <eravin@panix.com>
To: <syslog-ng@lists.balabit.hu>
Sent: Monday, April 22, 2002 3:26 PM
Subject: Re: [syslog-ng]Error when compiling with tcp-wrappers


> Jim Gifford writes:
> > When I compile with the option --enable-tcp-wrapper, I get the following
> > error.
> >
> > afinet.o: In function `do_open_afinet_connection':
> > afinet.o(.text+0x38b): undefined reference to `request_init'
> > afinet.o(.text+0x394): undefined reference to `sock_host'
> > afinet.o(.text+0x39c): undefined reference to `hosts_access'
> > collect2: ld returned 1 exit status
>
> There's still some problem with the autoconf stuff, it seems.
> Try adding -lwrap to the LDFLAGS like this:
>
>   gmake LDFLAGS+=-lwrap
>
> _______________________________________________
> syslog-ng maillist  -  syslog-ng@lists.balabit.hu
> https://lists.balabit.hu/mailman/listinfo/syslog-ng
>