On Mon, 31 Jan 2000, J. op den Brouw wrote:
> I'm trying to get configure to find/use zlib in 3.1.4 so I patched
> the Makefile.config.in and added the complete path to the libz.a
> file, but configure still doesn't find the deflate routine. The
> routine is there. Anyone Ideas on how to get configure to use
> zlib support?
> ....
> checking for socket in -lsocket... no
> checking for t_accept in -lnsl... no
> checking for deflate in -lz... LIBS:=-lz /opt/htdig/lib/zlib/lib/libz.a
> no
No, this isn't the problem. The configure script is checking your
*default* library paths. In some sense, it's running under the same
environment as the compiled program will be. So if you're using some
variety of Linux, you'll need to use ldconfig and under Solaris,
you'll need to set LD_LIBRARY_PATH. (I assume there are similar things on
other OS, but these are the ones I know well.)
-Geoff Hutchison
Williams Students Online
http://wso.williams.edu/
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.