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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
41 - 5 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Apr 25 02:01:30 2024 UTC