Mike Burger wrote:
Does anyone know if the binary looks about right for the RH 9 platform:On Fri, 27 Aug 2004, Rhugga wrote:
I am trying to get syslog-ng 1.6.5 compiled on a RH 9 system. I compiled libol into /usr/local/libol-0.3.14.
I tried the following configuration options when trying to build sysllg-ng:
./configure --prefix=/usr/local/syslog-ng-1.6.5 --with-libol=/usr/local/libol-0.3.14/lib --with-libnet=/usr/local/libol-0.3.14/bin/
./configure --prefix=/usr/local/syslog-ng-1.6.5 --with-libol=/usr/local/libol-0.3.14/lib --with-libnet=/usr/local/libol-0.3.14
./configure --prefix=/usr/local/syslog-ng-1.6.5 --with-libol=/usr/local/libol-0.3.14/lib --with-libnet=/usr/local/libol-0.3.14/bin/libol-config
Each time is complains that it cannot find libol-config:
<snip>
checking for strptime... yes
checking for TCP wrapper library... -lwrap
checking whether to enable Sun STREAMS support... no
checking whether to enable Sun door support... no
checking whether to enable TCP wrapper support... no
checking whether to enable spoof_source support... no
checking libol version >= 0.3.14... configure: error: libol-config not found in the specified location
Here is libol-config: syslog:~/syslog-ng-1.6.5 #ls -la /usr/local/libol-0.3.14/bin/ total 36 drwxr-xr-x 2 root root 4096 Aug 27 07:22 . drwxr-xr-x 5 root root 4096 Aug 27 07:22 .. -rwxr-xr-x 1 root root 1288 Aug 27 07:22 libol-config -rwxr-xr-x 1 root root 24264 Aug 27 07:22 make_class
It finds the libol library correctly, otherwise it dies before it reaches this error. It just doesn't properly detect libol-config.
Anyone have any ideas?
Thanks,
Did you add the location of the libol libraries to /etc/ld.so.conf and then run ldconfig?
syslog:/usr/local/syslog-ng-1.6.5/sbin #ls -la
total 624
drwxr-xr-x 2 root root 4096 Aug 27 10:09 .
drwxr-xr-x 4 root root 4096 Aug 27 10:09 ..
-rwxr-xr-x 1 root root 626434 Aug 27 10:09 syslog-ng
syslog:/usr/local/syslog-ng-1.6.5/sbin #file syslog-ng
syslog-ng: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.5, dynamically linked (uses shared libs), not stripped
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list