GitHub user duncangrant opened a pull request:
https://github.com/apache/brooklyn-library/pull/137
Update openssl prior to installing nodejs
Changes to how nodejs/npm packaged on centos mean we need to do this
Fix recommended here:
https://stackoverflow.com/questions/46473376/node-relocation-error-node-symbol-ssl-set-cert-cb-version-libssl-so-10-not-d
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/duncangrant/brooklyn-library
fix-nodejs-openssl
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-library/pull/137.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #137
----
commit 95bbe0411357572d2eeffad8b3149e050058d88f
Author: Duncan Grant <[email protected]>
Date: 2017-11-03T12:03:08Z
Update openssl prior to installing nodejs
Changes to how nodejs/npm packaged on centos mean we need to do this
Fix recommended here:
https://stackoverflow.com/questions/46473376/node-relocation-error-node-symbol-ssl-set-cert-cb-version-libssl-so-10-not-d
----
---