[PHP-INST] php + ldap From: Scott Fagg (scott.fagg <email protected>)
Date: 06/29/00

i'm having trouble compiling ldap support into php

If i try to compile php4.0.0 + ldap, the compile fails
If i try to compile php3.0.15 + ldap, the compile succeeds but apache crashes on startup without reporting any errors which makes it real hard to work out what is going on.

I have compiled apache with DSO support and am trying to compile php as a DSO module.

I'm using the Netscape LDAP SDK 3.0 for C

php4.0.0 returns this error during compile:

ldap.c: In function `php_info_ldap':
ldap.c:162: syntax error before `LDAPVersion'
ldap.c:170: `ver' undeclared (first use this function)
ldap.c:170: (Each undeclared identifier is reported only once
ldap.c:170: for each function it appears in.)
ldap.c:187: `tmp' undeclared (first use this function)

Any ideas?

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-install-unsubscribe <email protected>
For additional commands, e-mail: php-install-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>