Tagged Questions
0
votes
1answer
18 views
Uninstalling couchdb built from source
Can anyone tell me how I uninstall a CouchDB installation built from source using build-couchdb? I deleted the build directory as they said, but I can still start and stop it and everything.
0
votes
1answer
30 views
Can't Access CouchDB Remotely
Please keep in mind that I have this installed on an Amazon EC2 instance running the latest version of Ubuntu Server.
I have changed the bind_address to 0.0.0.0.
netstat -an | grep 5984 yields the ...
1
vote
2answers
174 views
Couchdb removal
I am trying to remove couchdb in my Ubuntu Server ( 10.04 ) and I received the following error:
dpkg: error processing couchdb (--purge):
Package is in a very bad inconsistent state - you should
...
2
votes
5answers
3k views
How to remove all Couchdb versions in Ubuntu 10.04 (server)? ( after multiple installs )
I have done multiple installs of CouchDB using
sudo aptitude install couchdb
sudo ap-get install couchdb
and more recently based on the instructions found at L ...
0
votes
1answer
112 views
CouchDB Errors: “undefined symbol: js_fgets” on Ubuntu 10.04
ServerFault Community.
I have been wrestling with this problem for weeks without resolution and was hoping that someone here might be able to help. As indicated above, this is in Ubuntu 10.04 (x86) ...
0
votes
1answer
917 views
CouchDB 0.11 on Ubuntu 10.04
i have successfully installed CouchDB 0.11 on Ubuntu 10.04 based on the Installation instruction in couchdb wiki for ubuntu 10.04. with appending " --bindir=/usr/bin --sbindir=/usr/sbin ...
2
votes
2answers
1k views
Upgrade default install of CouchDB on Ubuntu 10.04
I've installed ubuntu 10.04 LTS, and ran apt-get install couchdb. This installed 0.10.0, however the newest is 0.11.0 and I would like to install that from source.
What's the appropriate way of ...
13
votes
6answers
12k views
Why can't I access my CouchDB instance externally on Ubuntu 9.04 server?
Update: I got it working now. Jim Zajkowski's answer helped me detect that my /etc/init.d/couchdb reboot calls weren't actually rebooting the instance. After I manually killed the CouchDB processes ...