From: Joe L. <jl...@op...> - 2001-05-15 01:33:56
|
My first stab at this is pathing.. Its not finding lber correctly since I think getfilter is in that. No?=20= I'm also concerned that there are two ldap libraries on this. for=20 instance, Solaris 8 already has a /usr/lib/libldap.so.4 provided. That=20= is likely what is being linked in!!! On Monday, May 14, 2001, at 07:44 AM, Michael Str=F6der wrote: > Since Brian did not re-post his question here I'll do it. > > Ciao, Michael. > > -------- Original Message -------- > Subject: web2ldap feedback > Date: Fri, 27 Apr 2001 14:18:14 -0700 > From: Brian Doherty <bdo...@ma...> > To: fee...@we... > > [..] > > I have the Netscape SDK in /usr/local/mozilla and the openldap v2 > in /usr/local. Neither worked, and the ./Misc/openldap.sh didn't > either. I downloaded openldap 1.2.11 myself and installed it in > /usr/local/openldap1. Then I tried to configure python-ldap with > ./configure --with-ldap=3D/usr/local/openldap1 > This configured OK, but the make failed with the following: > > make[1]: Entering directory > `/usr/local/src/LDAP/Web/python-ldap-1.10alpha3/Modules' > gcc -shared ./LDAPObject.o ./common.o ./constants.o ./errors.o > ./functions.o ./ldapmodule.o ./message.o ./version.o ./linkedlist.o > ./template.o ./CIDict.o -L/usr/local/openldap1/lib -lldap -llber > -lsocket -lnsl -lm -o ./_ldapmodule.so > Text relocation remains referenced > against symbol offset in file > <unknown> 0x430 > /usr/local/openldap1/lib/libldap.a(getfilter.o) > <unknown> 0x434 > /usr/local/openldap1/lib/libldap.a(getfilter.o) > <unknown> 0x438 > /usr/local/openldap1/lib/libldap.a(getfilter.o) > > ... (many many many more lines like this) > > ld: fatal: relocations remain against allocatable but non-writable > sections > collect2: ld returned 1 exit status > make[1]: *** [_ldapmodule.so] Error 1 > make[1]: Leaving directory > `/usr/local/src/LDAP/Web/python-ldap-1.10alpha3/Modules' > make: *** [_ldapmodule-build] Error 2 > > _______________________________________________ > Python-LDAP-dev mailing list > Pyt...@li... > http://lists.sourceforge.net/lists/listinfo/python-ldap-dev > |