jshridha / docker-nzbgetvpn

Combination of binhex's nzbget docker with openvpn access
26 stars 12 forks source link

libssl.so.1.1: cannot open shared object file: No such file or directory #3

Closed cawilliamson closed 7 years ago

cawilliamson commented 7 years ago

Hi there!

Looks like the latest nzbet build you're using is built using openssl 1.1 and the Arch-based container you're using uses openssl 1.0. Resulting error is:

/usr/bin/nzbget: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

Thanks

dogtoe commented 7 years ago

My friend and I are both having the same issue.

jshridha commented 7 years ago

I'm working on a fix. For the time being, fall back to the jshridha/docker-nzbgetvpn:v18.0_2.3.9-46 container rather than the latest.

dogtoe commented 7 years ago

Thank you very much!!!

cawilliamson commented 7 years ago

@jshridha Great news that you're working on a fix. One thing to note though is the label v18.0_2.3.9-46 doesn't seem to negotiate a TLS session with my Usenet providers for me. Even without a preferred cipher set I get "TLS handshake failed"

Strangely when downgrading to the previous label (v17*) it did work but obviously due to downgrading NZBGet to a previous version of itself a lot of the functionality didn't work.

jshridha commented 7 years ago

I just pushed a new build that should address the openssl issues. @cawilliamson can you check the latest tag in about 10 minutes after the build is complete for your issue? If that doesn't work, please open a new issue for your error.

dogtoe commented 7 years ago

Update is working. Thank!!!!

jshridha commented 7 years ago

Closing this issue as solved.