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
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