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

>>> Rodrigo Reis da Rocha <[EMAIL PROTECTED]> 10/10/03 09:17AM
>>>
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, não podendo ser retransmitida sem
autorização
do remetente. Se você não é o destinatário ou pessoa autorizada a
recebê-la,
informamos que o seu uso, divulgação, cópia ou arquivamento são
proibidos.
Portanto, se você recebeu esta mensagem por engano, por favor, nos
informe
respondendo imediatamente a este e-mail e em seguida apague-a.

Reply via email to