Hi all,
I want to integrate gd-1.8.4 as a module into PHP.
Would anybody suggest a .configure string to manage that or are there special options in
php.ini-dist to set?
On my HP-UX 11.0 box I installed Oracle 8i +
apache_1.3.17 + php.4.0.4 + oci8
To configure this I used the strings:
for apache (in /usr/local/src/apache_1.3.17):
./configure --prefix=/opt/apache --activate-module=src/modules/php4/libphp4.a
for php4 (/usr/local/src/php-4.0.4.pl1):
./confifure --with-apache=/usr/local/src/apache_1.3.17 --prefix=/opt/php4 --with-oci8=/ora01/app/oracle/product/8.1.6 --with-oracle=/ora01/oracle/product/8.1.6 --verbose
make
make install
then in apache_1.3.17 directory:
make
make install
Thks for your help,
Carsten
P.S.: sorry if there was an incomplete posting before. Damn focus switch :-|