From:             [EMAIL PROTECTED]
Operating system: Linux www.affcu.com 2.2.16C27_II
PHP version:      4.0.6
PHP Bug Type:     Compile Failure
Bug description:  make install fails on cobalt RAQIII. 

hello,
It may be the version of APXS that I am using, but it didn't like the 'apxs
-S' flag that make install used. I fixed it by editing the config_vars.mk
file and changing this line:
INSTALL_IT = $(mkinstalldirs) "$(INSTALL_ROOT)/usr/lib/apache" &&
/usr/sbin/apxs -S LIBEXECDIR="$(INSTALL_ROOT)/usr/lib/apache" -i -a -n php4
l
ibs/libphp4.so
 to be apxs -S and the install worked. 
I hope that this info helps other people trying to upgrade their version of
php on RAQs.

Brian King
-- 
Edit bug report at: http://bugs.php.net/?id=13178&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to