From:             tim at or-media dot com
Operating system: Fedora core 4
PHP version:      5.1.1
PHP Bug Type:     *Compile Issues
Bug description:  libphp5.so not created

Description:
------------
I have seen this in previous reports but none have helped.

After trying:
php 4.3.11
php 5.1.1
php 5.l-latest snap

It will not create libphp5.so or libphp4.so

I have also updated the libtool in fc4

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


Expected result:
----------------
libphp5.so built and moved to /usr/local/apache2/modules

Actual result:
--------------
didnt build lib

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

Reply via email to