>From HEAD:

./configure works fine (no options)... Make, everything.

But...
./configure --with-apxs=/usr/local/apache/bin/apxs

Causes some weirdness on Make...
[user@localhost]# make
/bin/sh libtool --preserve-dup-deps --mode=compile gcc
-I/home/php/php5/ext/mysql/libmysql -Iext/mysql/
-I/home/php/php5/ext/mysql/ -DPHP_ATOM_INC -I/home/php/php5/include
-I/home/php/php5/main -I/home/php/php5 -I/home/php/php5/Zend
-I/home/php/php5/ext/xml/expat  -DLINUX=22 -DUSE_HSREGEX -DUSE_EXPAT
-I/home/php/php5/TSRM  -g -O2  -prefer-pic -c
/home/php/php5/ext/mysql/php_mysql.c -o ext/mysql/php_mysql.lo
libtool: s%^.*/%%: No such file or directory
libtool: -e: command not found
libtool: -e: command not found
libtool: -e: command not found
libtool: -e: command not found
libtool: -e: command not found
(more of these)

I'm not familiar enough with the build environment as a whole, but I've
been building HEAD for quite some time now and I'm not sure why now it'd
just choke like this....Any suggestions welcome.

John


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to