From:             mcaplin at miami dot edu
Operating system: Tru64 UNIX
PHP version:      4.3.9
PHP Bug Type:     Apache related
Bug description:  make install fails to install mod_php4.so

Description:
------------
# ./configure --with-apxs=/usr/local/apache/bin/apxs --with-imap
--with-mysql=/usr/local --with-curl --with-gettext --enable-memory-limit
--quiet

# /usr/lcoal/bin/make -s
[many warnings]

# apachectl stop 
/usr/local/apache/bin/apachectl stop: httpd stopped

# /usr/local/bin/make install 
Installing PHP SAPI module:       apache
[activating module `php4' in /usr/local/apache/conf/httpd.conf]
cp libs/libphp4.so /usr/local/apache/libexec/libphp4.so
cp: libs/libphp4.so: No such file or directory
apxs:Break: Command failed with rc=1
make: *** [install-sapi] Error 1
Exit 2

# ls -l ./libs
total 14840
-rw-r--r--   1 root     1003     15136388 Sep 27 13:18 libphp4.a
-rw-r--r--   1 root     1003          836 Sep 27 13:18 libphp4.la

Tried with Apache versions 1.3.29 and 1.3.31.


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

Reply via email to