From: Matej V. <ve...@de...> - 2008-08-06 21:22:06
|
Sig <si...@ak...> writes: > I can't build python-ldap-2.3.5. What should I do ? > > My steps: > - downloaded the 2.3.5 tarball from sourceforge > - tar xvzf ... > - python setup.py build > - The error and output messages are attached to this email. > > My setup: > - Python 2.5.2 > - libldap-2.4-2 (ubuntu package version = 2.4.9-0ubuntu0.8.04.1, same > for slapd) > - Ubuntu hardy > > Tell me if you need any other piece of info. Looks like you're missing libldap2-dev. Please run # apt-get install build-essential libldap2-dev libsasl2-dev python-dev [...] > By the way #2 : there is no web archive of this list ? See <http://sf.net/mailarchive/forum.php?forum_name=python-ldap-dev>. Cheers, Matej |