This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Antoine.Brodin.FreeBSD
Recipients Antoine.Brodin.FreeBSD, doko, koobs, loewis, thomas-petazzoni
Date 2014-02-25.16:45:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
For the python-ldap extension, this seems to be a buglet in its setup.cfg, it lists /usr/lib in library_dirs and /usr/include in library_dirs

For the others, /usr/local/lib is not in the default library search path (only /lib and /usr/lib) so at least -L has to be specified.
History
Date User Action Args
2014-02-25 16:45:44Antoine.Brodin.FreeBSDsetrecipients: + Antoine.Brodin.FreeBSD, loewis, doko, koobs, thomas-petazzoni
2014-02-25 16:45:44Antoine.Brodin.FreeBSDsetmessageid: <[email protected]>
2014-02-25 16:45:44Antoine.Brodin.FreeBSDlinkissue20767 messages
2014-02-25 16:45:44Antoine.Brodin.FreeBSDcreate