PDA

View Full Version : I cant find files.. someone can help me?


Hipsoterus
03-29-03, 08:41 PM
Hi everybody,
I really wanna thanks for you resolve my problem with my GF2 and my modem.. and I know this is a forum of graphics and drivers.. but I have a problem and I hope someone can help me...

I downloaded the licq-base-1.2.4-rh8.rpm
and the kpackage told me to download:

libcrypto.so.2
libc.so.6(GLIBC_2.3)
libssl.so.2

but I dont know where I will find them.. so.. Somebody can help me? Somebody have this files in .rpm?

thanks for all
Hipsoterus

bwkaz
03-29-03, 10:18 PM
libssl.so.2 is part of the OpenSSL package. I'm sure that's on your distro's CDs somewhere, and if not, there's always www.openssl.org

libcrypto.so.2 is part of the same OpenSSL library.

libc.so.6 (GLIBC_2.3) is part of (as the name implies ;)) glibc 2.3. Your distro probably doesn't ship with this version of glibc (RH8, right?), and I don't think I'd recommend installing it, either. glibc upgrades (especially if they're from 2.1->2.2, or 2.2->2.3) seem to cause a good number of headaches.

Perhaps you could look around for an older version of licq? Finding a sufficiently old licq package should fix the glibc version dependency, at least. Then you can work on OpenSSL.

In the future, for RPM issues like that, you can always search RPMfind (rpmfind.net); I've found it invaluable when I'm looking for an RPM (which isn't often anymore, but still).

Hipsoterus
03-30-03, 05:48 PM
Ow, a lot of thanks bkwaz!