php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12926 apxs:Error: file libs/libphp4.sl is not a DSO
Submitted: 2001-08-23 11:35 UTC Modified: 2001-08-23 12:15 UTC
From: matteo dot redaelli at pirelli dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.0.6 OS: HP-UX 11
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: matteo dot redaelli at pirelli dot com
New email:
PHP Version: OS:

 

 [2001-08-23 11:35 UTC] matteo dot redaelli at pirelli dot com
with apache 1.3.20 & php 4.0.6

I had to use gmake instead of make: during "gmake" I had the following message

"
*** Warning: inter-library dependencies are not known to be supported.
"


during "gmake install" I had:

*** All declared inter-library dependencies are being dropped.
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.

gmake[1]: Entering directory `/apps/WEB/src/php-4.0.6'
/apps/WEB/src/php-4.0.6/build/shtool mkdir -p "/apps/WEB/apache/libexec" && /apps/WEB/apache/bin/apxs -S LIBE
XECDIR="/apps/WEB/apache/libexec" -i -a -n php4 libs/libphp4.sl
apxs:Error: file libs/libphp4.sl is not a DSO
gmake[1]: *** [install-sapi] Error 1
gmake[1]: Leaving directory `/apps/WEB/src/php-4.0.6'
gmake: *** [install-recursive] Error 1

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-23 12:15 UTC] sniper@php.net
This is a known Apache bug. 


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 15:01:31 2025 UTC