Hello!
I tried to install Apache + PHP + LDAP on a Solaris 8 Sparc System, but failed.
I tried to build php with
1) OpenLDAP Library
2) SUN LDAP Library
3) Netscape Directory Server SDK 4
4) iPlanet Directory Server SDK 5
They all not working.
Here are some of their error message:
ld: fatal: library -lldapssl41: not found
ld: fatal: library -lplds3: not found
ld: fatal: library -lplc3: not found
ld: fatal: library -lnspr3: not found
ld: fatal: File processing errors. No output written to conftest
collect2: ld returned 1 exit status
Undefined first referenced
symbol in file
ldap_parse_reference modules/php4/libphp4.a(ldap.o)
ld: fatal: Symbol referencing errors. No output written to httpd
collect2: ld returned 1 exit status
Is out there anyone build PHP + APACHE + LDAP on Solaris 8 SUCCESSFULLY?
Please help!