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
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,
___
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
çã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
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/
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
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: