php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7524 Cannot start apache (undefined symbol: zend_ini_close_file)
Submitted: 2000-10-29 20:01 UTC Modified: 2000-10-31 17:29 UTC
From: torben@php.net Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0 Latest CVS (29/10/2000) OS: Mandrake 7.0
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: torben@php.net
New email:
PHP Version: OS:

 

 [2000-10-29 20:01 UTC] torben@php.net
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.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-31 17:29 UTC] torben@php.net
Appears fixed in CVS.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Thu Jul 02 08:00:02 2026 UTC