On Sat, Apr 27, 2002 at 01:34:04PM -0500, Ed Grimm wrote:
Your configure script is messed. I managed to get it to compile using the following patch, although I don't know if the precidence rules are right for this to be the full working version.
Ed
--- configure Sat Apr 27 14:56:29 2002 +++ configure.new Sat Apr 27 14:56:11 2002 @@ -2626,6 +2626,7 @@ LIBOL_PATCH=`echo $LIBOL_VERSION | sed -e 's/[0-9]*\.[0-9]*\.\([0-9]*\)/\1/'` if test "$LIBOL_MAJOR" != "$LIBOL_REQ_MAJOR" -o \ "$LIBOL_MINOR" -lt "$LIBOL_REQ_MINOR" -o \ + "$LIBOL_MINOR" -eq "$LIBOL_REQ_MINOR" -a \ "$LIBOL_PATCH" -lt "$LIBOL_REQ_PATCH"; then echo "$ac_t""no" 1>&6 { echo "configure: error: Required libol version not found, found $LIBOL_VERSION instead" 1>&2; exit 1; }
you should not use libol-0.3 with syslog-ng 1.4, it might work but libol-0.3 might contain incompatible changes. -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1