Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 100319

Summary: Apache 2.0.54-r12 doesn't compile because of db_create_4001
Product: Gentoo Linux Reporter: Stephen Dranger <illuminatedwax>
Component: [OLD] ServerAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Stephen Dranger 2005-07-25 22:23:48 UTC
I am installing apache 2.0.54-r12 and it is giving me an error saying it cannot
find 'db_create_4001.' I have the most recent berekely db file and in
/usr/include/db.h the only create function is db_create_4002. My berekely db
version is sys-libs/db-4.2.52_p2.

Reproducible: Always
Steps to Reproduce:
1. emerge db
2. emerge apache
3.

Actual Results:  
failed to compile

Expected Results:  
compile

Log:
/usr/lib/libaprutil-0.so: undefined reference to `db_create_4001'
/usr/lib/libaprutil-0.so: undefined reference to `db_strerror_4001'
collect2: ld returned 1 exit status
make[2]: *** [htpasswd] Error 1
make[2]: *** Waiting for unfinished jobs....
/usr/lib/libaprutil-0.so: undefined reference to `db_create_4001'
/usr/lib/libaprutil-0.so: undefined reference to `db_strerror_4001'
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-07-25 23:34:54 UTC

*** This bug has been marked as a duplicate of 92212 ***