openssl with version information under sles11sp1
Posted on Tue 29 March 2011 in Linux • Tagged with Server, SUSE Linux Enterprise Server, notepad, linux, openssl • 2 min read
If you getting errors like this one
$ /path/to/program
/usr/lib/libcrypto.so.0.9.8: no version information available
you need a libcrypto.so and a libssl.so with version information.
Here are some information about the problem.
openssl has evolved to a very important library in Linux …
Continue reading