Hi,
I try to build PHP 4.3.4 on AIX 5.1 (It's my first use of PHP).
However, it fails in the ./configure step with apache include file:
I've tried:
./configure \
--with-apache=/extern/WWW
./configure \
--with-apache=/extern/WWW/
./configure \
--with-apache=/extern/WWW/
Be sure you're compiling PHP for the correct apache version you have. For
example if you have apache 1.x, you should compile using
--with-apxs=/path/to/apxs, and if you compile for apache 2.x you should use
--with-apxs2=/path/to/apxs
Maybe you're having two different versions of apache on the same
> Hi,
> I am getting this error, when trying to start apache sever.
> Syntax error on line 6 of /etc/httpd/conf.d/php.conf:
> Cannot load /etc/httpd/modules/libphp4.so into server:
> /etc/httpd/modules/libphp4.so: undefined symbol: gdImageStringFT
>
> I have installled gd-1.8.4 on the machine
>
>
> Hi,
> I am getting this error, when trying to start apache sever.
> Syntax error on line 6 of /etc/httpd/conf.d/php.conf:
> Cannot load /etc/httpd/modules/libphp4.so into server:
> /etc/httpd/modules/libphp4.so: undefined symbol: gdImageStringFT
>
> I have installled gd-1.8.4 on the