On Wed, Sep 10, 2008 at 01:27:35PM -0400, Hanxi Zhang wrote: > checking for compress2 in -lz... yes > checking for lzo1x_1_compress in -llzo2... no > checking for lzo1x_1_compress in -llzo... no > configure: error: "lzo libraries not found." > > But I do have lzo-2.02-3.fc8 package installed > and there is a file named > "/usr/src/kernels/2.6.23.14-107.fc8-i686/include/linux/lzo.h" > > How do I make the ./configure script happy? :)
The lzo.h in the /usr/src/kernels directory is a kernel specific header file,
which is not used by normal programs. The lzo-2.02-3.fc8 package probably only
contains the library, not its header files. Look for a file named
lzo-dev-2.02-3.fc8 or lzo-2.02-3-dev.fc8 or something like that, you should
install that to get the correct header files.
--
Met vriendelijke groet / with kind regards,
Guus Sliepen <[EMAIL PROTECTED]>
signature.asc
Description: Digital signature
_______________________________________________ tinc mailing list [email protected] http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc
