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'
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
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
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
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], [],
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_
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
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 -