hi all
im trying to compile apache server with php using static linking..on Linux
Platform
so that the final apache executable has no dynamic dependency with php..
so im doing the following for compilation

In the php directory i do
 ./Configure --with-apache2=../apachedir
make
In the apache directory i do
 ./Configure --with-php4=../phpdir
make

now i try to run apache server
apachedir/httpd
it works fine,
im able to view the html pages but not the page containing php scripts.
(It Shows the download dialog)
i feel im missing out some steps in the one i mentioned above,,
it would be nice if u can give me a hint on the above...

Thanks
Saravana

Reply via email to