ID:               19759
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
 Bug Type:         Apache2 related
 Operating System: Linux RH 7.2
 PHP Version:      4.2.3
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip




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

[2002-10-04 15:27:29] [EMAIL PROTECTED]

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 this bug report at http://bugs.php.net/?id=19759&edit=1

Reply via email to