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.. Thanks for any guidance... Andrew _ This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by e-mail and delete the message and any attachments from your system.
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
participants (2)
-
Balazs Scheidler
-
Gehring, Andrew x66132