From:             
Operating system: Linux
PHP version:      5.3.3
Package:          Compile Failure
Bug Type:         Bug
Bug description:libphp5.so Will Not Build in 5.3.3 - Builds in 5.3.2

Description:
------------
Trying to update to PHP 5.3.3 from 5.2 and libphp5.so will not build.



I have no problems using the same configure command for php 5.3.2 -
Something has 

changed between 5.3.2 and 5.3.3



I receive the following error only when building 5.3.3:



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

Test script:
---------------
PHP 5.3.2:



./configure --with-apxs2=/usr/local/apache2/bin/apxs
--with-mssql=/usr/local/freetds --with-ldap --prefix=/usr/local/php5
--with-config-file-path=/usr/local/php5/etc --enable-sockets --enable-soap
--with-openssl --with-unixODBC=/usr --with-gd --with-jpeg-dir=/usr/lib
--with-pdo-odbc=unixODBC,/usr --with-pdo-dblib=/usr/local/freetds



Works perfectly, builds libphp5.so and copies into my Apache 2.2 modules
path.



PHP 5.3.3:



./configure --with-apxs2=/usr/local/apache2/bin/apxs
--with-mssql=/usr/local/freetds --with-ldap --prefix=/usr/local/php5
--with-config-file-path=/usr/local/php5/etc --enable-sockets --enable-soap
--with-openssl --with-unixODBC=/usr --with-gd --with-jpeg-dir=/usr/lib
--with-pdo-odbc=unixODBC,/usr --with-pdo-dblib=/usr/local/freetds



Same command, throws an error, does not build libphp5.so

Expected result:
----------------
I expect 5.3.3 to build libphp5.so as 5.3.2 does.

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/bug.php?id=53116&edit=1
-- 
Try a snapshot (PHP 5.2):            
http://bugs.php.net/fix.php?id=53116&r=trysnapshot52
Try a snapshot (PHP 5.3):            
http://bugs.php.net/fix.php?id=53116&r=trysnapshot53
Try a snapshot (trunk):              
http://bugs.php.net/fix.php?id=53116&r=trysnapshottrunk
Fixed in SVN:                        
http://bugs.php.net/fix.php?id=53116&r=fixed
Fixed in SVN and need be documented: 
http://bugs.php.net/fix.php?id=53116&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=53116&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=53116&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=53116&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=53116&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=53116&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=53116&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=53116&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=53116&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=53116&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=53116&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=53116&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=53116&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=53116&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=53116&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=53116&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=53116&r=mysqlcfg

Reply via email to