php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #41181 looks for libdb.so in /usr/lib not /usr/lib64
Submitted: 2007-04-24 20:32 UTC Modified: 2007-04-24 20:59 UTC
From: astle at lexi dot net Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.2.1 OS: slamd64 linux
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: astle at lexi dot net
New email:
PHP Version: OS:

 

 [2007-04-24 20:32 UTC] astle at lexi dot net
Description:
------------
Configure looks for libdb* in /usr/lib rather than /usr/lib64

Reproduce code:
---------------
./configure --enable-dba --with-db4

Expected result:
----------------
successful configure

Actual result:
--------------
configure fails with:

checking for db4 major version... configure: error: Header contains different version

(Note: making /usr/lib a symlink to /usr/lib64 makes configure succeed. The "make" stage succeeds without the symlink.)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-04-24 20:59 UTC] johannes@php.net
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

Use --with-libdir configure flag.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 14 16:01:34 2025 UTC