> Well, welcome to whichever flavor of Linux you're running...

Forgive my novice-ness....Red Hat 7.1

> Open a command shell and log in as root.  Type "locate libcrypto".
> Hopefully that will return just a few lines, showing you exactly where
> these files are.  Now, cd to whichever directory they live in (likely
> /usr/lib or similar).  What you'll do now is make a symbolic link,
> creating "libcrypto.so.0" as a reference (pointer, shortcut, shadow,
> alias, etc.) to libcrypto.so.1:
> "ln -s libcrypto.so.1 libcrypto.so.0"  Now you should be set.
> You'll need to update the system's search path, though, by running
> "ldconfig".  After this step, the system -- and thus, Licq -- should be
> able to find libcrypto.so.0 and start up happily.

Unfortunately, no dice.  Interestingly libcrypto.so.1 turns out itself to be
a link to libcrypto.so.0.9.6
That aside, I tried creating libcrypto.so.0 as a link to both libcrypto.so.1
and libcrypto.so.0.9.6.  After running ldconfig and then trying to use rpm
to install the package (licq-1.0.3-1.i386.rpm) I am again notified of
unresolved dependencies to libcrypto.so.0

Is this possibly the issue: I ran ldconfig -v | grep libcrypto and turned up
nothing

Thanks for your help



_______________________________________________
Licq-main mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-main

Reply via email to