[Issues] [mod_gnutls 0000107]: Cannot create DBM Cache

Mantis Bug Tracker issues at outoforder.cc
Wed Jul 20 22:34:38 EDT 2011


A NOTE has been added to this issue. 
====================================================================== 
http://issues.outoforder.cc/view.php?id=107 
====================================================================== 
Reported By:                sdrieling
Assigned To:                dashula
====================================================================== 
Project:                    mod_gnutls
Issue ID:                   107
Category:                   Configuration Issue
Reproducibility:            have not tried
Severity:                   minor
Priority:                   normal
Status:                     assigned
Apache Version:             2.2.16 
====================================================================== 
Date Submitted:             2010-10-19 13:56 EET
Last Modified:              2011-07-21 04:34 EET
====================================================================== 
Summary:                    Cannot create DBM Cache
Description: 
Trying to use DBM for caching throws an error at apache start: [error]
(20019)DSO load failed: GnuTLS: Cannot create DBM Cache at
`/var/cache/gnutls/cache'
(20019)DSO load failed: GnuTLS: Post Config for GnuTLSCache Failed. Shutting
Down.

Steps to Reproduce: 
chmod 777 /var/cache/gnutls/

GnuTLSCache dbm /var/cache/gnutls/cache

====================================================================== 

---------------------------------------------------------------------- 
 (0000278) dashula (manager) - 2011-07-21 02:31
 http://issues.outoforder.cc/view.php?id=107#c278 
---------------------------------------------------------------------- 
The error states that a DSO failed to load, on further investigation this seems
to be because the included APR-Util with apache is normally compiled without DBM
(Berkley Database) library support.  We can validate this by using apu-1-config
with the --dbm-libs or --db-version arguments.  
This can be resolved by recompiling Apr-Util with Berkley DBM support.

The bug is actually a result of confusion between the various DBM formats,
namely mistaking "db" for the default APR DBM type, which should be "sdbm" or
"default".

REFERENCES:
[1]
http://apr.apache.org/docs/apr-util/0.9/group__APR__Util__DBM.html#gf7295ba8157f487b78319e168e1344b4
[2] http://httpd.apache.org/docs/2.0/dso.html
[3] http://apr.apache.org/docs/apr-util/0.9/group__APR__Util.html
[4] http://unixpapa.com/incnote/dbm.html
[5] http://en.wikipedia.org/wiki/Dbm

 

---------------------------------------------------------------------- 
 (0000279) dashula (manager) - 2011-07-21 04:34
 http://issues.outoforder.cc/view.php?id=107#c279 
---------------------------------------------------------------------- 
This was fixed in version 0.6 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-10-19 13:56 sdrieling      New Issue                                    
2011-05-24 09:39 dashula        Note Added: 0000269                          
2011-07-08 15:51 dashula        Note Deleted: 0000269                        
2011-07-08 16:30 dashula        Note Added: 0000271                          
2011-07-08 16:30 dashula        Assigned To               => dashula         
2011-07-08 16:30 dashula        Status                   new => acknowledged 
2011-07-08 16:30 dashula        Note Deleted: 0000271                        
2011-07-21 01:41 dashula        Note Added: 0000278                          
2011-07-21 02:31 dashula        Note Edited: 0000278                         
2011-07-21 02:48 dashula        Status                   acknowledged =>
assigned
2011-07-21 04:34 dashula        Note Added: 0000279                          
======================================================================




More information about the Issues mailing list