vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, trying to get PHP working with LDAP but to compile it the PHP doc says must use Ldap libraries other than Sun's. They mention specifically 3 types - University of Michigan ldap-3.3 package, Netscape Directory SDK 3.0 or OpenLDAP. Does anyone know of Sun's are based enough on any of these for them to work, and if not then would installing one of those mentioned mess up anything on Solaris 9 since it seems to ship with it's own? Thanks, Tom |
| |||
| On Thu, 05 Feb 2004 13:58:50 -0500, Tom in Joisey wrote: > Hi, > > trying to get PHP working with LDAP but to compile it the PHP doc says > must use Ldap libraries other than Sun's. They mention specifically 3 > types - University of Michigan ldap-3.3 package, Netscape Directory > SDK 3.0 or OpenLDAP. you can get php with LDAP support, from blastwave.org |
| ||||
| > Does anyone know of Sun's are based enough on any of these for them to > work, and if not then would installing one of those mentioned mess up > anything on Solaris 9 since it seems to ship with it's own? I've never succesfully got PHP to comile with Sun's LDAP libs etc. What I normally do is grab OpenLDAP, install it somewhere out of the way so it won't interfere with Sun's libs (/usr/local, for instance), then build PHP with that. Works fine, and connects to Sun's LDAP server without any problems whatsoever. -Mark |