Hello,
I am having problems making the ./configure script work under Mandrake 8.1.
My call is this:
./configure --with-psql --with-apxs=/usr/local/apache1.3.28/bin/apxs --prefi
x=/usr/local/php4
The configure script dumps a core and then exits when it tries to do sed.
Is this a problem with my
> Hello,
>
> I have installed PHP4 under redhat with apache1.3.23.
>
> PHP works fine as a module and all functions work as expected.
>
> What I need is for PHP to *also* work as a CGI. The applications
> that I am connecting to PHP are not thread safe and require PHP
> as CGI.
>
> I am trying
> Hello,
>
> I am compiling apache_1.3.28 from source with PHP4.
> I have compiled php4 previously with no errors.
>
> My configuration is as follows:
>
>
./configure --prefix=/usr/local/apache/ --activate-module=src/modules/php4/l
>
ibphp4.a --enable-shared=max --sysconfdir=/etc/httpd/conf --cgi