[PHP-DEV] RE: 4.0.5RC1 static build with Apache 1.3.19 problem From: Steven Roussey (sroussey <email protected>)
Date: 03/16/01

> Subject: 4.0.5RC1 static build with Apache 1.3.19 problem

Also happens in Apache 1.3.12

Sincerely,

Steven Roussey
Network54.com
http://network54.com/?pp=e

cd apache_1.3.12
CC=gcc CFLAGS="-O6 -march=i686 " CXX=gcc CXXFLAGS="-O6 -march=i686 " \
./configure \
--activate-module=src/modules/php4/libphp4.a --enable-module=rewrite
cd ..

cd php-4.0.5RC1
CC=gcc CFLAGS="-O6 -march=i686 " CXX=gcc CXXFLAGS="-O6 -march=i686 " \
./configure --with-mysql --with-xml --with-dom --with-zlib --with-gd \
--with-openssl --with-sablot --with-apache=../apache_1.3.12 --enable-inline-
optimization
make
make install
cd ..

cd apache_1.3.12
make
===> src/modules/php4
make[4]: *** No rule to make target `all'. Stop.
make[3]: *** [all] Error 1
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/home/network54/webserver/apache_1.3.12/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/home/network54/webserver/apache_1.3.12'
make: *** [build] Error 2

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>