[PHP-DEV] Bug #2129: PHP+GDBM+LDAP(OpenLDAP1.2) -> Apache does not start From: agm19 <email protected>
Date: 08/23/99

From: agm19 <email protected>
Operating system: RHLinux 5.1
PHP version: 3.0.12
PHP Bug Type: Performance problem
Bug description: PHP+GDBM+LDAP(OpenLDAP1.2) -&gt; Apache does not start

Hi. I`m trying to install PHP with gdbm and ldap support.
This is the command:
/usr/share/php-3.0.12/configure \
--enable-track-vars \
--with-apxs=/usr/local/apache/sbin/apxs \
--with-config-file-path=/usr/local/apache/conf \
--with-ldap=/usr/share/ldap \
--with-gdbm=/usr/share/gdbm-1.8.0

It compiles ok, but after trying to restart Apache 1.3.6 with:
/usr/local/apache/sbin/apachectl start

it sends an error message:
Syntax error on line 237 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp3.so into server: /usr/local/apache/libexec/libphp3.so: undefined symbol: ldap_value_free
/usr/local/apache/sbin/apachectl start: httpd could not be started

where line 237 in httpd.conf file is:
LoadModule php3_module libexec/libphp3.so

Can you help me?
Thanks in advance.

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