From: keeper at fly dot srk dot fer dot hr Operating system: AIX PHP version: 4.3.2 PHP Bug Type: Dynamic loading Bug description: problem with loading module in apache 2.0.46
Description: ------------ I've compiled apache 2.0.46 with the following optins: CPPFLAGS=-D_THREAD_SAFE ./configure --prefix=/stage/keeper/apache2 \ --enable-modules="headers info mime_magic rewrite so ssl status" \ --with-ssl=/usr/local/ssl \ --with-port=8080 The apache works just fine. After that I've compiled php 4.3.2 with the following options: ./configure --prefix=/stage/keeper/php-4.3.2 \ --with-apxs2=/stage/keeper/apache2/bin/apxs \ --with-openssl=/usr/local/ssl But after I try to start apache with added lines: LoadModule php4_module modules/libphp4.so AddType application/x-httpd-php .php I get the following error: Syntax error on line 233 of /stage/keeper/apache2/conf/httpd.conf: Cannot load /stage/keeper/apache2/modules/libphp4.so into server: It is weird because I've recently compiled the same apache+php on one FreeBSD box and there was no problem. Additional info: OS: AIX 4330-09 compiler:gcc 2.95.3 openssl: 0.9.7b -- Edit bug report at http://bugs.php.net/?id=24199&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=24199&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=24199&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=24199&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=24199&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=24199&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=24199&r=support Expected behavior: http://bugs.php.net/fix.php?id=24199&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=24199&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=24199&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=24199&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24199&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=24199&r=dst IIS Stability: http://bugs.php.net/fix.php?id=24199&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=24199&r=gnused