Re: [PHP-INSTALL] Error on HP-UX compilation

2003-10-10 Thread Jim Thome
You need to hack your apxs script to get it to build a DSO on HPUX. There are 2 places in the apxs script to do this, depending on your version of Apache. Change the line: my $dso_ext = "so"; to: my $dso_ext = "sl"; and change the line: $d =~ s|\.so$||; to: $d =~ s|\.sl$||; -- Jim >>> Rodrig

Re: [PHP-INSTALL] Error on HP-UX compilation

2003-10-08 Thread Jim Thome
What is your PHP configure line? What version of PHP? >>> Rodrigo Reis da Rocha <[EMAIL PROTECTED]> 10/08/03 07:42AM >>> Hi! Somebody already have sucessifully compiled php with apache and oracle in HP-UX 11.11 ? I had this error and I con't know how to move on... In file included from /usr/inc