ID: 8637
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Apache related
Assigned To: 
Comments:

Not PHP bug. Please submit a bug report at bugs.apache.org

--Jani


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

[2001-01-10 10:28:21] [EMAIL PROTECTED]
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 ?

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



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=8637&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