AIX 6.1 install trouble.

Michael Ströder michael at stroeder.com
Thu Sep 30 19:25:39 CEST 2010


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.


More information about the python-ldap mailing list