From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2011-October/008742.html | 149 ++++++++++++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 zarb-ml/mageia-dev/2011-October/008742.html (limited to 'zarb-ml/mageia-dev/2011-October/008742.html') diff --git a/zarb-ml/mageia-dev/2011-October/008742.html b/zarb-ml/mageia-dev/2011-October/008742.html new file mode 100644 index 000000000..ac51f7267 --- /dev/null +++ b/zarb-ml/mageia-dev/2011-October/008742.html @@ -0,0 +1,149 @@ + + + + [Mageia-dev] TeamViewer under Cauldron x86_64 + + + + + + + + + +

[Mageia-dev] TeamViewer under Cauldron x86_64

+ Florian Hubold + doktor5000 at arcor.de +
+ Tue Oct 11 11:04:03 CEST 2011 +

+
+ +
Am 11.10.2011 09:51, schrieb Robert Fox:
+> I can't seem to get TeamViewer to install:
+>
+> [oot at ThinkFox Downloads]# urpmi teamviewer_linux.rpm
+> A requested package cannot be installed:
+> teamviewer6-6.0.9258-1.i386 (due to unsatisfied libXdamage(x86-32))
+> Continue installation anyway? (Y/n) y
+> [root at ThinkFox Downloads]# rpm -qa | grep libXdamage
+> [root at ThinkFox Downloads]# urpmi libXdamage
+> No package named libXdamage
+> The following packages contain libXdamage: libxdamage-devel,
+> libxdamage-static-devel, libxdamage1
+> You should use "-a" to use all of them
+> [root at ThinkFox Downloads]# urpmi libXdamage1
+> Package libxdamage1-1.1.3-1.mga1.i586 is already installed
+> [root at ThinkFox Downloads]# rpm -qa | grep libXdamage
+> [root at ThinkFox Downloads]# updatedb
+> [root at ThinkFox Downloads]# locate libXdamage
+> /usr/lib/libXdamage.so.1
+> /usr/lib/libXdamage.so.1.1.0
+> /usr/lib64/libXdamage.la
+> /usr/lib64/libXdamage.so
+> /usr/lib64/libXdamage.so.1
+> /usr/lib64/libXdamage.so.1.1.0
+> [root at ThinkFox Downloads]#
+>
+> Any help would be appreciated.
+>
+> Cheers,
+> R.Fox
+>
+>
+>
+Simply install it with urpmi --allow-force --allow-nodeps as it will always ask 
+you for that
+dependency and you can't satisfy it because the provide of our package is slightly
+different. These are the provides of our libXdamage:
+
+    [doktor5000 at mageia1 ~]$ rpm -q --provides libxdamage1
+    libxdamage = 1.1.3
+    libXdamage.so.1
+    libxdamage1 = 1.1.3-1.mga1
+    libxdamage1(x86-32) = 1.1.3-1.mga1
+
+You see, libxdamage*1*(x86-32) != libXdamage(x86-32)
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1