From: ramakrishnan dot iyer at hp dot com Operating system: hp ux PHP version: 4.3.6 PHP Bug Type: Apache related Bug description: php not installing with apache 1.3.28
Description: ------------ The platform is HP UX 11.0. I am trying to install php 4.3.6. I am using the following script - CC=/opt/ansic/bin/cc \ GCC=/opt/ansic/bin/cc \ ./configure \ --prefix=/var/opt/web/php437 \ --with-apache=/mnt/d0006/rrc-disk/dump/apache_1.3.28 \ --with-oci8=/opt/oracle/product/8.1.6 Apache has been installed like this CC=/opt/ansic/bin/cc \ ./configure \ --prefix=/var/opt/web/apache_1328_3 "make" is going through, but "make install" reports "not a so" error. I analyzed this a little ... After "configure" if i edit Makefile, main/build*.h and config.status and after "make" if i edit libs/*.la and .libs/*.lai and replace libphp4.sl with libphp4.so the installtion goes through. This solution would have been acceptable to me, but when i put in the with-oci8 - after my edits, the make creates a static file with .a extension and not a .so file. This is not acceptable because the mod perl server that we have has shared module enabled. Please help with suggestions/resolution. -- Edit bug report at http://bugs.php.net/?id=28563&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=28563&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=28563&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=28563&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=28563&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=28563&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=28563&r=needscript Try newer version: http://bugs.php.net/fix.php?id=28563&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=28563&r=support Expected behavior: http://bugs.php.net/fix.php?id=28563&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=28563&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=28563&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=28563&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28563&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=28563&r=dst IIS Stability: http://bugs.php.net/fix.php?id=28563&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=28563&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=28563&r=float
