I have a problems when I try to compile php with gd. The error message (when I try to start the apache)
Syntax error on line 222 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache/libexec/libphp4.so: undefined symbol: gd_module_entry ./usr/local/apache/bin/apachectl start: httpd could not be started [root@lxt2db /]# I am working with apache 1.3.19 and php4.0.4. as an apache module. I am doing: ./configure --with-apache=../apache_1.3.19 --enable-track-vars --with-gd=../ gd1.3 --prefix=/usr/local/php4 make make install cd apache1.3.19 ./configure --prefix=usr/local/apache --activate-module=src/modules/php4/lib php4.a --sysconfdir=/usr/local/apache/conf --includedir=/usr/local/apache/in clude --libexecdir=/usr/local/apache/libexec --htdocsdir=/var/www/html --ena ble-module=php4 --enable-shared=max Any ideas? Santiago Argibay Molina -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php