|
From: Joe L. <jl...@op...> - 2002-01-02 02:34:45
|
Ok.. almost done here. first, another error. It looks like Lib/ldap.py is not found and a warning is thrown. The generated files are handled differently by setup.py, and I get a different file list. Also, a noticed a version string of python-ldap-2.0.0pre1.. should I use this instead of naming it "python-ldap-cvs-pythonv" where pythonv is the pythonv compiled with (I demand at least 2.x, but people may be using 2.1 or 2.2, and site-packages are different)??? Here is the file list (/usr/share/doc excepted): /usr/lib/python2.1/site-packages .... _ldap.so ldapurl.py ldif.py ldap/__init__.py ldap/async.py ldap/functions.py ldap/ldapobject.py ldap/modlist.py There used to be an ldap.pth generated and other such, and it definitely include an ldap.py before. It also does not pre-compile any .py file. This is all changed behaviour so to speak with distutils. I cannot perform a "install" since it will only generate onto the real directories and not an alternative build root. Checking a real install, the only thing lacking is the precompile of .py files, and I believe that is not necessary. Tell me if the above list of files is insufficient. On 1/1/02 5:57 PM, "Michael Str=F6der" <mi...@st...> wrote: > Joe Little wrote: >>=20 >> On 1/1/02 5:31 PM, "Michael Str=F6der" <mi...@st...> wrote: >>=20 >>> You probably have to upgrade your OpenLDAP 2 libs. (That's what I >>> had to do.) >>>=20 >> Damnit.. your right. I did my build on a virgin redhat 7.2 box with incl= uded >> OpenLDAP 2.0.11 and not my version of the packages. Treats me right. a b= eta >> OpenLDAP 2.0.19 RPM sailed right through. Does anyone know where this is >> fixed so that I can log it? >=20 > Hmm, looking into the OpenLDAP libs directory: >=20 > liblber.so.2.0.13 > libldap.so.2.0.13 >=20 > 2.0.13?!? >=20 > Ciao, Michael. >=20 > _______________________________________________ > Python-LDAP-dev mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/python-ldap-dev |