On 10 Jan 2001 [EMAIL PROTECTED] wrote:

>From:             [EMAIL PROTECTED]
>Operating system: HP-UX 11.00
>PHP version:      4.0.4
>PHP Bug Type:     Apache related
>Bug description:  Apache apxs does not recognize libphp4.sl file
>
>I configured php using the following line:
>./configure --with-apxs=/opt/apache/bin/apxs --prefix=/opt/php4 --without-mysql
>
>make works fine but in make install, apxs complains that
>libs/libphp4.sl is not a DSO
>
>I edited apxs and had to change line
>if ($f !~ m|\.so$|) {
>
>to
>if ($f !~ m|\.sl$|) {
>
>Why not change the name of the shared library to libphp4.so in the installation 
>process ?


It seem like in 1.3.10 the Apache apxs was changed and now they always
expect to get .so as the suffix. So should this be changed in acinclude.m4 ??
There have been a few bug reports about this.

--Jani



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to