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

[PHP-INSTALL] Error on HP-UX compilation

2003-10-10 Thread Rodrigo Reis da Rocha
Any body know what is this message? apxs:Error: file libs/libphp4.sl is not a DSO This hapens when I try to install php 4.3.3 on a Hp-UX 11.11 after a sucessifull build with gcc. Thxs. R3. Esta mensagem, incluindo seus anexos, pode conter informações privilegiadas e/ou de caráter confidencial,

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

2003-10-08 Thread Rodrigo Reis da Rocha
___ Rodrigo Reis da Rocha. OI-TI-Mediação. * Tel: (03121)3113-1784 * Cel: (03121)9882-4705 -Mensagem original- De: Jim Thome [mailto:[EMAIL PROTECTED] Enviada em: quarta-feira, 8 de outubro de 2003 11:55 Para: [EMAIL PROTECTED]; [EMAIL PROTECTED] Assunto: R

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

2003-10-08 Thread Jim Thome
ção. * Tel: (03121)3113-1784 * Cel: (03121)9882-4705 -Mensagem original- De: Jim Thome [mailto:[EMAIL PROTECTED] Enviada em: quarta-feira, 8 de outubro de 2003 11:55 Para: [EMAIL PROTECTED]; [EMAIL PROTECTED] Assunto: Re: [PHP-INSTALL] Error on HP-UX compilation What is your PHP co

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

2003-10-08 Thread Rodrigo Reis da Rocha
Thome [mailto:[EMAIL PROTECTED] Enviada em: quarta-feira, 8 de outubro de 2003 11:55 Para: [EMAIL PROTECTED]; [EMAIL PROTECTED] Assunto: Re: [PHP-INSTALL] Error on HP-UX compilation What is your PHP configure line? What version of PHP? >>> Rodrigo Reis da Rocha <[EMAIL PROTECTED]> 10/

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

[PHP-INSTALL] Error on HP-UX compilation

2003-10-08 Thread Rodrigo Reis da Rocha
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/include/netdb.h:69, from /opt/apache/gimsoft/x/php-4.3.3/ext/mysql/php_mysql.c:52: /usr/include/sys/socket.h: