Hi,
My destination machine only has libssl.so.0 and libssl.so.0.9.6 that all symbolic link to libssl.so.0.9.7. I cannot do any changes on that machine. On my development machine, I tried to compile my codes and the binary always depends on libssl.so.2 which is symbolic links to libssl.so.0.9.6. How can I make my binary depending on libssl.so.0 instead of libssl.so.2? Thanks, Jin