php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #40347 Cannot create libphp5.so, references libtool
Submitted: 2007-02-04 05:43 UTC Modified: 2007-02-05 09:27 UTC
From: skinrock at skinrock dot com Assigned:
Status: Not a bug Package: *Compile Issues
PHP Version: 5.2.0 OS: Ubuntu 6.10
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: skinrock at skinrock dot com
New email:
PHP Version: OS:

 

 [2007-02-04 05:43 UTC] skinrock at skinrock dot com
Description:
------------
libphp5.so file is not being created, other users have reproduced this, however none of their solutions work for me.  One solution was an issue with libxml2 not being in the right directory, so I built the latest libxml2 from source, and had it install in /usr/local.

Another solution was by editing the libtool script, however, I'm not sure what needs to be done to get it to work.  It also sounded like this was a 64 bit issue, I am running 32 bit Ubuntu (albeit on an AMD 64 bit CPU).

Reproduce code:
---------------
./configure --with-apxs2=/usr/local/apache2/bin/apxs
make clean
make
make install

Expected result:
----------------
libphp5.so file should be created

Actual result:
--------------
*** Warning: inter-library dependencies are not known to be supported.
*** All declared inter-library dependencies are being dropped.

*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module libphp5.  Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.
copying selected object files to avoid basename conflicts...

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-05 09:27 UTC] tony2001@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 16 18:01:31 2025 UTC