Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 100319 - Apache 2.0.54-r12 doesn't compile because of db_create_4001
Summary: Apache 2.0.54-r12 doesn't compile because of db_create_4001
Status: RESOLVED DUPLICATE of bug 92212
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-25 22:23 UTC by Stephen Dranger
Modified: 2005-07-25 23:34 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***