From: Gehring, Andrew x66132
I'm trying to compiling 1.60rc1 on AIX 4.3.3 I've tried both gcc-2.95 and gcc-3.2 both with make-3.80 Not matter what I've tried it always fails to find libol 0.3.9 which I've successfully compiled and installed in /usr/local as a note I successfully compiled 1.5.26 on the same box, and it found libol-0.3.9 all by itself... :-)
<from_archive>
From: EDL.Essed@belastingdienst.nl Sent: Monday, February 24, 2003 2:33 AM To: syslog-ng@lists.balabit.hu Subject: Re: [syslog-ng]syslog-ng 1.6.0rc1 available
Hi,
I'm having problems building, checking for libol fails.
./configure --with-libol=/home/essee05/logging/src/libol-0.3.9 checking libol version >= 0.3.9... no configure: error: Required libol version not found
Looking at configure.in, I see the sed part has changed. Changing it back to the 3 lines from 1.5.26 makes it work again.
<snip> </from_archive>