|
From: <mi...@st...> - 2002-07-29 20:02:17
|
mba...@me... wrote: > yes, the shared lib liblber.so is installed in openldap- > 2.1.3/libraries/liblber/.libs directory. ??? Are you trying to compile python-ldap with include's and libs directly from the OpenLDAP source tree? Didn't you invoke $ ./configure --prefix=/usr/local/openldap $ make # make install to build *and* install OpenLDAP? > I am not sure if the liblber.so is in the right place, as it is in a > hidden directory (.libs). Do I have to copy this to the 'liblber' > directory for the linker to see it? Why not just try out yourself? At least you are sitting in front of your machine, don't you. ;-) On Linux the liblber.so, libldap.so, etc. are in the directory where parameter library_dirs of setup.cfg is pointing to. Ciao, Michael. |