[EMAIL PROTECTED] (Fran�ois Pons) wrote:
> Quel Qun <[EMAIL PROTECTED]> writes:
>
> > # rpm -U Mesa-3.5-1mdk.i586.rpm
> > error: failed dependencies:
> > libMesaOS.so.3 is needed by Mesa-3.5-1mdk
>
> Use --nodeps for instance, this library is in Mesa itself but not in
provides.
>
> I'll try to look why it has been chosen.
>
Are you sure it is there?
$ rpm -qpl Mesa-3.5-1mdk.i586.rpm | grep libMesa
/usr/X11R6/lib/libMesaGL.so.1
/usr/X11R6/lib/libMesaGL.so.1.0
/usr/X11R6/lib/libMesaGL.so.3
It is not here after install either:
# rpm -U --nodeps Mesa-3.5-1mdk.i586.rpm
[root@eral 12:46:44 RPMS]# ls /usr/X11R6/lib | grep libMesa
libMesaGL.so.1@
libMesaGL.so.1.0@
libMesaGL.so.3@
There seem to be other problems:
# gears
/usr/X11R6/bin/gears: error: /usr/X11R6/bin/.libs/gears does not exist
This script is just a wrapper for gears.
See the libtool documentation for more information.
# rpm -ql XFree86 | grep gears
/usr/X11R6/bin/glxgears
/usr/X11R6/man/man1/glxgears.1x.bz2
=-=
kk1