On Wed, 2012-02-01 at 09:37 +0100, Olivier Thauvin wrote: > * Thierry Vignaud ([email protected]) wrote: > > On 1 February 2012 09:31, Robert Fox <[email protected]> wrote: > > > [root@foxbase Download]# rpm --rebuilddb > > > [root@foxbase Download]# rpm -qa | grep libXdamage1 > > > [root@foxbase Download]# urpmi libXdamage1 > > > Package libxdamage1-1.1.3-2.mga2.i586 is already installed > > > [root@foxbase Download]# > > > > rpm -q libXdamage1 != rpm -q libXdamage1 > > You probably mean: > > rpm -q libXdamage1 != rpm -q libxdamage1 > > Or also, what does say: > rpm -qa | grep -i libXdamage1 > > Good catch Thierry ! >
I should have noticed that myself - DUH! What threw me off was the error I get when I try and install the latest TeamViewer RPM (supposedly designed for Red Hat, Fedora, Mandriva (32/64-Bit)): [root@foxbase Download]# urpmi teamviewer_linux.rpm A requested package cannot be installed: teamviewer7-7.0.9310-1.i386 (due to unsatisfied libXdamage(x86-32)) Continue installation anyway? (Y/n) I saw the big X in the name and thought that is what it is called . . [root@foxbase Download]# locate libXdamage /usr/lib/libXdamage.so.1 /usr/lib/libXdamage.so.1.1.0 /usr/lib64/libXdamage.so /usr/lib64/libXdamage.so.1 /usr/lib64/libXdamage.so.1.1.0 Duh! Thanks . . . Robert
