From:             [EMAIL PROTECTED]
Operating system: Linux RH 7.2
PHP version:      4.2.3
PHP Bug Type:     Apache2 related
Bug description:  Apache will not start - libphp4.so: undefined symbol: core_globals_id

I have configured Apache 2.0.43 with the following:

./configure --prefix=/usr/local/apache2.0 --enable-module=most
--enable-module=so


PHP 4.2.3 was configured with the following:

./configure --with-apxs2=/usr/local/apache2.0/bin/apxs --with-mysql
--with-xml

The following was added to the httpd.conf file:


LoadModule php4_module        modules/libphp4.so

<Files *.php>
  SetOutputFilter PHP
  SetInputFilter PHP
</Files>

AddType application/x-httpd-php .php .phtml .html



When I try to start Apache I get the following error message:

Cannot load /usr/local/apache2.0/modules/libphp4.so into server:
/usr/local/apache2.0/modules/libphp4.so: undefined symbol:
core_globals_id


Thanks for any help!

-- 
Edit bug report at http://bugs.php.net/?id=19759&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=19759&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=19759&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=19759&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=19759&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=19759&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=19759&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=19759&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=19759&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=19759&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=19759&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=19759&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=19759&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=19759&r=isapi

Reply via email to