From:             skinrock at skinrock dot com
Operating system: Ubuntu 6.10
PHP version:      5.2.0
PHP Bug Type:     *Compile Issues
Bug description:  Cannot create libphp5.so, references libtool

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...

-- 
Edit bug report at http://bugs.php.net/?id=40347&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=40347&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=40347&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=40347&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=40347&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=40347&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=40347&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=40347&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=40347&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=40347&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=40347&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=40347&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=40347&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=40347&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=40347&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=40347&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=40347&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=40347&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=40347&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=40347&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=40347&r=mysqlcfg

Reply via email to