php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58182 PHP can't load library - *undefined symbol: db_create*
Submitted: 2008-04-29 05:26 UTC Modified: 2011-10-05 21:13 UTC
From: leeron at devunity dot com Assigned:
Status: No Feedback Package: svn (PECL)
PHP Version: 5.2.5 OS: Red Hat Enterprise 4 - Server
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2008-04-29 05:26 UTC] leeron at devunity dot com
Description:
------------
I've built the svn.so on a redhat enterprise linux server, 
using the lattest source code from CVS,
subversion 1.4.6 and the apr and apr-util version supplied with it (subversion-deps-1.4.6.tar). my Berkeley-db version is 4.6.21.
The compilation, linking, and installation went fine, but after adding the extension to php.ini I get the following error on startup:

PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/svn.so' - /usr/lib/libsvn_fs_base-1.so.0: undefined symbol: db_create in Unknown on line 0



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-05-17 19:54 UTC] scottmac@php.net
ldd /usr/lib/libsvn_fs_base-1.so.0

What does it show?

Sounds like libdb-4.6.so is missing from that list.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 22:01:28 2024 UTC