Tom Baxter wrote:
>   Hello, I am having trouble install python-ldap on an AIX 6.1 host. I
> have compiled the openldap libraries and am trying to install without
> any extras like SSL/crypt. Below is my setup.cfg, attached is the out
> put from "python setup.py build".
>   Any guidance would be greatly appreciated.

I'm not familiar with AIX. But it seems linking OpenSSL fails. Make sure the
OpenSSL include files and (shared) libs are also in here:

> library_dirs = /usr/local/lib
> include_dirs = /usr/local/include

Note that you can list several directories separated by a space char.

Ciao, Michael.

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Python-LDAP-dev mailing list
Python-LDAP-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/python-ldap-dev

Reply via email to