From: [EMAIL PROTECTED] Operating system: Solaris 9 PHP version: 4.2.3 PHP Bug Type: Apache2 related Bug description: Apache will not start - libphp4.so: undefined symbol: core_globals_id
Syntax error on line 230 of httpd.conf: Cannot load modules/libphp4.so into server: ld.so.1: bin/httpd: fatal: realocation error: file modules/libphp4.so: symbol core_globals_id: referenced symbol not found" I'm trying to compile and use: Apache 2.0.43 php 4.2.3 Solaris 9 PHP config: --prefix=/opt/php-4.2.3 --with-pgsql=/opt/postgresql --with-apxs2=/opt/httpd-2.0.43/bin/apxs --with-openssl=/usr/local/sll Apache config: --prefix=/opt/httpd-2.0.43 --enable-sll --enable-modules=/opt/php-4.2.3-source/libs/libphp4.a --enable-module=so --with-sll=/usr/local/sll HTTPD.CONF line 230 (line error that cause the error) LoadModule php4_module modules/libphp4.so Regards, Miguel -- Edit bug report at http://bugs.php.net/?id=20323&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=20323&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=20323&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=20323&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=20323&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=20323&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=20323&r=support Expected behavior: http://bugs.php.net/fix.php?id=20323&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=20323&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=20323&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=20323&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20323&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=20323&r=dst IIS Stability: http://bugs.php.net/fix.php?id=20323&r=isapi
