[PHP-DEV] Bug #3321: Apache Complaining about undefined symbol: dlst_first From: neva <email protected>
Date: 01/26/00

From: neva <email protected>
Operating system: Linux Redhat 6.0
PHP version: 3.0.14
PHP Bug Type: Dynamic loading related
Bug description: Apache Complaining about undefined symbol: dlst_first

I compiled php as an apxs module of apache 1.3.11, and I have the following error
when trying to start apache:

Cannot load /usr/local/apache/libexec/libphp3.so into server: /usr/local/apache/
libexec/libphp3.so: undefined symbol: dlst_first

This occurs when compiling php with:
./configure --with-config-file-path=/usr/local/apache/conf \
--with-apxs=/usr/local/apache/bin/apxs --disable-debug --with-xml \
--with-mysql=/usr/local/mysql --with-gd=/usr/local/include

But not when compiling a plain (or with mysql) php:
./configure --with-config-file-path=/usr/local/apache/conf \
--with-apxs=/usr/local/apache/bin/apxs --disable-debug \
--with-mysql=/usr/local/mysql --without-gd

Maybe a problem when compiling with gd and/or xml ?!
Do you have any idea on how to fix this ?!

I'm using gd 1.7.3.

Thanks,
Claudio Neves

-- 
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>