problem with afaapps
Philip Rowlands
phr at doc.ic.ac.uk
Wed Apr 7 04:23:00 CDT 2004
On Tue, 6 Apr 2004, Rocio Alfonso Pita wrote:
># rpm -ivh afaapps-2.7-1.i386.rpm
>error: Failed dependencies:
> libartsc.so.0 is needed by afaapps-2.7-1
>#
>
> can I install it without libarts?
No, the dependency exists both in the RPM package and the
dynamically-linked binary itself. I found, the last time I checked
however, that it uses no symbols from libartsc.so.0, so this should
work:
# rpm -ivh --force afaapps-2.7-1.i386.rpm
# ln -s libNoVersion.so.1 /lib/libartsc.so.0
Caveat; this is very hacky, not recommended, and, of course, Your
Mileage May Vary :)
Cheers,
Phil
More information about the Linux-PowerEdge
mailing list