Comment 87 for bug 1155327

Revision history for this message
Arnau (arnaugm) wrote :

@costamagnagianfranco: I managed to install skype again removing this and other files that apt-get was complaining about, thanks.
I tried then to change the LD_PRELOAD path as @Gunnar said:

/usr/lib/x86_64-linux-gnu/mesa/libGL.so.1

but the library in not there neither.

I looked for it and I can find it here

/usr/lib/libGL.so.1
/usr/lib/i386-linux-gnu/mesa/libGL.so.1
/usr/lib32/libGL.so.1

which means that now does exist under i386-linux-gnu. Maybe because I installed ia32-libs? I don't know, I've tried so many things.

Anyway, the line
LD_PRELOAD=/usr/lib/i386-linux-gnu/mesa/libGL.so.1 skype
continues throwing error:
zsh: segmentation fault (core dumped) LD_PRELOAD=/usr/lib/i386-linux-gnu/mesa/libGL.so.1 skype

and the same error using the other two paths.