Skype não obtém dependência libQtNetwork.so.4

0

Quando tento executar o comando skype, isso me dá um erro

skype: error while loading shared libraries: libQtNetwork.so.4: cannot open shared object file: No such file or directory

localizado libQtNetwork.so.4 no meu sistema, o resultado é

skype: error while loading shared libraries: libQtNetwork.so.4: 
cannot open shared object file: No such file or directory
sandepp@tony:~$ locate libQtNetwork.so.4
/opt/google/earth/free/libQtNetwork.so.4
/usr/lib/x86_64-linux-gnu/libQtNetwork.so.4
/usr/lib/x86_64-linux-gnu/libQtNetwork.so.4.8
/usr/lib/x86_64-linux-gnu/libQtNetwork.so.4.8.6
sandepp@tony:~$ locate skype
/etc/dbus-1/system.d/skype.conf
/usr/bin/skype
/usr/share/skype
/usr/share/applications/skype.desktop
/usr/share/doc/skype

O que posso fazer para que o Skype receba a dependência necessária Estou usando o Ubuntu 14.04 64bit trusty-thar

    
por sandepp 26.08.2015 / 21:35

1 resposta

0

Tente adicionar os seguintes pacotes:

sudo apt-get install libqt4-network:i386
    
por Harris 26.08.2015 / 21:42