ID: 28563 Updated by: [EMAIL PROTECTED] Reported By: ramakrishnan dot iyer at hp dot com -Status: Open +Status: Bogus Bug Type: Apache related Operating System: hp ux PHP Version: 4.3.6 New Comment:
The correct configure option is "--with-apxs" to get a DSO. If you're trying to make a static install, read the INSTALL file..) Previous Comments: ------------------------------------------------------------------------ [2004-05-28 20:43:58] ramakrishnan dot iyer at hp dot com 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 this bug report at http://bugs.php.net/?id=28563&edit=1
