From:             bhavacakra at gmail dot com
Operating system: Linux (arch_x64)
PHP version:      5.2.5
PHP Bug Type:     Compile Failure
Bug description:  "make" from another directory

Description:
------------
I'm attempting to configure and build PHP from a directory outside of the
source distribution. "configure" works fine, but "make" stops while
compiling "/sapi/apache2handler/mod_php5.c"

Reproduce code:
---------------
shell $ ../php-5.2.5/configure --enable-debug --enable-maintainer-zts
--disable-cgi --enable-cli --without-pear
 --disable-xml --without-sqlite --without-mysql --enable-embed
--with-apxs2=/usr/sbin/apxs

shell $ make

Expected result:
----------------
successful compilation

Actual result:
--------------
/bin/sh /home/flav/programming/php-internals/_build/libtool
--preserve-dup-deps --mode=compile /home/flav/programming/php-intern
als/_build/meta_ccld  -I/usr/include/apache  -DLINUX=2 -D_REENTRANT
-D_GNU_SOURCE -I/usr/include/apr-1   -I/usr/include/apr-1 -I
/usr/include -Isapi/apache2handler/
-I/home/flav/programming/php-internals/php-5.2.5/sapi/apache2handler/
-DPHP_ATOM_INC -I/home
/flav/programming/php-internals/_build/include
-I/home/flav/programming/php-internals/_build/main
-I/home/flav/programming/php-i
nternals/php-5.2.5 -I/usr/include/libxml2
-I/home/flav/programming/php-internals/_build/ext/date/lib
-I/home/flav/programming/ph
p-internals/php-5.2.5/ext/date/lib
-I/home/flav/programming/php-internals/_build/TSRM
-I/home/flav/programming/php-internals/_bu
ild/Zend -I/home/flav/programming/php-internals/php-5.2.5/main
-I/home/flav/programming/php-internals/php-5.2.5/Zend -I/home/fla
v/programming/php-internals/php-5.2.5/TSRM
-I/home/flav/programming/php-internals/_build/  -D_REENTRANT 
-I/usr/include -g -pthr
ead -O0 -Wall -DZTS   -c
/home/flav/programming/php-internals/php-5.2.5/sapi/apache2handler/mod_php5.c
-o sapi/apache2handler/mo
d_php5.lo                                                                 
                                                     
/home/flav/programming/php-internals/_build/libtool: line 1184:
sapi/apache2handler/mod_php5.loT: No such file or directory
mkdir sapi/apache2handler/.libs
mkdir: cannot create directory `sapi/apache2handler/.libs': No such file
or directory
make: *** [sapi/apache2handler/mod_php5.lo] Error 1


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

Reply via email to