Greetings all,
        I have been trying to get LDAP to compile properly using PHP 4.1.2 with
little success. This is a RedHat 7.3 platform using Apache 1.x as the web
server, adding PHP as a DSO.

When compiling PHP I use
./configure --with-ldap --with-mysql --with-apxs=/usr/local/apache/bin/apxs
make
make install

all works properly for normal php pages however the following error shows up
whenever I attempt to access an LDAP enabled page:

httpd: ../../../libraries/libldap/options.c:95: ldap_get_option: Assertion
`( (ld)->ld_options.ldo_valid == 0x2 )' failed.

Has anyone else seen this? Am I missing something obvious here? Any help
would be appreciated.

-David


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to