php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1339 libphp.so : cannot load library
Submitted: 1999-04-21 10:35 UTC Modified: 1999-04-21 11:24 UTC
From: edward at interlook dot com Assigned:
Status: Closed Package: Dynamic loading
PHP Version: 3.0.7 OS: Solaris 2.7
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: edward at interlook dot com
New email:
PHP Version: OS:

 

 [1999-04-21 10:35 UTC] edward at interlook dot com
Cannot load /usr/local/apache/libexec/libphp3.so into server: ld.so.1: /usr/local/apache/bin/httpd: fatal: relocation error: file /usr/local/apache/libexec/libphp3.so: symbol __udivdi3: referenced symbol not found


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-04-21 11:24 UTC] rasmus
This happens when mixing libraries built using different linkers on Solaris.  That symbol is actually in libgcc.  You might be using a binary distribution of some library that was built with Sun's cc.  I'd recompile everything using gcc or play around with the various libs and perhaps try adding -lgcc before these other libs.  It isn't really a PHP-specific bug.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 01:01:30 2024 UTC