On Thu, Mar 20, 2003 at 01:16:25PM -0500, R. DuFresne wrote: > and get the sources and recompile all red-hat apps that rely upon openssl. > There are others on the list that might beable to document what those > applications are, but, I believe there are a few.
You can make that list by finding which version of libcrypto the default openssl package installs: [EMAIL PROTECTED]:~> rpm -q --provides openssl | grep libcrypto libcrypto.so.2 and then by checking which packages require that shared library: [EMAIL PROTECTED]:~> rpm -q --whatrequires libcrypto.so.2 Cheers, Nalin ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
