[PHP-INST] Re: Compile error Apache 1.3.27 + PHP 4.3.0

2003-03-17 Thread Dieter Müller
Solution is very simple ;-) configure PHP 4.3.1 without "--enable-versioning" like CFLAGS='-O2 -I/usr/local/openssl/current/include' \ ./configure \ --with-apache=/usr/src/tars/apache_1.3.27 \ --with-mysql=/usr/local/mysql/current \ --with-zlib \ --with-ftp \ --with-pdflib=/usr/local \ --with-fr

[PHP-INST] Compile error Apache 1.3.27 + PHP 4.3.0

2003-01-03 Thread Dieter Müller
When i try to compile Apache 1.3.27 with PHP 4.3.0 as module i get an error. Tried to compile with gcc 2.95.3 and gcc. 3.2.1 always the same problem PHP 4.2.3 works fine. First configure SSL: ./configure --with-apache=../apache_1.3.27 --with-ssl=../openssl-0.9.6h then in Apache path i ty