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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Tue Mar 19 05:01:29 2024 UTC