heroku-openresty
heroku-openresty copied to clipboard
libssl.so.0.9.8 missing?
Not sure if it's just me, but I'm getting the following error:
nginx: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory
I've taken a look, and I seem to have a newer version on the server:
$ ls /lib/x86_64-linux-gnu/libssl*
/lib/x86_64-linux-gnu/libssl.so.1.0.0
How can this be fixed?
Having same issue.
2017-10-11T15:49:21.591333+00:00 heroku[web.1]: Process exited with status 127
2017-10-11T15:49:21.609431+00:00 heroku[web.1]: State changed from starting to crashed
2017-10-11T15:49:21.505108+00:00 app[web.1]: nginx: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory
Hi guys, I'm having the same issue, any fix?