Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libssl_conf.so: cannot open shared object file: No such file or directory #51

Open
klein01 opened this issue Oct 15, 2020 · 0 comments
Open

Comments

@klein01
Copy link

klein01 commented Oct 15, 2020

PhantomJS requires OpenSSL, otherwise the following error persists when trying to export dashboards.
could not load the shared library:dso_dlfcn.c:185:filename(libssl_conf.so): libssl_conf.so: cannot open shared object file: No such file or directory

The libssl package is already present in the base docker image, a simple fix should be to set the OPENSSL_CONF env var.

E.g:

Adding the following env var to the Dockerfile does the trick.
https://github.com/TIBCOSoftware/js-docker/blob/master/Dockerfile#L36

ENV OPENSSL_CONF=/etc/ssl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant