Comment 2 for bug 1835458

Revision history for this message
Ben Shum (bshum) wrote :

Also started working branch for Evergreen: user/bshum/debian10

https://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/bshum/debian10

The issue with Evergreen install is that the newest version of libssl (1.1.1+) for Debian 10 does not work properly when trying to build the web client and phantomjs fails to run with errors like:

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

The workaround for this is to use a command like "export OPENSSL_CONF=/etc/ssl/" to set the OPENSSL_CONF variable for the user prior to running the other commands. We need to check further upstream activity regarding the changes in libssl version to see if there will be other solutions or if we need to document this step somewhere in our README process in the meantime.