[PHP-DEV] PHP 4.0 Bug #7524 Updated: Cannot start apache (undefined symbol: zend_ini_close_file) From: torben <email protected>
Date: 10/31/00

ID: 7524
Updated by: torben
Reported By: torben <email protected>
Status: Closed
Bug Type: *Install and Config
Assigned To:
Comments:

Appears fixed in CVS.

Previous Comments:
---------------------------------------------------------------------------

[2000-10-29 20:01:03] torben <email protected>
I've just wiped php4, Zend, and TSRM and checked out fresh versions
from CVS. Configuration script:

./configure
  --with-apxs=/usr/local/apache/bin/apxs
  --with-java
  --with-mysql=/usr
  --with-gd
  --with-xml
  --with-zlib
  --with-curl
  --with-sablot
  --with-ibm-db2
  --with-iodbc=/usr/local
  --enable-wddx
  --enable-versioning
  --enable-sysvshm
  --enable-sysvsem
  --enable-sockets
  --enable-shmop
  --disable-debug

configure and make proceed as normal, as does make install. Then,
upon running 'apachectl start'. I get this:

/home/torben/work/php4
shanna% apachectl start
Syntax error on line 209 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: zend_ini_close_file
/usr/sbin/apachectl start: httpd could not be started

Line 209 of httpd.conf is:
LoadModule php4_module libexec/libphp4.so

Nothing else has changed.

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=7524

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