2004-02-17, k keltezéssel 00:04-kor Treptow, Craig ezt írta:
Hi folks. I downloaded syslog-ng to evaluate it and ran into a problem with the configure script that was included.
I already downloaded and build libol-0.3.9. When I went to configure syslog-ng, it kept complaining that the correct version of libol could not be found. I believe I tracked this down to an error in the configure script that flagged 0.3.9 as an invalid version due to the 9 < 23 (required version being at least 0.2.23).
I believe I fixed this, but was not sure where to post it. I do not subscribe to this list yet, so forgive me if this has been identified before. Here is the diff:
us091:syslog-ng-1.4.17 $ diff configure configure.orig 2632,2633c2632 < \( "$LIBOL_MINOR" -eq "$LIBOL_REQ_MINOR" -a \ < "$LIBOL_PATCH" -lt "$LIBOL_REQ_PATCH" \); then ---
"$LIBOL_PATCH" -lt "$LIBOL_REQ_PATCH"; then
I deliberately did not fix this, as you should use libol 0.2.x for syslog-ng 1.4.x however you should really use the 1.6.x tree now. -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1