[SOLVED] Skype crashes in Mageia 5

This forum is dedicated to basic help and support :

Ask here your questions about basic installation and usage of Mageia. For example you may post here all your questions about getting Mageia isos and installing it, configuring your printer, using your word processor etc.

Try to ask your questions in the right sub-forum with as much details as you can gather. the more precise the question will be, the more likely you are to get a useful answer

[SOLVED] Skype crashes in Mageia 5

Postby griffin » Jun 25th, '15, 07:24

Skype disappeared from my desktop after I upgraded Mageia 4 to Mageia 5, which went smoothly otherwise. I uninstalled and reinstalled the get-Skype package to get a fresh copy, but it still doesn't run. When I run Skype in a terminal it shows the message: "/usr/share/skype/skype: symbol lookup error: /lib/libGL.so.1: undefined symbol: _glapi_tls_Dispatch".
Last edited by griffin on Jun 27th, '15, 12:35, edited 1 time in total.
griffin
 
Posts: 100
Joined: Sep 9th, '11, 03:51

Re: Skype crashes in Mageia 5

Postby doktor5000 » Jun 25th, '15, 21:23

Can you please show the output of
Code: Select all
rpm -qa | grep mesa | sort


FWIW, skype runs fine here.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18059
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Skype crashes in Mageia 5

Postby griffin » Jun 26th, '15, 00:04

Code: Select all
[root@eris griffin]# rpm -qa | grep mesa | sort
lib64mesaegl1-10.5.7-3.mga5
lib64mesagl1-10.5.7-3.mga5
lib64mesaglesv2_2-10.5.7-3.mga5
lib64mesaglu1-9.0.0-5.mga5
lib64mesaopenvg1-10.0.5-1.1.mga4.tainted
lib64osmesa8-10.0.5-1.1.mga4.tainted
libmesaegl1-10.0.5-1.1.mga4.tainted
libmesagl1-10.5.7-3.mga5.tainted
libmesaglu1-9.0.0-5.mga5
libmesaopenvg1-10.0.5-1.1.mga4.tainted
libosmesa8-10.0.5-1.1.mga4.tainted
mesa-10.5.7-3.mga5
[root@eris griffin]#


Checking the respositories, I saw that the following packages have updated versions in Mageia 5:
Code: Select all
lib64osmesa8
libmesaegl1
libosmesa8


So I updated those, and now my configuration looks like this:
Code: Select all
[root@eris griffin]# rpm -qa | grep mesa | sort
lib64mesaegl1-10.5.7-3.mga5
lib64mesagl1-10.5.7-3.mga5
lib64mesaglesv2_2-10.5.7-3.mga5
lib64mesaglu1-9.0.0-5.mga5
lib64mesaopenvg1-10.0.5-1.1.mga4.tainted
lib64osmesa8-10.5.7-3.mga5.tainted
libmesaegl1-10.5.7-3.mga5.tainted
libmesagl1-10.5.7-3.mga5.tainted
libmesaglu1-9.0.0-5.mga5
libmesaopenvg1-10.0.5-1.1.mga4.tainted
libosmesa8-10.5.7-3.mga5.tainted
mesa-10.5.7-3.mga5
[root@eris griffin]#


But Skype still throws the same error.
Last edited by griffin on Jun 26th, '15, 00:42, edited 1 time in total.
griffin
 
Posts: 100
Joined: Sep 9th, '11, 03:51

Re: Skype crashes in Mageia 5

Postby martinw » Jun 26th, '15, 00:37

If, as root, you type
Code: Select all
ldconfig

does that fix the problem?
martinw
 
Posts: 608
Joined: May 14th, '11, 10:59

Re: Skype crashes in Mageia 5

Postby griffin » Jun 26th, '15, 00:44

No, that doesn't help. I still get the same error.
griffin
 
Posts: 100
Joined: Sep 9th, '11, 03:51

Re: Skype crashes in Mageia 5

Postby doktor5000 » Jun 26th, '15, 18:58

Can you please show the output of
Code: Select all
rpm -qa | grep glapi
ls -al /lib/libGL.so.1*
symbol=_glapi_tls_Dispatch; for f in /usr/lib*/*.so.*; do objdump -t -T $f | grep $symbol | grep -v '*UND*' && echo $f; done
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18059
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Skype crashes in Mageia 5

Postby griffin » Jun 26th, '15, 21:39

Code: Select all
[root@eris griffin]# rpm -qa | grep glapi
libglapi0-10.0.5-1.1.mga4.tainted
lib64glapi0-10.5.7-3.mga5


Code: Select all
[root@eris griffin]# ls -al /lib/libGL.so.1*
lrwxrwxrwx 1 root root     14 Jun 13 12:30 /lib/libGL.so.1 -> libGL.so.1.2.0*
-rwxr-xr-x 1 root root 704264 Jun 13 12:31 /lib/libGL.so.1.2.0*


Code: Select all
[root@eris griffin]# symbol=_glapi_tls_Dispatch; for f in /usr/lib*/*.so.*; do objdump -t -T $f | grep $symbol | grep -v '*UND*' && echo $f; done
0000000000000000 g    D  .tdata 0000000000000008  Base        _glapi_tls_Dispatch
/usr/lib64/libglapi.so.0
0000000000000000 g    D  .tdata 0000000000000008  Base        _glapi_tls_Dispatch
/usr/lib64/libglapi.so.0.0.0
Last edited by doktor5000 on Jun 27th, '15, 11:53, edited 1 time in total.
Reason: added code tags
griffin
 
Posts: 100
Joined: Sep 9th, '11, 03:51

Re: Skype crashes in Mageia 5

Postby doktor5000 » Jun 27th, '15, 11:56

Please next time use code tags as explained in ftp://ftp5.gwdg.de/pub/linux/mandriva/m ... e_tags.ogv

Well, I have the libglapi0 also from tainted, and the symbol shows up in there too:
Code: Select all
for f in /usr/lib*/*.so.*; do objdump -t -T $f | grep $symbol | grep -v '*UND*' && rpm -qf $f; done
0000000000000000 g    D  .tdata 0000000000000008  Base        _glapi_tls_Dispatch
lib64glapi0-10.5.7-3.mga5.tainted
0000000000000000 g    D  .tdata 0000000000000008  Base        _glapi_tls_Dispatch
lib64glapi0-10.5.7-3.mga5.tainted
00000000 g    D  .tdata 00000004  Base        _glapi_tls_Dispatch
libglapi0-10.5.7-3.mga5.tainted
00000000 g    D  .tdata 00000004  Base        _glapi_tls_Dispatch
libglapi0-10.5.7-3.mga5.tainted


Makes sense as skype is also a 32bit program.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18059
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Skype crashes in Mageia 5

Postby griffin » Jun 27th, '15, 12:08

So I should install lib64glapi0-10.5.7-3.mga5.tainted and libglapi0-10.5.7-3.mga5.tainted to fix this?

I did that, and apparently it worked. Skype came right up. I'll mark this as solved now. Thank you!
griffin
 
Posts: 100
Joined: Sep 9th, '11, 03:51

Re: Skype crashes in Mageia 5

Postby doktor5000 » Jun 27th, '15, 12:38

griffin wrote:So I should install lib64glapi0-10.5.7-3.mga5.tainted

No need to, you already had that :)
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18059
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany


Return to Basic support

Who is online

Users browsing this forum: No registered users and 1 guest