Python 2.1 dependencies
Gerhard Häring
gerhard.nospam at bigfoot.de
Fri Jun 1 18:05:43 EDT 2001
On Fri, 01 Jun 2001 15:20:10 -0700, Bruce Wolk <bawolk at ucdavis.edu> wrote:
>On an RH 7.1 system I rebuilt the source RPMs for Python 2.1. But when
>I tried to install expat-1.1-3tummy.i386.rpm, I got the following error
>
>error: failed dependencies:
> libexpat.so.0 is needed by abiword-0.7.13-2
>
>This is odd, since /usr/lib/libexpat.so.0 is present on my system, but
>also what does Python have to do with abiword?
Looks like a RPM annoyance that is safe to ignore (you probably already have
another libexpat installed) Just install it with
rpm --noedeps packagename.rpm
Gerhard
--
mail: gerhard <at> bigfoot <dot> de registered Linux user #64239
web: http://highqualdev.com public key at homepage
public key fingerprint: DEC1 1D02 5743 1159 CD20 A4B6 7B22 6575 86AB 43C0
reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b')))
More information about the Python-list
mailing list