On Fri, 2 Jul 1999, thomas.marx wrote:
> Right now I downloaded lots of packages from fluff.
> There were 2 problems:
> Most of the packages required /bin/sh to install (where I don't know in
> which package it is).
/bin/sh comes from the bash package (normally).
When upgrading/installing on a system I normally put all the package
names in a file, then use something like:
rpm -Uhv `cat filename`
from the directory with all the files.
Try do avoid using "--nodeps" if possible. The reason is RPM does some
magic, and will install packages to in the order to statisfy dependencies
(even circular one). When you use "--nodeps" it no longer does this. Try
removing the packages which it complains about..
> There was very often the message 'wrong architecture'. What is this?
RPM is confused most likely, you can ignore/suppress this with
"--ignorearch"
> I am running the 2.0.26 kernel with many elderly package.
You mean 2.0.36, I take it? You might want to try a 2.2 kerenl. Either
way, do you have ELF support in your kernel?
-Rms
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]