Hey,
PHP needs the apache source dir to properly compile. Your php configure
line should look more like this
$./configure --with-apache=../apache_1.3.12 --with-interbase --with-apxs
$ make
$ make install
You then must tell apache to use the php4 module
$ cd ../apache_1.3.12
$ ./configure --ac
Hi
I'm triying to install in my Debian system PHP4 with Apache and Interbase
support.
I follow the Installation Instructions for PHP 4.0.:
$gunzip php-4.0.x.tar.gz
$tar -xvf php-4.0.x.tar
$./configure --with-interbase --with-apxs
$make install
Then I modify httpd.conf adding the following l
2 matches
Mail list logo