From: [EMAIL PROTECTED] Operating system: Suse PHP version: 4.3.0 PHP Bug Type: Dynamic loading Bug description: Apache2.0 : libphp4.so: cannot dynamically load executable
Installing PHP 4.3.0 on httpd 2.0.40. Using php4-200302091030 snapshot. Configuring PHP4 : ./configure --with-zlibs=/usr --with-xml --enable-shared=all --with-mysql=/usr --with-apx2=/usr/local/apache2/bin/apxs --with-apache2=/usr/local/apache2 --enable-debug Config.log : http://www.bestfuture.org/php_config.log Note : to create libs/libphp4.so I have to run "make libs/libphp4.bundle" ("make" does not create it for some reason) Installing Apache2 : ./configure --enable-ssl --enable-so --enable-modules=most /usr/local/apache2/conf/httpd.conf contains : LoadModule php4_module /usr/local/apache2/modules/libphp4.so Run : /usr/local/apache2/bin/apachectl -f /usr/local/apache2/conf/httpd.conf -k graceful Result : Syntax error on line 231 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/libphp4.so into server: /usr/local/apache2/modules/libphp4.so: cannot dynamically load executable ldd -d libs/libphp4.so libmysqlclient.so.10 => /usr/lib/libmysqlclient.so.10 (0x40018000) libcrypt.so.1 => /lib/libcrypt.so.1 (0x40048000) libresolv.so.2 => /lib/libresolv.so.2 (0x4007a000) libm.so.6 => /lib/libm.so.6 (0x4008b000) libdl.so.2 => /lib/libdl.so.2 (0x400ae000) libnsl.so.1 => /lib/libnsl.so.1 (0x400b1000) libc.so.6 => /lib/libc.so.6 (0x400c6000) libz.so.1 => /lib/libz.so.1 (0x401e6000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) What am I doing wrong ? What else do I need to send so you guys would be able to help me ? Have already done a huge research on the Internet (google, bugs.php.net, other php sites including lots of confs). Thanks in advance. -- Edit bug report at http://bugs.php.net/?id=22180&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=22180&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=22180&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=22180&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=22180&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=22180&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=22180&r=support Expected behavior: http://bugs.php.net/fix.php?id=22180&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=22180&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=22180&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=22180&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22180&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=22180&r=dst IIS Stability: http://bugs.php.net/fix.php?id=22180&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=22180&r=gnused
