ID: 7643
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Compile Failure
Operating system: 
PHP Version: 4.0.3pl1
Assigned To: 
Comments:

As the Apache is now at version 1.3.20, maybe they have 
fixed this in it? Please try it out.
Also, PHP 4.0.5 was released a while ago.

Anyways, this is not PHP bug.

--Jani


Previous Comments:
---------------------------------------------------------------------------

[2001-01-05 23:23:31] [EMAIL PROTECTED]
In duplicate bug report #8518 was mentioned this is still happening with 4.0.4

--Jani

---------------------------------------------------------------------------

[2001-01-02 09:06:46] [EMAIL PROTECTED]
Please try PHP 4.0.4 as this should be fixed.

--Jani

---------------------------------------------------------------------------

[2000-11-05 04:27:36] [EMAIL PROTECTED]
        An error will be produced:
        /path/to/apxs -i -a -n php4 libs/libphp4.sl
        apxs:Error: file libs/libphp4.sl is not a DSO
        make[1]: *** [install-sapi] Error 1
        make[1]: Leaving directory `/wes/build/apache/php-4.0.1pl2'
        make: *** [install-recursive] Error 1

It seems that apxs wants the shared library to be named
        libphp4.so, not libphp4.sl.  Do the following:
        # cp libs/libphp4.sl libs/libphp4.so
        # /path/to/bin/apxs -i -a -n php4 libs/libphp4.so

Is there any way the install scripts can be updated for this on HPUX platform?

---------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=7643&edit=2


-- 
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