Bob Chin wrote:
> Eljaibo wrote:
>
> > Anybody knows where can I get the libjpeg.so.6 library ?
> > I want install PENGUS a LEMMINGS clon Linux and I need
> > this library.....
> > I've MANDRAKE 7.0
> > Thanx :)
>
> Did you try installing the libjpeg-6b-11mdk.i586.rpm package? This is
> from Mandrake 7.0-2. You might have a different version.
> To install do rpm -Uvh libjpeg-6b-11mdk.i586.rpm
Of course, before running this kind of rpm command, run the rpm command
with the --test option, first
rpm -Uvh --test libjpeg-6b-11mdk.586.rpm
You might also want to include -vv for extra verbostity in this
--test, and you might want to run rpm -K or rpm -K --nopgpg (the
latter if there's no pgp key available for the file), before running rpm
-Uvh without --test (-vv can be used with and without the --test
option).
--test definitely cannot hurt. Nor will -vv ever hurt (only producing
more verbose output). -K is used for verifying the signatures on the
rpm file(s) you're considering to install.
mike