Hello, Due to the new security bug in Apache, I want to upgrade Apache.
I compiled and installed Apache 1.3.26 and PHP 4.2.1 and everything went fine. But when I want to start Apache, I get this error message: taz:/usr/local/apache_1.3.26# bin/apachectl start Syntax error on line 236 of /usr/local/apache_1.3.26/conf/httpd.conf: Cannot load /usr/local/apache_1.3.26/libexec/libphp4.so into server: /usr/local/apache_1.3.26/ libexec/libphp4.so: undefined symbol: core_globals bin/apachectl start: httpd could not be started These are the configuration options I used: Apache 1.3.26: CFLAGS="-O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2" ./configure --prefix=/usr/local/apache_1.3.26 --enable-module=most --enable-shared=max PHP 4.2.1: CFLAGS="-DEAPI -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2" ./configure --without-mysql --with-apxs=/usr/local/apache_1.3.26/bin/apxs --prefix=/usr/local/php_4.2.1 --with-pgsql What's wrong? I use Debian Linux 2.2.19. Edwin Martin. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php