php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4746 make install said libphp4.sl is not a DSO
Submitted: 2000-06-01 08:17 UTC Modified: 2000-09-04 15:00 UTC
From: yale_yu at yahoo dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.0 Release OS: HP-UX 11.00
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: yale_yu at yahoo dot com
New email:
PHP Version: OS:

 

 [2000-06-01 08:17 UTC] yale_yu at yahoo dot com
My configure line is:
./configure --with-apxs=/usr/local/apache/bin/apxs --with-pdflib=/usr/local --with-zlib-dir=/usr/local --with-jpeg-dir=/usr/local --with-png-dir=/usr/local --with-tiff-dir=/usr/local --disable-xml --with-mysql=no

Well, "configure" passed, "make" passed too, "make install" failed with:
...
make[1]: Entering directory `/src/source/php-4.0.0'
/opt/apache/bin/apxs -i -a -n php4 libs/libphp4.sl
apxs:Error: file libs/libphp4.sl is not a DSO
make[1]: *** [install-sapi] Error 1
make[1]: Leaving directory `/src/source/php-4.0.0'
make: *** [install-recursive] Error 1

-------
Yale Yu

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-02 09:44 UTC] yale_yu at yahoo dot com
I start again from the very beginning, and find there's a warning in "make", is that the reason? What can I do?
...
/bin/sh /src/source/php-4.0.0/libtool --silent --mode=link gcc -g -O2 -Wall   -o libphp4.la -rpath /src/source/php-5.0.0/libs -avoid-version -L/usr/local/lib  -R /usr/local/lib main.lo internal_functions.lo snprintf.lo php_sprintf.lo config uration-parser.lo configuration-scanner.lo safe_mode.lo fopen-wrappers.lo php_re alpath.lo alloca.lo php_ini.lo SAPI.lo rfc1867.lo hp_content_types.lo strlcpy.lo strlcat.lo mergesort.lo reentrancy.lo php_variables.lo php_ticks.lo php_virtual_cwd.lo Zend/libZend.la sapi/apache/libsapi.la regex/libregex.la ext/db/libdb.la ext/pcre/libpcre.la ext/pdf/libpdf.la ext/posix/libposix.la ext/session/libsession.la ext/standard/libstandard.la  -lpam -lpdf -ltiff -lpng -ljpeg -lm -lcrypt -lnsl -lz -L/usr/local/lib -ljpeg -L/usr/local/lib -lpng -L/usr/local/lib -ltiff

*** Warning: inter-library dependencies are not known to be supported.
*** All declared inter-library dependencies are being dropped.
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.
 [2000-08-08 22:32 UTC] waldschrott@php.net
Please verify that it?s still happening using the latest version of PHP (release 4.0.1pl2 or CVS).
 [2000-08-25 12:31 UTC] sniper@php.net
Is this still a problem?
And if not how did you fix it?

--Jani
 [2000-09-04 15:00 UTC] sniper@php.net
No feedback. And the bug is in Apache which doesn't accept .sl as suffix.
Please file a bug report at http://bugs.apache.org 
or compile PHP4 as static module into apache.

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 13:01:30 2024 UTC