Bug 112245 - httpd still requires libdb-4.1.so?
Summary: httpd still requires libdb-4.1.so?
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: httpd
Version: 1.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Joe Orton
QA Contact: David Lawrence
URL:
Whiteboard:
: 112817 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-12-16 16:41 UTC by Kaj J. Niemi
Modified: 2007-04-18 17:00 UTC (History)
1 user (show)

Fixed In Version: 2.0.48-4
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-01-02 13:59:41 UTC
Embargoed:


Attachments (Terms of Use)

Description Kaj J. Niemi 2003-12-16 16:41:12 UTC
Description of problem:
There's something fishy with httpd-2.0.48, it's linked against both
bdb 4.1 and bdb 4.2 but requires only libdb-4.1.so?

% rpm -q --requires httpd-2.0.48-3|grep libdb
libdb-4.1.so

ldd `which httpd` |grep libdb
        libdb-4.1.so => /lib/libdb-4.1.so (0x0093d000)
        libdb-4.2.so => /lib/tls/libdb-4.2.so (0x003bc000)

Comment 1 Joe Orton 2004-01-02 13:59:41 UTC
The -4 rebuild got rid of the libdb-4.1 deps; you'll need the newer
apr-util too.

Comment 2 Joe Orton 2004-01-03 13:27:53 UTC
*** Bug 112817 has been marked as a duplicate of this bug. ***


Note You need to log in before you can comment on or make changes to this bug.