From:             nickt at nicktemple dot com
Operating system: Liinux 2.4.21 RHEL
PHP version:      4.3.11
PHP Bug Type:     Compile Failure
Bug description:  PHP fails to build .so

Description:
------------
When building php4.11, it refuses to build the .so needed for apache. 
Tried every configuration I could think of.

Using the exact same configuration on 4.3.10, however, PHP builds without
a problem.

Reproduce code:
---------------
./configure --prefix=/home/imts \
--with-apxs=/home/imts/bin/apxs  \
--enable-so \
--enable-shared \
--with-xml \
--enable-bcmath\
--enable-calendar \
--with-curl \
--enable-ftp \
--with-gd \
--with-jpeg-dir=/usr/local \
--with-mysql=/usr \
--enable-discard-path \
--with-pear \
--enable-sockets \
--enable-track-vars \
--enable-versioning \
--with-xmlrpc \
--enable-sockets \
--with-zlib

Expected result:
----------------
Installing PHP SAPI module:       apache
[activating module `php4' in /home/imts/conf/httpd.conf]
cp libs/libphp4.so /home/imts/libexec/libphp4.so
chmod 755 /home/imts/libexec/libphp4.so
cp /home/imts/conf/httpd.conf /home/imts/conf/httpd.conf.bak
cp /home/imts/conf/httpd.conf.new /home/imts/conf/httpd.conf
rm /home/imts/conf/httpd.conf.new
[etc]

Actual result:
--------------
Installing PHP SAPI module:       apache
[activating module `php4' in /home/imts/conf/httpd.conf]
cp libs/libphp4.so /home/imts/libexec/libphp4.so
cp: cannot stat `libs/libphp4.so': No such file or directory
apxs:Break: Command failed with rc=1
make: *** [install-sapi] Error 1

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

Reply via email to