I was wondering if anyone has been successful building packages for
python-ldap for Mac OS X 10.6 and Python 2.6.
Thanks,
John
--
Download IntelĀ® Parallel Studio Eval
Try the new software tools for yourself. Speed compilin
I've got the 2.3.11 release of python-ldap, latest version of XCode, and
Python 2.6.2 installed.
I run: $ sudo python setup.py build
and I get the following output.
extra_compile_args:
extra_objects:
include_dirs: /usr/include /usr/include/sasl
library_dirs: /usr/lib
libs: ldap_r lber sasl2 ssl c
>
>
>
> This is a known problem when using a non-Apple supplied Python install:
>
> http://bugs.python.org/issue6957
>
> The bug has more details, but the basic workaround is to install the 10.4
> SDK (it's an optional package when installing Xcode) and using GCC 4.0
> instead of the default 4.2.
>