In a Mageia 4 64-bit installation, vlc cannot run. When I try it in konsole it gives the following:
- Code: Select all
$ vlc
VLC media player 2.1.5 Rincewind (revision 2.1.4-49-gdab6cb5)
Violación de segmento
Sorry I couldn't force the output to be in English..!
Additional Information:
- Code: Select all
$ uname -a
Linux localhost 3.14.18-desktop-3.mga4 #1 SMP Sat Sep 13 12:24:22 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
- Code: Select all
$ ldd /usr/bin/vlc
linux-vdso.so.1 (0x00007fff27c04000)
libvlc.so.5 => /lib64/libvlc.so.5 (0x00007fc0a4349000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fc0a412c000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007fc0a3f28000)
libc.so.6 => /lib64/libc.so.6 (0x00007fc0a3b73000)
libvlccore.so.7 => /lib64/libvlccore.so.7 (0x00007fc0a388c000)
/lib64/ld-linux-x86-64.so.2 (0x00007fc0a4564000)
librt.so.1 => /lib64/librt.so.1 (0x00007fc0a3684000)
libm.so.6 => /lib64/libm.so.6 (0x00007fc0a3381000)
libdbus-1.so.3 => /lib64/libdbus-1.so.3 (0x00007fc0a313a000)
- Code: Select all
$ gcc --version
gcc (GCC) 4.8.2
Copyright (C) 2013 Free Software Foundation, Inc.
Esto es software libre; vea el código para las condiciones de copia. NO hay
garantía; ni siquiera para MERCANTIBILIDAD o IDONEIDAD PARA UN PROPÓSITO EN
PARTICULAR
I tried both 2.1.2 and 2.1.5
Thank you..