Re: Annotea Server Installation Problem

Daniel Engler <[email protected]> Fri, 13 Jun 2003 22:26:30 +0200
Newsgroups gmane.org.w3c.annotation
Message-ID <[email protected]>
I changed the Line in Annotations.access.prop:

from
auth.database.parms: -type => 'dbm', -file => '/etc/httpd/annotea/users'
to
auth.database.parms: -type => 'db', -file => '/etc/httpd/annotea/users'

this works but now I find the following lines in httpd/error_log


[Fri Jun 13 22:11:01 2003] [error] [client 130.92.151.140] (2)No such 
file or directory: could not open dbm auth file: /etc/apache/conf/users
[Fri Jun 13 22:11:01 2003] [error] [client 130.92.151.140] DBM user 
[email protected] not found: 
/usr/local/perl/modules/W3C/Annotations/CGI/annotate

please help