php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8637 Apache apxs does not recognize libphp4.sl file
Submitted: 2001-01-10 10:28 UTC Modified: 2001-03-16 20:59 UTC
From: haverlant at montrouge dot tt dot slb dot com Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.4 OS: HP-UX 11.00
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: haverlant at montrouge dot tt dot slb dot com
New email:
PHP Version: OS:

 

 [2001-01-10 10:28 UTC] haverlant at montrouge dot tt dot slb dot com
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 ?

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-16 20:59 UTC] sniper@php.net
Not PHP bug. Please submit a bug report at bugs.apache.org

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 06:01:30 2024 UTC