php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10616 DSO won't load
Submitted: 2001-05-02 15:33 UTC Modified: 2001-05-02 19:00 UTC
From: loosecannon at 411 dot com Assigned:
Status: Not a bug Package: Apache related
PHP Version: 4.0.5 OS: Solaris 2.6
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: loosecannon at 411 dot com
New email:
PHP Version: OS:

 

 [2001-05-02 15:33 UTC] loosecannon at 411 dot com
I configured PHP with the following:

./configure --with-apxs=/www/server/apache/bin/apxs --with-yaz=/www/src/yaz-1.6  --with-sybase=/usr/local/sybase/client --with-xml --enable-ftp --with-gd=/www/src/gd1.2 --disable-pear --with-dbase --enable-libgcc --enable-freetype-4bit-antialias-hack  --with-pdflib=/www/src/pdflib-3.03 --with-tiff-dir=/www/src/tiif-v3.4 --with-png-dir=/www/src/libpng-1.0.9 --enable-sockets --with-zlib-dir=/www/src/zlib-1.1.3 --enable-versioning --enable-libgcc

and all goes well through the make process. However when I got to restart Apache (1.3.09) I get the following error:

Syntax error on line 233 of /www/server/apache/conf/httpd.conf:
Cannot load /www/server/apache/libexec/libphp4.so into server: ld.so.1: /www/server/apache
/bin/httpd: fatal: relocation error: file /www/server/apache/libexec/libphp4.so: symbol hstrerror: referenced symbol not found

When I do an ldd for the libphp4.so I get the following:

ldd libphp4.so
        libpam.so.1 =>   /usr/lib/libpam.so.1
        libdl.so.1 =>    /usr/lib/libdl.so.1
        libnsl.so.1 =>   /usr/lib/libnsl.so.1
        libsocket.so.1 =>        /usr/lib/libsocket.so.1
        libsybdb.so =>   /usr/lib/libsybdb.so
        libresolv.so.2 =>        /usr/lib/libresolv.so.2
        libm.so.1 =>     /usr/lib/libm.so.1
        libc.so.1 =>     /usr/lib/libc.so.1
        libmp.so.2 =>    /usr/lib/libmp.so.2
        /usr/platform/SUNW,Ultra-4/lib/libc_psr.so.1


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-02 19:00 UTC] sniper@php.net
submitted twice

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 18:01:29 2024 UTC