[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: (ITS#4281) can't use own zlib



Why do you think this problem is due to a bug in OpenLDAP
Software?  Given that OpenLDAP Software has no direct
dependency upon zlib, it would seem quite unlikely.

Kurt

At 03:02 AM 12/22/2005, chris@phpmyforum.de wrote:
>Full_Name: Christoph Roeder
>Version: 2.3.13
>OS: Linux
>URL: 
>Submission from: (NULL) (194.76.232.148)
>
>
>I`d like to use my own zlib build, not the one installed on the system.
>
>But when you check libldap.so with you get something like this:
>
>...
>libz.so.1 => /usr/lib/libz.so.1
>...
>
>instead of:
>
>...
>libz.so.1 => /xyz/libs/lib/libz.so.1
>...
>
>
>my configure I used:
>
>LDFLAGS="-L/xyz/libs/lib" CPPFLAGS="-I/xyz/libs/include" ./configure
>--prefix=/xyz/libs --with-zlib-dir=/xyz/libs --with-zlib=/xyz/libs
>--without-cyrus-sasl --disable-slapd --disable-slurpd