|
Home > Archive > alt.os.linux > June 2002 > libcrypto.so.2
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| I've seen that library as a requirement for a handful of programs I want
to run, but have thus far been unable to find where in the heck to get it.
Openssl brings libcrypto.so.1 but where is so.2?
Any help?
DanH
--
UNIX - Not just for Vestal Virgins anymore
Linux - Choice of a GNU generation
| |
| J Hayward 2002-06-24, 7:14 pm |
| On Mon, 24 Jun 2002 07:07:12 -0700, DanH wrote:
> I've seen that library as a requirement for a handful of programs I want
> to run, but have thus far been unable to find where in the heck to get
> it.
>
> Openssl brings libcrypto.so.1 but where is so.2?
>
> Any help?
>
> DanH
Well on my Red Hat 7.3 box
$ locate libcrypto
/usr/lib/libcrypto.so.0.9.5a
/usr/lib/libcrypto.so.0
/usr/lib/libcrypto.so.0.9.6
/usr/lib/libcrypto.so.1
/usr/lib/libcrypto.so
/usr/lib/libcrypto.a
/lib/libcrypto.so.0.9.6b
/lib/libcrypto.so.2
/lib/libcrypto.so.2 is a symlink to libcrypto.so.0.9.6b
This line has been shortened to prevent wrapping
$ ll /lib/libcrypto.so.2
lrwxrwxrwx /lib/libcrypto.so.2 -> libcrypto.so.0.9.6b
$ rpm -qf /lib/libcrypto.so.0.9.6b
openssl-0.9.6b-18
Just for reference
/usr/lib/libcrypto.so.1 is a symlink to libcrypto.so.0.9.6
This line has been shortened to prevent wrapping
$ ll /usr/lib/libcrypto.so.1
lrwxrwxrwx /usr/lib/libcrypto.so.1 -> libcrypto.so.0.9.6
$ rpm -qf /usr//lib/libcrypto.so.0.9.6
openssl096-0.9.6-6
Regards,
Jim H
--
http://www.getlinuxonline.com
| |
|
| J Hayward wrote:
> On Mon, 24 Jun 2002 07:07:12 -0700, DanH wrote:
>
>
>>I've seen that library as a requirement for a handful of programs I want
>>to run, but have thus far been unable to find where in the heck to get
>>it.
>>
>>Openssl brings libcrypto.so.1 but where is so.2?
>>
>>Any help?
>>
>>DanH
>>
>
> Well on my Red Hat 7.3 box
> /lib/libcrypto.so.2 is a symlink to libcrypto.so.0.9.6b
Thank you. I appreciate it.
DanH
--
UNIX - Not just for Vestal Virgins anymore
Linux - Choice of a GNU generation
|
|
|
|
|