You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/07/25 22:53:07 UTC

[GitHub] asterisks007 commented on issue #1316: Couchdb build issue with Ubuntu 18.04

asterisks007 commented on issue #1316: Couchdb build issue with Ubuntu 18.04
URL: https://github.com/apache/couchdb/issues/1316#issuecomment-407921650
 
 
   Hi @wohali,
   
   I followed guidelines in https://github.com/apache/couchdb-pkg. Still it's failing while Lookout for jsapi.h while executing
   """$ cd couchdb-pkg && make build-couch $(lsb_release -cs) PLATFORM=$(lsb_release -cs)"""
   in Ubuntu 18.04.
   Also I feel the documentation on quickstart should start with 
   1.cloning of couchdb-pkg repo https://github.com/apache/couchdb-pkg
   2. Cloning of https://github.com/apache/couchdb
   3. Configuring of couchdb clone ./configure - c
   4. cd couchdb-pkg && make build-couch $(lsb_release -cs) PLATFORM=$(lsb_release -cs)
   Since I received error of jsapi.h again because couchdb-libmozjs185-1.0 is still not formed and installed and rebarconfig script CFLAG location not yet changed pointing to location of jsapi.h,
   
   So I tried your suggestion for building couchdb supplied ibmozjs185 using command
     
   make couch-js-debs PLATFORM=bionic
   
   This executed successfully and couch-libmozjs185-1.0 and couch-libmozjs185-dev were created. 
   But I was not able to install them using dpkg or sudo apt-get install command.
   Please kindly help on getting this built libmozjs185 installed. Please share how do I install them.
   Also could you please help raise PR for the same. 
   Thanks a lot in advance. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services