[syslog-ng]configure 1.4.15 fails to detect libol 0.3.3

Diogo Zulli diogo@sphynx.com.br
Sat, 1 Jun 2002 11:15:10 -0300 (BRT)


 Hi,

 I am installing syslog-ng for the first here and found
 a little problem in configure script. I got syslog-ng 1.4.15
 and libol 0.3.3 and the syslog-ng configure script
 fails to detect libol 0.3.3 because it requires at least 0.2.23:

 configure.in:

   ...
   LIBOL_REQ_PATCH=23
   ...
   if test "$LIBOL_MAJOR" != "$LIBOL_REQ_MAJOR" -o \
           "$LIBOL_MINOR" -lt "$LIBOL_REQ_MINOR" -o \
>>>HERE>>> "$LIBOL_PATCH" -lt "$LIBOL_REQ_PATCH"; then
           AC_MSG_RESULT(no)
           AC_MSG_ERROR(Required libol version not found)
   fi

 As you can see 3 is -lt 23. I worked around changing required
 LIBOL_REQ_PATCH do 2. Thanks for the great software. I hope
 I debugged it right and didn't missed something and maybe
 will help you to fix the problem.

          - Diogo Zulli

--
[ http://sphynx.com.br - diogo@sphynx.com.br - ICQ# 112204935 ]