Lv.的博客
摘要: 总结下来主要有3种方法:1. 用ln将需要的so文件链接到/usr/lib或者/lib这两个默认的目录下边ln-s/where/you/install/lib/*.so/usr/libsudoldconfig2.修改LD_LIBRARY_PATHexportLD_LIBRARY_PATH=/wher... 阅读全文
posted @ 2015-01-21 13:41 Avatarx 阅读(351) 评论(0) 推荐(0)
摘要: linux Qt5 程序打包linux系统下Qt5编译好的程序在未安装Qt的系统下运行会报以下错误:This application failed to start because it could not find or load the Qt platform plugin "xcb".Rein... 阅读全文
posted @ 2015-01-21 13:40 Avatarx 阅读(1010) 评论(0) 推荐(0)
摘要: 练习 1 方案:确定软件包是否安装如果您不确定某个软件包是否已经安装,可以使用dpkg的-l(L的小写) 选项:$ dpkg -l zsh No packages found matching zsh. 上面结果这表明 zsh没有安装。练习 2 的方案. 搜索软件包可以使用apt-cache命令和它... 阅读全文
posted @ 2015-01-21 12:15 Avatarx 阅读(740) 评论(0) 推荐(0)