|
From: <mba...@me...> - 2002-07-29 17:03:40
|
Hi, I have got openldap installed completely. I have checked for liblber.a (this time) and it was poperly installed. Now my problem here is - after changing setup.cfg (file in python-ldap-2.0.0pre05), such that the 'library_dir' and 'include_dir' point to the openldap 'libraries' directory and 'include' directoy respectively, I ran the command - 'python setup.py build', which gave the following error- /libraries/liblber.a(sockbuf.o) ber_int_sb_close 0x5c /opt/local/web/ldap/openldap-2.0.25/libraries/liblber.a (sockbuf.o) ber_pvt_sb_copy_out 0xe74 /opt/local/web/ldap/openldap-2.0.25/libraries/liblber.a (sockbuf.o) ber_pvt_sb_copy_out 0xf10 /opt/local/web/ldap/openldap-2.0.25/libraries/liblber.a (sockbuf.o) ld: fatal: relocations remain against allocatable but non-writable sections collect2: ld returned 1 exit status error: command 'gcc' failed with exit status 1 Does any one know what this error is? |