Re: [syslog-ng]Syslog-ng 1.6.0rc1 and AIX 4.3.3
To make my own describtion a bit less criptic: In the file configure I changed these 3 lines: LIBOL_MAJOR=`echo $LIBOL_VERSION | sed -e 's/^\([0-9]\+\)\.[0-9]\+\.[0-9] \+\(+[0-9]*\)\?$/\1/'` LIBOL_MINOR=`echo $LIBOL_VERSION | sed -e 's/^[0-9]\+\.\([0-9]\+\)\.[0-9] \+\(+[0-9]*\)\?$/\1/'` LIBOL_PATCH=`echo $LIBOL_VERSION | sed -e 's/^[0-9]\+\.[0-9]\+\.\([0-9]\+\) \(+[0-9]*\)\?$/\1/'` to these lines: LIBOL_MAJOR=`echo $LIBOL_VERSION | sed -e 's/\([0-9]*\)\.[0-9]*\.[0-9] */\1/'` LIBOL_MINOR=`echo $LIBOL_VERSION | sed -e 's/[0-9]*\.\([0-9]*\)\.[0-9] */\1/'` LIBOL_PATCH=`echo $LIBOL_VERSION | sed -e 's/[0-9]*\.[0-9]*\.\([0-9] *\)/\1/'` and run configure again. ___________________________________________ Esteban Essed B/CICT, Sector Continuiteit MPS/Midrange WBC-G2.36 Tel: (055 - 528) 3586 ___________________________________________ wok, n.: Something to thwow at a wabbit. ___________________________________________ |---------+--------------------------------> | | robertmg@WellsFargo.C| | | OM | | | Verzonden door: | | | syslog-ng-admin@lists| | | .balabit.hu | | | | | | | | | 12-03-2003 01:05 | | | Antwoord a.u.b. aan | | | syslog-ng | | | | |---------+-------------------------------->
-------------------------------------------------------------------------------------------------------------------------------| | Aan: syslog-ng@lists.balabit.hu | | cc: | |Onderwerp: RE: [syslog-ng]Syslog-ng 1.6.0rc1 and AIX 4.3.3 | -------------------------------------------------------------------------------------------------------------------------------|
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> _______________________________________________ syslog-ng maillist - syslog-ng@lists.balabit.hu https://lists.balabit.hu/mailman/listinfo/syslog-ng Frequently asked questions at http://www.campin.net/syslog-ng/faq.html ------------------------------------------------------------------------------ De Belastingdienst gebruikt e-mail niet voor officiele mededelingen. ==============================================================================
participants (1)
-
EDL.Essed@belastingdienst.nl