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

(ITS#4281) can't use own zlib



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