[Issues] [mod_gnutls 0000164]: Cannot create DBM Cache - episode 2
Mantis Bug Tracker
issues at outoforder.cc
Fri Sep 16 06:37:22 EDT 2011
The following issue has been SUBMITTED.
======================================================================
http://issues.outoforder.cc/view.php?id=164
======================================================================
Reported By: e-ndy
Assigned To:
======================================================================
Project: mod_gnutls
Issue ID: 164
Category: Configuration Issue
Reproducibility: always
Severity: major
Priority: high
Status: new
Apache Version: httpd-2.2.19
======================================================================
Date Submitted: 2011-09-16 06:37 EDT
Last Modified: 2011-09-16 06:37 EDT
======================================================================
Summary: Cannot create DBM Cache - episode 2
Description:
gdbm, dbm options in GnuTLSCache directive doesn't work at all,
apr-util is compiled with berkeley db 4.8 and mod_gnutls also.
the only cache options working are memcache and none.
Steps to Reproduce:
1) install fedora 15
2) 'yum install mod_gnutls' (installs old version)
3) service httpd start
4) 'yum update
http://jkastner.fedorapeople.org/mod_gnutls/0.5.10/1.fc15/mod_gnutls-0.5.10-1.fc15.x86_64.rpm'
5) service httpd restart
6) check results
Additional Information:
# chown apache.apache /var/cache/mod_gnutls/
# chmod 0777 /var/cache/mod_gnutls/
# service httpd restart
Restarting httpd (via systemctl): Job failed. See system logs and 'systemctl
status' for details.
[FAILED]
# ls -lad /var/cache/mod_gnutls/
drwxrwxrwx. 2 apache apache 4096 Sep 16 10:57 /var/cache/mod_gnutls/
# strace `which httpd`
.....
stat("/var/cache/mod_gnutls", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
open("/var/cache/mod_gnutls", O_RDWR) = -1 EISDIR (Is a directory)
write(2, "[Fri Sep 16 12:28:02 2011] [erro"..., 143) = 143
write(2, "(120021)APR does not understand "..., 108) = 108
exit_group(-1) = ?
http://jkastner.fedorapeople.org/mod_gnutls/0.5.10/1.fc15/build.log contains
build log for package used for update.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2011-09-16 06:37 e-ndy New Issue
======================================================================
More information about the Issues
mailing list