ericclack commented on issue #1103: Running CouchDB 2 on the Raspberry Pi URL: https://github.com/apache/couchdb/issues/1103#issuecomment-358242009 From the blog posts I followed the recommendation was to install Erlang from packages.erlang-solutions.com, rather than the Raspian (Debian) repos. ``` wget http://packages.erlang-solutions.com/debian/erlang_solutions.asc sudo apt-key add erlang_solutions.asc sudo apt-get update sudo apt-get install -y erlang-nox erlang-dev erlang-reltool sudo apt-get install -y build-essential sudo apt-get install -y libmozjs185-1.0 libmozjs185-dev sudo apt-get install -y libcurl4-openssl-dev libicu-dev ``` So I think my first step is to try Erlang from Raspian and see if that makes a difference. If you can give me any advice on how to report the errors I see, and where to raise them (e.g. the Erlang team) that would be much appreciated. Many thanks, -Eric.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
