|
From: Michael E. <men...@ka...> - 2002-10-26 07:23:16
|
Hello Juergen, I just recently installed python-ldap on a stock Mac OS 10.2 powerbook using the stock python 2.2 distribution that is installed. first - in setup.py do change the first 2 lines to: library_dirs = /usr/lib include_dirs = /usr/include I believe you'll get that same gcc error message but after you run python setup.py build, do a: sudo python setup.py install and it should install the libraries fine. I am new to OpenLDAP so I'm having lots of trouble modifying entries and will be posting here soon but want to make sure my OpenLDAP configuration is setup correctly before I do that. BTW, for those who were asking, OpenLDAP v 2.1.0 is what is installed by default on Mac OS X v 10.2 There may have been some minor changes in the latest System update but it's at least 2.1.x Cheers Mike On Friday, October 25, 2002, at 07:38 AM, J. Scholtes wrote: > Hi. > I'm new to the list. In the list-archive I didn't find much about > macosx, so here is my post. > > I'm trying to set up ZOPE with the LDAPuserFolder on a macosx-system > and therefor I need python-ldap. But I#m not able to compile it on > MacOsX 10.2 > Is anyone on the List who did it successfull ? > > thanks > Juergen Scholtes > > > > > ------------------------------------------------------- > This sf.net email is sponsored by: Influence the future of Java(TM) > technology. Join the Java Community Process(SM) (JCP(SM)) program now. > http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en > _______________________________________________ > Python-LDAP-dev mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/python-ldap-dev > |