From:             [EMAIL PROTECTED]
Operating system: HP-UX 11.00
PHP version:      4.0.4
PHP Bug Type:     Apache related
Bug description:  Apache apxs does not recognize libphp4.sl file

I configured php using the following line:
./configure --with-apxs=/opt/apache/bin/apxs --prefix=/opt/php4 --without-mysql

make works fine but in make install, apxs complains that
libs/libphp4.sl is not a DSO

I edited apxs and had to change line
if ($f !~ m|\.so$|) {

to 
if ($f !~ m|\.sl$|) {

Why not change the name of the shared library to libphp4.so in the installation 
process ?


-- 
Edit Bug report at: http://bugs.php.net/?id=8637&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to