Hi Robert, Yes, I simply ran:
tar xvfz apache-couchdb-1.2.0.tar.gz And then changed into the `apache-couchdb-1.2.0` directory. I then ran the configure command as detailed previously. The gist I linked to previously is the content of make.log given the command: make > make.log 2>&1 And my config.log file is here: https://gist.github.com/2229743 Martin On 28 Mar 2012, at 17:56, Robert Newson wrote: > Ok, assuming you unzipped the release tarball into an empty dir, can > you include the full log (and config.log)? > > B. > > On 28 March 2012 17:30, Martin Hewitt <[email protected]> wrote: >> Not that I can see, I've got version 1.8.5 installed, I compiled it from >> source. My ./configure command is: >> >> ./configure --with-erlang=/usr/local/lib/erlang/usr/include >> --with-js-lib=/usr/local/lib/ --with-js-include=/usr/local/include/js/ >> >> Martin >> >> On 28 Mar 2012, at 17:17, Robert Newson wrote: >> >>> Do you have more than one version of spidermonkey on your path? >>> >>> On 28 March 2012 17:09, Martin Hewitt <[email protected]> wrote: >>>> Hi Robert, >>>> >>>> I've downloaded that tarball, extracted it, and ./configure runs fine, >>>> however, I get errors when I run `make`. >>>> >>>> I've put the output from the `make` command here: >>>> https://gist.github.com/2227816 as I'm not sure where the problem lies. >>>> >>>> I've managed to compile, make and make install the 1.3.0a-394a08a-git >>>> version without error. >>>> >>>> Martin >>>> >>>> On 25 Mar 2012, at 17:48, Robert Newson wrote: >>>> >>>>> http://people.apache.org/~nslater/dist/1.2.0/ >>>> >>
