Comment 10 for bug 453049

Revision history for this message
Maxime Garcia (maxime-garcia) wrote : Re: couchdb fails to install because /var/log/couchdb does not exist

The fix is partial.

It misses the /var/log/couchdb/0.10.0 dir to work.

Steps to get working :

sudo aptitude install couchdb
sudo su
mkdir /var/log/couchdb/0.10.0
chown couchdb:couchdb /var/log/couchdb/0.10.0

(it also corrects the "/etc/init.d/couchch stop" problem that doesn't effectively stop couchdb)