Mailinglist Archive: opensuse (3222 mails)
| < Previous | Next > |
RE: [SLE] library woes
- From: MDCleary@xxxxxxxxxxxxxxxxxx (Cleary, Mike)
- Date: Mon, 7 Feb 2000 13:41:28 -0500
- Message-id: <7701D223FAB9D2118F6800105A0F0C0C01E241A3@xxxxxxxxxxxxxxxxxx>
Thanks - I'll give it a try this evening. I sure hope I run out
of dependencies soon though! It starts to get confusing
when you get a file to satisfy a dependency, only to find that
the file you got needs yet another file........etc. :-)
Mike
--------------------------------------------------------------------------
Michael Cleary
UNIX Qualification and Commands
Data General, a Division of EMC2
62 T.W. Alexander Dr.
Research Triangle Park, NC
mdcleary@xxxxxxxxxxxxx <mailto:cleary@xxxxxxxxxxxxx> (919)
248-6033
--------------------------------------------------------------------------
-----Original Message-----
From: Philipp Thomas [mailto:pthomas@xxxxxxx]
Sent: Monday, February 07, 2000 11:18 AM
To: Cleary, Mike
Cc: suse-linux-e@xxxxxxxx
Subject: Re: [SLE] library woes
* Cleary, Mike (MDCleary@xxxxxxxxxxxxxxxxxx) [000207 15:58]:
> Could I just set libjpeg.so.60 as a link to the new
library? Such as:
>
> ln -s /usr/lib/ligjpeg.so.62 libjpeg.so.60
Nope, that won't work. In general, *never* do such links
manually. Try if
you can install the rpm with 'rpm -I'. If that fails, I'd
just extract
libjpeg.so.62 from the rpm (I'd use mc) and put it somwhere
the dynamic
linker will find it (paths listed in /etc/ld.so.conf). Run
ldconfig
afterwards and all should be well.
Philipp
--
Philipp Thomas <pthomas@xxxxxxx>
SuSE GmbH, Deutschherrenstrasse 15-29, 90429 Nuremberg
--
To unsubscribe send e-mail to suse-linux-e-unsubscribe@xxxxxxxx
For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
| < Previous | Next > |