Re: permission problems with SDBM

2003-06-22 Thread Jeff Trawick
Günter Knauf wrote: Hi all, I've problems creating a SDBM database on Linux with both Apache 1.3 and 2.0 SDBM lib; with AP2 I've tried from my module: retval = apr_dbm_open_ex(&dbm, c->cntr_dbmtype, c->cntr_file, APR_DBM_RWCREATE, DEFAULT_DBM_PERM, r->pool); also

permission problems with SDBM

2003-06-21 Thread Günter Knauf
Hi all, I've problems creating a SDBM database on Linux with both Apache 1.3 and 2.0 SDBM lib; with AP2 I've tried from my module: retval = apr_dbm_open_ex(&dbm, c->cntr_dbmtype, c->cntr_file, APR_DBM_RWCREATE, DEFAULT_DBM_PERM, r->pool); also I have tried with p