Re: Problems installing on Ubuntu Feisty

2008-06-04 Thread Benoit Chesneau
On Tue, Jun 3, 2008 at 2:02 PM, Brad King <[EMAIL PROTECTED]> wrote: > I'm a Linux newbie so please bear with me. I'm not able to get > SpiderMonkey installed on Ubuntu Feisty. When I try to use the package > manager, it fails looking for the ns4-dev dependency. If I try to > install the dependency

Re: Problems installing on Ubuntu Feisty

2008-06-04 Thread Bob Briski
Did you try lib64, your paste just has lib. Also, I found that I had to install a more recent version of erlang. I built erlang from source, rather than installing the binary. Bob On Jun 4, 2008, at 2:37 PM, Brad King wrote: Unfortunately it didn't work for me. I had to add export in fron

Re: Problems installing on Ubuntu Feisty

2008-06-04 Thread Brad King
Unfortunately it didn't work for me. I had to add export in front of the command, which I assume is correct. [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 Couc

Re: Problems installing on Ubuntu Feisty

2008-06-04 Thread Mark James Adams
Bob, > LD_LIBRARY_PATH=/usr/local/spidermonkey/lib64 couchdb > > If that works, you know the problem is that LD_LIBRARY_PATH is not set for > the couchdb user. That's solved it for me. Thank you thank you thank you. :-) -- Mark James Adams http://raysend.com/mark/

Re: Problems installing on Ubuntu Feisty

2008-06-04 Thread Mark James Adams
> couch 0.7.3a662495 (LogLevel=info) > Apache CouchDB is starting. > > {"init terminating in do_boot",{error,{open_error,-10}}} > init terminating in do_boot () This is basically the same error I've been seeing on OpenSolaris. -- Mark James Adams http://raysend.com/mark/

Re: Problems installing on Ubuntu Feisty

2008-06-04 Thread Bob Briski
Try: LD_LIBRARY_PATH=/usr/local/spidermonkey/lib64 couchdb If that works, you know the problem is that LD_LIBRARY_PATH is not set for the couchdb user. On Jun 4, 2008, at 1:18 PM, Brad King wrote: I ended up installing erlang from the package manager, and I have a successful build. I now

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

2008-06-04 Thread Mark James Adams
> {reason,{'EXIT',{error,{open_error,-10, Looking through the output from truss, I see A LOT of files that are trying to be opened that don't exist. E.g., 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

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

2008-06-04 Thread Mark James Adams
Noah, > What system and what openssl libraries do you installed? openssl-0.9.8e on OpenSolaris snv_62. What I've done now is go entirely 32-bit, so I've rebuilt openssl and erlang. $ erl Erlang (BEAM) emulator version 5.6.2 [source] [async-threads:0] [hipe] [kernel-poll:false] Eshell V5.6.2 (

Re: Problems installing on Ubuntu Feisty

2008-06-04 Thread Brad King
I ended up installing erlang from the package manager, and I have a successful build. I now have a runtime error on startup. Thanks for your patience. [EMAIL PROTECTED]:/usr/local$ sudo -u couchdb couchdb couch 0.7.3a662495 (LogLevel=info) Apache CouchDB is starting. {"init terminating in do_boot

Re: Problems installing on Ubuntu Feisty

2008-06-04 Thread Bob Briski
sudo apt-get install ncurses On Jun 4, 2008, at 12:49 PM, Brad King wrote: export works thanks. was able to get SpiderMonkey installed moved on to my next dependency problem, which appears to be erlang. I followed the Rel4 install notes on the wiki, but getting error configuring using: sudo

Re: Problems installing on Ubuntu Feisty

2008-06-04 Thread Brad King
export works thanks. was able to get SpiderMonkey installed moved on to my next dependency problem, which appears to be erlang. I followed the Rel4 install notes on the wiki, but getting error configuring using: sudo ./configure && make && make install results in: configure: error: No curses li

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

2008-06-04 Thread Noah Slater
On Tue, Jun 03, 2008 at 09:21:06PM +0100, Mark James Adams wrote: > On Mon, Jun 2, 2008 at 9:48 PM, Bob Briski <[EMAIL PROTECTED]> wrote: > > Had something similar happen to me. Did you have openssl and did you use it > > when compiling erlang? > > I didn't, but I've tried now. I jumped through a