ID: 40347 Updated by: [EMAIL PROTECTED] Reported By: skinrock at skinrock dot com -Status: Open +Status: Bogus Bug Type: *Compile Issues Operating System: Ubuntu 6.10 PHP Version: 5.2.0 New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [2007-02-04 05:43:07] 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... ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=40347&edit=1