From:             ralphdoncaster at gmail dot com
Operating system: AIX 5.3
PHP version:      5.2.11
PHP Bug Type:     Apache2 related
Bug description:  need libtool >=1.5.26

Description:
------------
libtool 1.5.20 is bundled with PHP.  This version does not copy libphp5.so
on make install.
libtool 1.5.26 works properly

This seems to have already been reported as bug #48427, but was closed as
bogus (nobody realized the problem is with libtool, not gnu ld)


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


Expected result:
----------------
libphp5.so should get copied to apache2 modules dir


Actual result:
--------------
it fails

I replaced libtool 1.5.20 with 1.5.26 from the apache2 build, then make
install works fine.

bash-3.2# ./libtool --version
ltmain.sh (GNU libtool) 1.5.26 (1.1220.2.492 2008/01/30 06:40:56)

Copyright (C) 2008  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
bash-3.2# ./libtool.old/libtool --version
ltmain.sh (GNU libtool) 1.5.20 (1.1220.2.287 2005/08/31 18:54:15)

Copyright (C) 2005  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.


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

Reply via email to