linux 2.2.19 apache1.3.19,php-4.0.5,mod_ssl 2.8.2,mod_perl-1.25,mm-1.1.13
step a) compiled mm ./configure --disable-shared + make +make test + make
install OK.
step b) compiled mod_ssl
CC="egcs"
CFLAGS="-O9 ......."
.configure --with-apache=../apache-source-tree --with-crt=../.crt
--with-key=..../.key OK
step c ) compiled apache
CC="egcs"
OPTIM="-O9..........."
CFLASG="-DDYNAMIC_MODULE_LIMIT=0"
change HARD_SERVER_LIMIT 1024 in httpd.h
./configure OK
step d) compiled php
CC="egcs"
CFLAGS="-O9.......... -fno-exceptions -I/usr/local/ssl"
.configure --with-apache=../apache-source-tree ( not src)
--with-mysql --enable-track-vars --with-popmail=....
--disabled-debug --enable-safe-mode --with-mm
--enable-inline-optimization --with-gnu-ld --enable-memory-limit
make
make install OK
step e) compiled perl
perl Makefile.PL EVERYTHING=1 APACHE_SRC=../apache-source-tree/src
USE_APACI=1 PREP_HTTPD=1 DO_HTTPD=1
make
make install OK
step f) compiled apache
CC="egcs"
OPTIM="-O9..........."
CFLASG="-DDYNAMIC_MODULE_LIMIT=0"
./configure --add-module=src/modules/experimental/mod_mmap_static.c
--add-module=src/modules/standard/mod_auth_db.c
--add-module=src/modules/standard/mod_so.c
--add-module=src/modules/frontpage/mod_frontpage.c
--enable-module=ssl
--enable-rule=SSL_SDBM
--disable-rule=SSL_COMPAT
--activate-module=src/modules/php4/libmodphp4.a
--enable-module=modphp4
--activate-module=src/modules/perl/libperl.module
--enable-module=perl OK
make : and here there are many problem with php
mod_php4.c.28 : zend.h No such file or directory
mod_php4.c.29 : php.h No such file or directory and go on.
If I copy the header file zend.h from ../php-4.0.5/Zend to
/apache-source-tree/src/include, the error at line 28 doesn't
appear, but I don't want cpy the all .h in the include apaci directory.
How Can I resolve this problem ?
If i change the src/Configuration file with the new line
AddModules modules/php4/libmodphp4.a
+ ./Configuration don't change nothing.
Sorry for my english.
Thanking in advance.
Pellegrini Giuliano.
Riva del Garda -Italy.
--
PHP General 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]