root@ubuntu:/home/zhangbin/code/lplayer# ./lplayer
./lplayer: error while loading shared libraries: libQtGui.so.4: cannot open shared object file: No such file or directory
root@ubuntu:/home/zhangbin/code/lplayer# apt-get install libqt4-x11-32bit
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package libqt4-x11-32bit
root@ubuntu:/home/zhangbin/code/lplayer# apt-get install libqt4*
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting libqt3c102-mt for regex 'libqt4*'
Note, selecting libqtt
在尝试运行lplayer时遇到了'libQtGui.so.4: cannot open shared object file: No such file or directory'的错误。通过执行'apt-get install libqt4*'尝试安装相关库,但找不到'libqt4-x11-32bit'包。最终成功安装了libqt4-gui及其他相关依赖,解决了问题。
订阅专栏 解锁全文
862

被折叠的 条评论
为什么被折叠?



