OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004882 [apache2] regular use major always 2012-01-10 10:33 2012-01-17 03:00
Reporter pfelecan View Status public  
Assigned To bwalton
Priority high Resolution fixed  
Status closed  
Summary 0004882: missing dependency
Description Initially I thought that this is related to mod_dav...

When using DAV repository access, the DBM DSO cannot be loaded and the following message appears in the error_log:

(20019)DSO load failed: The DBM driver could not be loaded

Installing libaprutil1_dbm_db solves this issue.
Additional Information
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0009522)
bwalton (administrator)
2012-01-11 04:30

Hi Peter,

Can you confirm that this library is dlopen()'d? Checkpkg doesn't detect a missing dependency based on NEEDED libraries...
(0009523)
pfelecan (developer)
2012-01-11 11:11

I don't have the time to truss apache but by "black box" observation I can say that when the library is installed the message is not emitted and the a DAV related PUT works (the lock mechanism uses the DBM features). In the DAV related sources, there is a dlopen call on this library.

BTW, there is a similar issue with the libaprutil1_dbd_sqlite3 package but I think it appears when doing SVN related stuff. More difficult to confirm without trussing...
(0009530)
bwalton (administrator)
2012-01-13 04:22

I'm building an update with a dep on libaprutil1_dbm_db. Do you feel that libaprutil1_dbd_sqlite3 also warrants a dependency from apache2? (I'm still unclear which module is sourcing the library and don't have time to setup a play DAV environment right now.)
(0009531)
pfelecan (developer)
2012-01-13 09:05

In my opinion, the libaprutil1_dbd_sqlite3 is used by mod_svn or dav_svn, probably the later.
(0009534)
bwalton (administrator)
2012-01-14 04:02

I just pushed updated packages to unstable. I only added the dbm_db dep for now. Does this resolve the problem for you?
(0009535)
pfelecan (developer)
2012-01-14 10:50

yes
(0009538)
bwalton (administrator)
2012-01-17 03:00

Updates released.


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker