On Thu, Jul 22, 1999 at 06:27:43AM +0200, georg.funke@netcologne.de wrote:
Hi,
you have forgot to patch configure, to work with libol-0.2.1, at the moment it insist on libol-0.2.0. After i patch this, it compiles well.
Thanks. For those unable to fix this themselves, here's a patch against the configure script to expect 0.2.1 of libol: --- configure.0.2.0 Thu Jul 22 10:31:29 1999 +++ configure Thu Jul 22 10:31:43 1999 @@ -2435,7 +2435,7 @@ fi -LIBOL_REQ_VERSION="0.2.0" +LIBOL_REQ_VERSION="0.2.1" echo $ac_n "checking libol version == $LIBOL_REQ_VERSION""... $ac_c" 1>&6 echo "configure:2441: checking libol version == $LIBOL_REQ_VERSION" >&5 ------------------------- The last empty line is required! And against the configure.in file (you don't need to apply this patch, if you don't want to regenerate configure): --- configure.in.0.2.0 Thu Jul 22 10:33:57 1999 +++ configure.in Thu Jul 22 10:31:40 1999 @@ -65,7 +65,7 @@ AC_CHECK_LIB(pthread, pthread_create) fi -LIBOL_REQ_VERSION="0.2.0" +LIBOL_REQ_VERSION="0.2.1" AC_MSG_CHECKING(libol version == $LIBOL_REQ_VERSION) if test "$with_libol" = ""; then ------- -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1 url: http://www.balabit.hu/pgpkey.txt