From: Michael <mi...@st...> - 2002-01-02 23:10:49
|
Ben Ocean wrote: > > cvs > -d:pserver:ano...@cv...:/cvsroot/python-ldap > login > > cvs -z3 > -d:pserver:ano...@cv...:/cvsroot/python-ldap > co modulename modulename is python-ldap > At 09:49 PM 1/2/02 +0100, you wrote: > >Ben Ocean wrote: > > > > > > I'm afraid I'm thoroughly confused now! > > > <disclaimer> This is my first time with CVS</disclaimer> > > > >Well, it seems you should use Joe's RPMs. He built them recently. BTW: The URL is http://www.open-it.org/download/redhat7.2/ > Fine, but will that default to all these flags? > > #sh configure --with-ldap=/usr/local/openldap There's no ./configure in the recent version. The build and installation process uses DistUtils (shipped with Python 2.0+). You have to edit setup.cfg to reflect the position of your OpenLDAP 2 headers and libs and invoke $ python setup.py build If that was successful you invoke as root $ python setup.py install Afterwards you should be able to use without errors $ python -c "import ldap" Ciao, Michael. |