https://issues.apache.org/bugzilla/show_bug.cgi?id=51751

--- Comment #13 from Martin <[email protected]> 2011-09-03 00:55:22 UTC 
---
we strace and solved the problem

open("/lamp/apache2/lib/apr_dbm_db-1.so", O_RDONLY) = -1 ENOENT (No such file
or directory)
open("/lamp/apache2/lib/apr-util-1/apr_dbm_db-1.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
open("/lamp/apache2/lib/apr-util-1/apr_dbm_db-1.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
open("/lamp/apache2/lib/apr_dbm_db-1.so", O_RDONLY) = -1 ENOENT (No such file
or directory)
open("/lamp/apache2/lib/apr-util-1/apr_dbm_db-1.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
open("/lamp/apache2/lib/apr-util-1/apr_dbm_db-1.so", O_RDONLY) = -1 ENOENT (No
such file or directory)

solution:
copy /lamp/apache2/lib/apr-util-1/* to
/lamp/apache2/lamp/apache2/lib/apr-util-1/*

now the /lamp/apache2/var/DavLock was created


httpd.conf:

DavLockDB /var/DavLock

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to