>But I've allways problem when accessing /var/run/ssl_cache
>
>[08/Jun/1999 17:59:09] [error] Cannot open SSLSessionCache DBM file
>`/var/run/ssl_scache' for expiring (System error follows)
>[08/Jun/1999 17:59:09] [error] System: Permission denied (errno: 13)
>[08/Jun/1999 17:59:09] [error] Cannot open SSLSessionCache DBM file
>`/var/run/ssl_scache' for writing (store) (System error follows)
>[08/Jun/1999 17:59:09] [error] System: Permission denied (errno: 13)
I have allways problem when accessing /var/run/ssl_cache, too.
So I use chown command manually after installation.
I use Solaris2.6 and Berkeley-DB 2.X.
And I create /usr/local/BerkeleyDB/include/ndbm.h like this.
#ifndef _NDBM_H_
#define _NDBM_H_
#define DB_DBM_HSEARCH 1
#include <db.h>
#endif
And I use configure command of mod_ssl like this.
CFLAGS="-I/usr/local/bind/include -I/usr/local/BerkeleyDB/include -DNO_IDEA"
LIBS="-L/usr/local/bind/lib -lbind -L/usr/local/BerkeleyDB/lib -ldb"
LANG=
export CFLAGS LIBS LANG
./configure \
--with-apache=../apache_1.3.6 \
--with-ssleay=/usr/local/ssl \
--prefix=/usr/local/apache \
--enable-shared=ssl \
--enable-module=so \
--enable-module=rewrite
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]