heroku-openresty icon indicating copy to clipboard operation
heroku-openresty copied to clipboard

libssl.so.0.9.8 missing?

Open aaranmcguire opened this issue 8 years ago • 2 comments

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?

aaranmcguire avatar May 21 '17 10:05 aaranmcguire

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

ryanford avatar Oct 11 '17 15:10 ryanford

Hi guys, I'm having the same issue, any fix?

bdiallo avatar Nov 12 '19 09:11 bdiallo