From: Nader K. <nad...@ba...> - 2000-09-10 15:18:56
|
Hello I'm trying to install python ldap module on my machine. my machine is solaris 7. with gcc 2.8.1 and python 1.5.2. I have openldap 1.2.11. I have tried python-ldap-1.10alpha3-src.tar.gz when i ran the configure script it ran without problems. but once i ran make i got this error. ld -G LDAPObject.o common.o constants.o errors.o functions.o ldapmodule.o message.o version.o linkedlist.o template.o CIDict.o -lldap -llber -lsocket -lnsl -lm -lkrb -o _ldapmodule.so ld: fatal: library -llber: not found ld: fatal: File processing errors. No output written to _ldapmodule.so make[1]: *** [_ldapmodule.so] Error 1 make[1]: Leaving directory `/opt/sa/python-ldap-1.10alpha3/Modules' make: *** [_ldapmodule-build] Error 2 although when i ran the configure script it found it : checking for library containing ber_free... (cached) -llber checking for library containing ldap_open... (cached) -lldap please help Nader P.S. attached is the full output of the configure and make |