python-ldap-2.0.0pre05 and openldap-2.1.3
Michael Ströder
michael at stroeder.com
Mon Jul 29 22:00:38 CEST 2002
mbagepll at memphis.edu 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.
More information about the python-ldap
mailing list