12 Apr
2005
12 Apr
'05
9:20 a.m.
On Mon, 2005-04-11 at 17:35 -0400, Gehring, Andrew x66132 wrote:
I'm trying to compile syslog-ng 1.6.7 on AIX 5.3 with GCC 3.3.2
Successfully compiled, and installed (/usr/local) libol 0.3.14
./configure --with-libol=/usr/local
and I get the following:
checking libol version >= 0.3.14... configure: error: libol-config not found in the specified location
libol-config is in /usr/local/bin, and /usr/local/bin is in the $PATH.
If I set --with-libol=/usr/local/bin, then it doesn't find libol.h.
II've set LDFLAGS and CPPFLAGS, also to no avail..
if /usr/local/bin/ is in your path then you don't need --with-libol it'll be found just fine. -- Bazsi