I compiled it statically.
Here are the configure options i've used:
for php4:
./configure --with-mysql --prefix=/nxs/program/php4 --with-apache=../apache_1.3.12 --enable-track-vars --disable-debug --with-pdflib=/usr/local
for apache:
./configure --prefix=/nxs/program/httpd --activate-module=src/modules/php4/libphp4.a
Thomas Sinka wrote:
Hi,
did you compile php4 as shared library (.so -> --with-apxs=...) or statically ( --with-apache=...).
I had similar problems and the solution was to use --with-apache= instead of --with-apxs=
The only difference in compiling is that you first configure/make/make install php4 --with-apache=<path-to-apache-source> and then compile apache.
Can you tell me the configure options you used when compiling pdflib and php ?
Greetings,
Thomas