Re: Installing couchdb from source on Gentoo64

2008-11-26 Thread Noah Slater
Hmm, I have heard problems with building 64bit binaries with CouchDB. Could you try using the 32bit version of SpiderMonkey? Does that work? Failing that, you could log onto irc.mozilla.org and head to the #jsapi channel. This is a channel for the SpiderMonkey hackers. Tell them the problem you'

Re: Installing couchdb from source on Gentoo64

2008-11-26 Thread Shailesh Kochhar
Noah Slater wrote: On Wed, Nov 26, 2008 at 01:58:08PM -0800, Shailesh Kochhar wrote: Noah Slater wrote: On Wed, Nov 26, 2008 at 12:21:04PM -0800, Shailesh Kochhar wrote: The shared objects are in /usr/lib64/libjs.so and /usr/lib64/libjs.a The jsapi.h is in /usr/include/js Hmm, could you try a

Re: Installing couchdb from source on Gentoo64

2008-11-26 Thread Shailesh Kochhar
Noah Slater wrote: On Wed, Nov 26, 2008 at 01:58:08PM -0800, Shailesh Kochhar wrote: Noah Slater wrote: On Wed, Nov 26, 2008 at 12:21:04PM -0800, Shailesh Kochhar wrote: The shared objects are in /usr/lib64/libjs.so and /usr/lib64/libjs.a The jsapi.h is in /usr/include/js Hmm, could you try

Re: Installing couchdb from source on Gentoo64

2008-11-26 Thread Noah Slater
You need to rerun ./bootstrap after your edit. On Wed, Nov 26, 2008 at 01:58:08PM -0800, Shailesh Kochhar wrote: > Noah Slater wrote: >> On Wed, Nov 26, 2008 at 12:21:04PM -0800, Shailesh Kochhar wrote: >>> The shared objects are in /usr/lib64/libjs.so and /usr/lib64/libjs.a >>> The jsapi.h is in

Re: Installing couchdb from source on Gentoo64

2008-11-26 Thread Shailesh Kochhar
Noah Slater wrote: On Wed, Nov 26, 2008 at 12:21:04PM -0800, Shailesh Kochhar wrote: The shared objects are in /usr/lib64/libjs.so and /usr/lib64/libjs.a The jsapi.h is in /usr/include/js Hmm, could you try adding the following patch to configure.ac: AC_CHECK_LIB([js], [JS_NewContext], [],

Re: Installing couchdb from source on Gentoo64

2008-11-26 Thread Noah Slater
On Wed, Nov 26, 2008 at 12:21:04PM -0800, Shailesh Kochhar wrote: > The shared objects are in /usr/lib64/libjs.so and /usr/lib64/libjs.a > The jsapi.h is in /usr/include/js Hmm, could you try adding the following patch to configure.ac: AC_CHECK_LIB([js], [JS_NewContext], [], [ AC_CHECK_

Re: Installing couchdb from source on Gentoo64

2008-11-26 Thread Shailesh Kochhar
Noah Slater wrote: On Wed, Nov 26, 2008 at 11:18:44AM -0800, Shailesh Kochhar wrote: I then tried to build couchdb by grabbing the source tarball. After unpacking I immediately noticed that there was no ./bootstrap You only need the bootstrap if you're installing from Subversion. I then trie

Re: Installing couchdb from source on Gentoo64

2008-11-26 Thread Noah Slater
On Wed, Nov 26, 2008 at 11:18:44AM -0800, Shailesh Kochhar wrote: > I then tried to build couchdb by grabbing the source tarball. After > unpacking I immediately noticed that there was no ./bootstrap You only need the bootstrap if you're installing from Subversion. > I then tried, > ./configure -