[PlanetCCRMA] Problems installing apt on FC4

Fernando Lopez-Lezcano nando@ccrma.Stanford.EDU
Thu Aug 25 09:33:00 2005


On Wed, 2005-08-24 at 20:09, Phil Thomson wrote:
> Hi all
> 
> When I try to install the apt rpm on Fedora Core 4 I get an error
> message about several unmet dependencies, even though I seem to have
> the needed packages.
> 
>         libreadline.so.4 is needed by apt-0.5.15cnc6-1.rhfc2.ccrma.i386

You are trying to install the fc2 version of apt ("rhfc2"), try this:

rpm -Uvh
http://ccrma.stanford.edu/planetccrma/apt/rpms/apt-0.5.15cnc6-4.rhfc4.ccrma.i386.rpm

-- Fernando

>         librpm-4.3.so is needed by apt-0.5.15cnc6-1.rhfc2.ccrma.i386
>         librpmdb-4.3.so is needed by apt-0.5.15cnc6-1.rhfc2.ccrma.i386
>         librpmio-4.3.so is needed by apt-0.5.15cnc6-1.rhfc2.ccrma.i386
>         libstdc++.so.5 is needed by apt-0.5.15cnc6-1.rhfc2.ccrma.i386
>         libstdc++.so.5(CXXABI_1.2) is needed by
> apt-0.5.15cnc6-1.rhfc2.ccrma.i386
>         libstdc++.so.5(GLIBCPP_3.2) is needed by
> apt-0.5.15cnc6-1.rhfc2.ccrma.i386
> 
> All of these libraries are in /usr/lib/, though all of them are higher
> versions than that actually needed by apt. What's the next step?