Ubuntu 14.04 LTS 下升级 gcc 到 gcc-4.9、gcc-5版本 http://blog.csdn.net/xie1xiao1jun/article/details/51612679 ...
分类:
其他好文 时间:
2017-01-18 11:02:17
阅读次数:
141
问题:使用AS打出来的签名包,在调试一直用的5.0的小米手机上可以正常运行,4.4的联想手机上闪退,5.1的模拟器上闪退。抛出:java.lang.UnsatisfiedLinkError,ClassLoader找不到相关的so库。解决思路:猜想跟CPU架构有关系,查询如下(cat/proc/cpuinfo):模拟器:电脑使用的..
分类:
移动开发 时间:
2017-01-14 00:20:51
阅读次数:
205
yum install libc-client-devel.x86_64(如果不行就yum install libc-client-devel)ln -s /usr/lib64/libc-client.so /usr/lib/libc-client.so cd oneinstack/srctar x ...
分类:
其他好文 时间:
2017-01-09 16:36:01
阅读次数:
201
问题1: 补充,升级gcc,g++ 到4.7以上的版本才能安装成功 github 官网 github https://github.com/Valloric/YouCompleteMe#ubuntu-linux-x64 问题2: ./install.py --clang-completer Usin ...
分类:
系统相关 时间:
2017-01-09 11:30:05
阅读次数:
1107
安装内核源码包 apt install linux-source-3.16 安装其他编译需要的工具: apt install build-essential libc-dev libc6-dev pkg-config ncurses-dev 安装好的内核源码和config文件在 /usr/src中, ...
分类:
其他好文 时间:
2016-12-30 02:09:23
阅读次数:
472
原文链接:http://www.jbxue.com/LINUXjishu/29946.html 1. CentOS 或 或 2. Ubuntu 或 3. 各Liinux发行版通用 也可直接运行libc.so.6,以32位ubuntu为例: ...
分类:
系统相关 时间:
2016-12-28 15:12:21
阅读次数:
184
安装依赖 编译 出现 configure: error: mcrypt.h not found. Please reinstall libmcrypt时 出现 Don't know how to define struct flock on this system, set --enable-opc ...
分类:
Web程序 时间:
2016-12-26 22:00:34
阅读次数:
437
rpm包安装过程中依赖问题“libc.so.6 is needed by XXX”解决方法 折腾了几天,终于搞定了CentOS上的Canon LBP2900打印机驱动。中间遇到了一些问题,主要是安装rpm包出现的依赖问题,费尽周折总算是解决了。现在简单总结一下。 首先说明一下,我用的CentOS版本 ...
分类:
其他好文 时间:
2016-12-24 14:29:33
阅读次数:
299
1. 系统与软件版本 1.1 系统版本 CentOS6.5 x86_64 1.2 ntpd软件版本 ntp-4.2.8p9.tar.gz 1.3 下载地址 官方下载地址:http://support.ntp.org/bin/view/Main/SoftwareDownloads 参考文档:http: ...
分类:
其他好文 时间:
2016-12-22 19:10:12
阅读次数:
349
Atitit ABI FFI 的区别与联系 attilax总结 FFI stands for Foreign Function Interface. A foreign function interface is the popular name for the interface that all ...
分类:
其他好文 时间:
2016-12-22 06:49:16
阅读次数:
303