Re: Problems installing on Ubuntu Feisty

2008-06-05 Thread Bob Briski
You're exporting the LD_LIBRARY_PATH to your environment yet starting it under couchdb's. If you want to go this route, replace your command with: LD_LIBRARY_PATH=/usr/local/spidermonkey/lib sudo -u couchdb couchdb On Jun 5, 2008, at 1:55 PM, Brad King wrote: I logged in as user couchdb

Re: Problems installing on Ubuntu Feisty

2008-06-05 Thread Brad King
I logged in as user couchdb, does that give me a working shell? I then tried to set up the library path and run couchdb again. Seems like the same results. [EMAIL PROTECTED]:~$ export LD_LIBRARY_PATH=/usr/local/spidermonkey/lib [EMAIL PROTECTED]:~$ sudo -u couchdb couchdb couch 0.7.2 (LogLevel=inf

Re: Problems installing on Ubuntu Feisty

2008-06-05 Thread Noah Slater
On Thu, Jun 05, 2008 at 05:38:00PM +0200, Benoit Chesneau wrote: > On Thu, Jun 5, 2008 at 4:24 PM, Brad King <[EMAIL PROTECTED]> wrote: > > one last try: I found a nice summary of installing couchdb on ubuntu here: > > > > http://jhcore.com/category/ubuntu/ > > > > this pretty outdated. You could

Re: crash on startup (undef,[{crypto,start, Solaris)

2008-06-05 Thread Noah Slater
On Wed, Jun 04, 2008 at 10:17:47PM +0100, Mark James Adams wrote: > stat64("/opt/local/32/lib/erlang/lib/kernel-2.12.2/ebin/httpd_util.beam", > 0x08047070) Err#2 ENOENT > /1: > open64("/opt/local/32/lib/erlang/lib/kernel-2.12.2/ebin/httpd_util.beam", > O_RDONLY) Err#2 ENOENT > /1: > stat6

Re: crash on startup (undef,[{crypto,start, Solaris)

2008-06-05 Thread Noah Slater
Great, glad it's starting up, but I can't help with the hanging or this error. Damien, does any of this make sense to you? On Wed, Jun 04, 2008 at 10:10:43PM +0100, Mark James Adams wrote: > $ ./couchdb > couch 0.7.3a650275 (LogLevel=debug) > Apache CouchDB is starting. > [error] [<0.46.0>] {erro

Re: Problems installing on Ubuntu Feisty

2008-06-05 Thread Noah Slater
On Wed, Jun 04, 2008 at 05:37:32PM -0400, Brad King wrote: > [EMAIL PROTECTED]:/usr/local$ export > LD_LIBRARY_PATH=/usr/local/spidermonkey/lib couchdb > [EMAIL PROTECTED]:/usr/local$ sudo -u couchdb couchdb > couch 0.7.3a662495 (LogLevel=info) > Apache CouchDB is starting. > > {"init terminating i

Re: Problems installing on Ubuntu Feisty

2008-06-05 Thread Benoit Chesneau
On Thu, Jun 5, 2008 at 4:24 PM, Brad King <[EMAIL PROTECTED]> wrote: > one last try: I found a nice summary of installing couchdb on ubuntu here: > > http://jhcore.com/category/ubuntu/ > this pretty outdated. On ubuntu (previous and last version) I just install needed dependencies from packages th

Re: Problems installing on Ubuntu Feisty

2008-06-05 Thread Bob Briski
Pretty sure you need a more recent erlang. You have to search your package distributor for curses: aptitude search ncurses The list that's sent back includes: ncurses-base ncurses-bin ncurses-dev sudo aptitude install ncurses-dev That should take care of the curses prereq. If you don't ha

Re: Problems installing on Ubuntu Feisty

2008-06-05 Thread Brad King
one last try: I found a nice summary of installing couchdb on ubuntu here: http://jhcore.com/category/ubuntu/ I still get a runtime error on startup, but I'm seeing a lot more debugging info, and I have a crash dump (attached). couch 0.7.2 (LogLevel=info) Apache CouchDB is starting. [error] [<0.

Re: Problems installing on Ubuntu Feisty

2008-06-05 Thread Brad King
Bob, I'm not using 64 bit so I use just lib instead of lib64. I gather from your post that the startup error is likely an erlang problem? I didn't see anything logged at all. Getting back to trying to install erlang from source, I was missing ncurses (see previous post of mine). I can't get ncurses

Re: crash on startup (undef,[{crypto,start, Solaris)

2008-06-05 Thread Matthew Ford
Ahh.. Cheers Matt On Thu, Jun 5, 2008 at 12:25 PM, Jan Lehnardt <[EMAIL PROTECTED]> wrote: > Chances are that you upgraded to MacOS X 10.5.3 > > Try rebuilding erlang --without-hipe or reinstall via macports > with the +universal option. > > Cheers > Jan > > On Jun 5, 2008, at 13:08, Matthew Ford

Re: crash on startup (undef,[{crypto,start, Solaris)

2008-06-05 Thread Jan Lehnardt
Chances are that you upgraded to MacOS X 10.5.3 Try rebuilding erlang --without-hipe or reinstall via macports with the +universal option. Cheers Jan On Jun 5, 2008, at 13:08, Matthew Ford wrote: Hi, Somewhat unrelated but I upgraded to the latest couchdb from source, and I also get crashes o

Re: crash on startup (undef,[{crypto,start, Solaris)

2008-06-05 Thread Matthew Ford
Hi, Somewhat unrelated but I upgraded to the latest couchdb from source, and I also get crashes on start up, although it just says bus error. Any ideas? Matt On Wed, Jun 4, 2008 at 10:17 PM, Mark James Adams <[EMAIL PROTECTED]> wrote: >> {reason,{'EXIT',{error,{open_error,-10, > > Lookin