Tagged Questions
4
votes
2answers
447 views
libssl and libcrypto backward compatible?
I have an old server application that requires libssl.so.0.9.6 and libcrypto.so.0.9.6.
My issue is I currently have libssl.so.1.0.0a and libcrypto.so.1.0.0a on my system. I tried symlinking to the ...