From: [EMAIL PROTECTED] Operating system: HP-UX 11.00 PHP version: 4.3.0-pre1 PHP Bug Type: Apache2 related Bug description: no libphp4.so produced
I can compile php with apache 2.0.43 but there's no libphp4.so produced. configure line : ./configure \ --enable-debug \ --with-config-file-path=/PKl01h01/soft/web/cfg \ --without-mysql \ --without-gd \ --prefix=/PKl01h01/soft/web \ --with-apxs2=/PKl01h01/soft/web/httpd/bin/apxs make : no errors make install : Installing PHP SAPI module /PKl01h01/soft/web/httpd/build/instdso.sh SH_LIBTOOL='/PKl01h01/soft/web/httpd/build/libtool' libphp4.la /PKl01h01/soft/web/httpd/modules /PKl01h01/soft/web/httpd/build/libtool --mode=install cp libphp4.la /PKl01h01/soft/web/httpd/modules/ cp .libs/libphp4.lai /PKl01h01/soft/web/httpd/modules/libphp4.la cp .libs/libphp4.a /PKl01h01/soft/web/httpd/modules/libphp4.a ranlib /PKl01h01/soft/web/httpd/modules/libphp4.a chmod 644 /PKl01h01/soft/web/httpd/modules/libphp4.a libtool: install: warning: remember to run `libtool --finish /PKl01h01/soft/src/php4httpd/libs' Warning! dlname not found in /PKl01h01/soft/web/httpd/modules/libphp4.la. Assuming installing a .so rather than a libtool archive. chmod 755 /PKl01h01/soft/web/httpd/modules/libphp4.so chmod: can't access /PKl01h01/soft/web/httpd/modules/libphp4.so apxs:Error: Command failed with rc=65536 . *** Error exit code 1 Stop. if I look into libs directory, there's no shared library : -rw-r--r-- 1 xxx xxx 10057366 Oct 15 18:09 libphp4.a -rw-r----- 1 xxx xxx 698 Oct 15 18:09 libphp4.la What can I do ?? PS : it works with apache 1.3.x @++ JC -- Edit bug report at http://bugs.php.net/?id=19918&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=19918&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=19918&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=19918&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=19918&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=19918&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=19918&r=support Expected behavior: http://bugs.php.net/fix.php?id=19918&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=19918&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=19918&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=19918&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=19918&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=19918&r=dst IIS Stability: http://bugs.php.net/fix.php?id=19918&r=isapi