-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Sunday 06 January 2002 23:12, Carole Jer and Cam wrote:

> 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

        Ok, now... if libcrypto.so.0.9.6 actually *is* a library (check it 
with "file" command), you should probably remove the .so.1 link.  The 
general scheme of these libraries that I've observed is, some shared 
object, call it "fred", will be libfred.so.x.y.z, and there will then 
be various links to it, libfred.so.x.y points to libfred.so.x.y.z; 
libfred.so.x -> .x.y; maybe even libfred.so -> libfred.x, though that's 
not as common.  So, with these links in place, things should be fine.

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

        This means the library is not being found.  Most likely it's because 
the directory it's in is not listed in /etc/ld.so.conf -- in which 
case, no programs can find it, including RPM, so the dependency check 
fails.

        If the library really is present, you can use 
rpm --nodeps when installing Licq (assuming that's the only check 
that's failing).  However, you still won't be able to use the crypto 
features of Licq unless libcrypto can be found.

        *** Very probably you may stop reading now! ***

        The missing library issue is another thing.  If the library is, in 
fact, there, you just need to configure your system so that it will be 
found.  There should be a man page for ldconfig that will explain this. 
If libcrypto is present but your system doesn't find it, check whether 
other libraries in the same directory are found; if so, check that 
libcrypto doesn't have some brain-dead permissions (so nobody can read 
it, for example), and if other libs there are *not* found, double-check 
that the directory is listed in /etc/ld.so.conf.
        If neither of those helps you, we're probably out of my depth and into 
some odd system problem.  :-p

- -- 
// Carl Hudkins :: ICQ 5723399 :: PGP 50238D9E
//
// "When two hydrogen atoms love each other very much,
//  they bond with an oxygen atom..."  --Trance Gemini, Andromeda
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8OTkflLp/6lAjjZ4RAtkrAKCR/GdQT7a1196E3H+BjhxeNpKu6wCfbaja
Ii3/av30AD0nRMoG64GV6y8=
=MpGC
-----END PGP SIGNATURE-----

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

Reply via email to