Menu

#65 add /usr/local/lib and /usr/local/include in setup.cfg

None
closed-fixed
None
5
2016-02-05
2015-01-13
No

Can the setup.cfg (http://python-ldap.cvs.sourceforge.net/viewvc/python-ldap/python-ldap/setup.cfg?revision=1.30&view=markup) be updated to have /usr/local added to the library and include paths?

# Define extra include and library dirs if needed
library_dirs = /opt/openldap-RE24/lib /usr/lib /usr/local/lib
include_dirs = /opt/openldap-RE24/include /usr/include/sasl /usr/include /usr/local/include

I ask, because a pip install will fail on a system (FreeBSD specifically) that has the libraries in /usr/local.

The is a re-occuring issue with a virtualenv environment, I have to manually fix the setup.cfg

Discussion

  • Michael Ströder

    • status: open --> closed-fixed
    • assigned_to: Michael Ströder
    • Group: -->
     
  • Michael Ströder

    released quite a while ago

     

Log in to post a comment.