I am attempting an install of Apache 1.3.22 with PHP 4.1.1 (for Oracle 8.1.6.2.0 on AIX 4.3.3.0. The following steps were run to create the installation package:
cd apache ./configure --prefix=/fsapps/fsother/web/httpd \ --with-layout=FS cd ../php ./configure --with-apache=../apache \ --with-config-file-path=/fsapps/fsother/web/httpd/conf \ --prefix=/fsapps/fsother/web/php4 \ --with-xml \ --enable-track-vars \ --enable-debugger \ --with-mysql \ --with-oci8=/usr/csapps/db \ --with-dbase make make install cd ../apache ./configure --prefix=/fsapps/fsother/web/httpd \ --activate-module=src/modules/php4/libphp4.a \ --with-perl=/fsapps/fssys/bin/perl \ --with-port=80 make During the 'make' the following error occurs (at the end): Target "all" is up to date. <=== main ===> lib ===> lib/expat-lite Target "all" is up to date. <=== lib/expat-lite Target "default" is up to date. <=== lib ===> modules ===> modules/standard Target "all" is up to date. <=== modules/standard ===> modules/php4 Target "all" is up to date. <=== modules/php4 Target "default" is up to date. <=== modules cc -c -I./os/unix -I./include -DAIX=43 -DUSE_PTHREAD_SERIALIZED_ACCEP T -U__STR__ -DAIX_BIND_PROCESSOR -qnogenpcomp -qnousepcomp -I/fsfiles/fstmp/web/ php -I/fsfiles/fstmp/web/php/main -I/fsfiles/fstmp/web/php/main -I/fsfiles/fstmp /web/php/Zend -I/fsfiles/fstmp/web/php/Zend -I/fsfiles/fstmp/web/php/TSRM -I/fsf iles/fstmp/web/php/TSRM -I/fsfiles/fstmp/web/php -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci` modules.c cc -c -I./os/unix -I./include -DAIX=43 -DUSE_PTHREAD_SERIALIZED_ACCEP T -U__STR__ -DAIX_BIND_PROCESSOR -qnogenpcomp -qnousepcomp -I/fsfiles/fstmp/web/ php -I/fsfiles/fstmp/web/php/main -I/fsfiles/fstmp/web/php/main -I/fsfiles/fstmp /web/php/Zend -I/fsfiles/fstmp/web/php/Zend -I/fsfiles/fstmp/web/php/TSRM -I/fsf iles/fstmp/web/php/TSRM -I/fsfiles/fstmp/web/php -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci` buildmark.c cc -DAIX=43 -DUSE_PTHREAD_SERIALIZED_ACCEPT -U__STR__ -DAIX_BIND_PROCES SOR -qnogenpcomp -qnousepcomp -I/fsfiles/fstmp/web/php -I/fsfiles/fstmp/web/php/ main -I/fsfiles/fstmp/web/php/main -I/fsfiles/fstmp/web/php/Zend -I/fsfiles/fstm p/web/php/Zend -I/fsfiles/fstmp/web/php/TSRM -I/fsfiles/fstmp/web/php/TSRM -I/fs files/fstmp/web/php -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci` -lm -lpthread -o httpd buildmark.o modules.o modules/php4/libphp4.a modules/sta ndard/libstandard.a main/libmain.a ./os/unix/libos.a ap/libap.a lib/expat-li te/libexpat.a -L/usr/csapps/db/lib -Lmodules/php4 -L../modules/php4 -L../../mod ules/php4 -lmodphp4 -ldl -lld -lbsd_r -lm -lodm -ldl -lcrypt -lbind -lm -ldl -lcrypt -lclntsh ld: 0711-317 ERROR: Undefined symbol: .alloca ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. make: 1254-004 The error code from the last command is 8. I have checked for the presence of the alloca.o file in apache/src/modules/php4 and it is present. What gives? Any thoughts on a solution? ===== Robert Varner Web Developer [EMAIL PROTECTED] __________________________________________________ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yahoo.com -- PHP Install 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]