Re: Problems installing on Ubuntu Feisty

2008-06-03 Thread Bob Briski
try: export JS_DIST=/usr/local/spidermonkey && make -f Makefile.ref export or: setenv JS_DIST /usr/local/spidermonkey && make -f Makefile.ref export If you're using "sudo" to make yourself a superuser, you'll need to specific the JS_DIST option before typing sudo. Bob On Jun 3, 2008, at 7

Re: Problems installing on Ubuntu Feisty

2008-06-03 Thread Brad King
I'll double check the exact error when I get back to my desk tomorrow AM but it was telling me that JS_DIST=... is not a valid command. Is the way its shown on the wiki exactly how I need to enter the command, or is there supposed to be a break in this line sequence, such as: JS_DIST=/usr/local/sp

Re: Problems installing on Ubuntu Feisty

2008-06-03 Thread Noah Slater
On Tue, Jun 03, 2008 at 01:22:43PM +0100, Mark James Adams wrote: > What's the exact error that you are seeing? My feeling is that > Spidermonkey was intended to be built as part of Firefox, so it seems > tricky to install it on its own. It was, though the build/install scripts are admittedly a pa

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

2008-06-03 Thread Mark James Adams
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 lot of hoops but to get erlang to build with openssl (which was 64bit on my

Re: problem with unicode

2008-06-03 Thread Ryszard Szopa
On Mon, Jun 2, 2008 at 11:26 PM, Ryszard Szopa <[EMAIL PROTECTED]> wrote: > Whenever I try to do requests to CouchDB with Unicode characters in > the content I get a 500 and an Erlang error. My Erlang is very weak, > so even after reading the source of the function I believe the error > comes from

Re: Problems installing on Ubuntu Feisty

2008-06-03 Thread Mark James Adams
On Tue, Jun 3, 2008 at 1:02 PM, Brad King <[EMAIL PROTECTED]> wrote: > If I try to install > SpiderMonkey from source per your wiki instructions, I get an error on > this line: > > JS_DIST=/usr/local/spidermonkey make -f Makefile.ref export What's the exact error that you are seeing? My feeling is

Problems installing on Ubuntu Feisty

2008-06-03 Thread Brad King
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, it wants to remove my Nautilus shell and many other programs first, which s