From:             john dot enevoldson at pulsen dot se
Operating system: sles 9.3 on ibm zseries
PHP version:      5.1.4
PHP Bug Type:     Compile Failure
Bug description:  make install fails - dlname not found ....libphp5.la

Description:
------------
configure and make works ok but when running make install we see:

Installing PHP SAPI module:       apache2handler
/usr/share/apache2/build/instdso.sh
SH_LIBTOOL='/usr/share/apache2/build/libtool' libphp5.la
/usr/lib64/apache2
/usr/share/apache2/build/libtool --mode=install cp libphp5.la
/usr/lib64/apache2/
cp .libs/libphp5.lai /usr/lib64/apache2/libphp5.la
cp .libs/libphp5.a /usr/lib64/apache2/libphp5.a
ranlib /usr/lib64/apache2/libphp5.a
chmod 644 /usr/lib64/apache2/libphp5.a
libtool: install: warning: remember to run `libtool --finish
/home/tje/php/php-5.1.4/libs'
Warning!  dlname not found in /usr/lib64/apache2/libphp5.la.
Assuming installing a .so rather than a libtool archive.
chmod 755 /usr/lib64/apache2/libphp5.so
chmod: cannot access `/usr/lib64/apache2/libphp5.so': No such file or
directory
apxs:Error: Command failed with rc=65536
.
make: *** [install-sapi] Error 1

libphp5.la is actually in /usr/lib64/apache2/ so we cannot understand why
the error is being thrown. 



Reproduce code:
---------------
sudo make install

Expected result:
----------------
Build complete

Actual result:
--------------
See output above.

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

Reply via email to