Comment 10 for bug 486079

Revision history for this message
Stephen Day (stevvooe) wrote :

I ran into this while trying to link a trunk version of couch and fixed it by adding a few careful configure options:

./configure --prefix=$HOME/couchdb --with-js-include=/usr/include/xulrunner-1.9.1.7/unstable/ --with-js-lib=/usr/lib/xulrunner-1.9.1.7/

I also had success with adding a few well placed links. Anyway to update the xulrunner package to place these links so that autotools can find these correctly?