Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48795 - apache-1.3.29-r1 won't start because of mod_auth_db.so
Summary: apache-1.3.29-r1 won't start because of mod_auth_db.so
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: Sparc Linux
: High normal (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-23 08:53 UTC by David Stanek
Modified: 2004-04-23 11:54 UTC (History)
0 users

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


Attachments
new apache-1.3.27_db4_gentoo.patch (apache-1.3.27_db4_gentoo.patch,1006 bytes, patch)
2004-04-23 08:58 UTC, David Stanek
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Stanek 2004-04-23 08:53:00 UTC
I have db-4.1 installed on a sparc64 machine.  When I try to start 
Apache 1.3.29-r1 I got this error:
/etc/apache/modules/mod_auth_db.so:
Cannot load /etc/apache/modules/mod_auth_dbm.so into server: /etc/apache/modules/mod_auth_dbm.so: undefined symbol: __db_ndbm_open_4001

It seems that the patch apache-1.3.27_db4_gentoo.patch does not 
support db-4.1.  I would imagine that 4.2 is not supported either, 
but 4.1 is the latest for this architecture.

Reproducible: Always
Steps to Reproduce:
1. Have db-4.1 installed
2. Install Apache-1.3.29-r1
3. /etc/init.d/apache start

Actual Results:  
Error: Cannot load /etc/apache/modules/mod_auth_dbm.so into server:
/etc/apache/modules/mod_auth_dbm.so: undefined symbol: __db_ndbm_open_4001
Comment 1 David Stanek 2004-04-23 08:58:23 UTC
Created attachment 29901 [details, diff]
new apache-1.3.27_db4_gentoo.patch

I updated to apache-1.3.27_db4_gentoo.patch to get everything to work.
Now it starts great.
Comment 2 Chuck Short (RETIRED) gentoo-dev 2004-04-23 09:45:24 UTC
This is due to berkely db changing their specs as usual. Ill add the patch.
Comment 3 Chuck Short (RETIRED) gentoo-dev 2004-04-23 11:54:11 UTC
Added thanks for the update.