[PlanetCCRMA] trying to install APT on FC4, failed dependencies
Fernando Lopez-Lezcano
nando at ccrma.Stanford.EDU
Fri Mar 24 09:04:01 PST 2006
On Fri, 2006-03-24 at 00:42 -0800, Brandon Stuckert wrote:
> Hi, I'm obviously new at this...I have a fresh install of FC4 and am
> trying to get APT working...when I type:
>
> rpm -Uvh
> http://ccrma.stanford.edu/planetccrma/apt/rpms/apt-0.5.15cnc6-4.rhfc4.ccrma.i386.rpm
>
> in the terminal, this is what I get:
>
> Retrieving
> http://ccrma.stanford.edu/planetccrma/apt/rpms/apt-0.5.15cnc6-4.rhfc4.ccrma.i386.rpm
> error: Failed dependencies:
> libbeecrypt.so.6 is needed by
> apt-0.5.15cnc6-4.rhfc4.ccrma.i386
> libelf.so.1 is needed by apt-0.5.15cnc6-4.rhfc4.ccrma.i386
> libncurses.so.5 is needed by apt-0.5.15cnc6-4.rhfc4.ccrma.i386
> libreadline.so.5 is needed by
> apt-0.5.15cnc6-4.rhfc4.ccrma.i386
> librpm-4.4.so is needed by apt-0.5.15cnc6-4.rhfc4.ccrma.i386
> librpmdb-4.4.so is needed by apt-0.5.15cnc6-4.rhfc4.ccrma.i386
> librpmio-4.4.so is needed by apt-0.5.15cnc6-4.rhfc4.ccrma.i386
> libsqlite3.so.0 is needed by apt-0.5.15cnc6-4.rhfc4.ccrma.i386
Hmmm, are you positive that you are booting into fc4? Some of those
libraries imply you don't have the proper version of rpm installed, I
don't see how that could happen. What do you see if you do:
cat /etc/redhat-release
and what version of rpm do you have installed?
rpm -q rpm
this is what I get on a fc4 system:
> rpm -q rpm
rpm-4.4.1-22
as an example (for one of the missing libraries you report):
> rpm -q -f /usr/lib/librpm-4.4.so
rpm-libs-4.4.1-22
and then:
> rpm -e --test rpm-libs
error: Failed dependencies:
librpm-4.4.so is needed by (installed) rpm-4.4.1-22.i386
[more output deleted]
> Also when I type rpm --import
> http://ccrma.stanford.edu/planetccrma/RPM-GPG-KEY.planetccrma.txt
> while not in root I obviously got some errors but when I logged in as
> root and tried it it seemed to do nothing at all.
That's normal, you are just importing the key and rpm will not say
anything special about it.
-- Fernando
More information about the PlanetCCRMA
mailing list