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
 [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 12:01:33 2025 UTC