i used this link to install CouchDB on virtual machine http://depth-first.com/articles/2010/01/28/pubcouch-install-couchdb-on-ubuntu-karmic-from-source/ everything goes fine, after that i tried to run this script to create DB
curl -X PUT http://localhost:5984/DB_name
the error message appeared {"error":"unauthorized","reason":"You are not a server admin."}
any suggestion to fix that
thanks