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
Thanks, Craig