Package安装检查
yum -y install binutils compat-libstdc++-33 elfutils-libelf elfutils-libelf-devel glibc glibc-common glibc-devel gcc gcc-c++ libaio-devel libaio libgcc libstdc++ libstdc++-devel make sys...
分类:
数据库 时间:
2014-08-12 17:24:54
阅读次数:
311
In the past, the operation and upkeep on the raymond mill production line was pretty uncomplicated and intensive. Considering that there are going to ...
分类:
其他好文 时间:
2014-08-12 16:54:54
阅读次数:
223
stream_bucket_append函数:为队列添加数据 stream_bucket_make_writeable函数:从操作的队列中返回一个数据对象stream_bucket_new函数:为当前队列创建一个新的数据stream_bucket_prepend函数:预备数据到队列 stream_c...
分类:
Web程序 时间:
2014-08-12 13:11:44
阅读次数:
220
wgethttp://www.sqlite.org/sqlite-3.6.16.tar.gztar -zxvf sqlite-3.6.16.tar.gzcd sqlite-3.6.16./configuremake;make installln -s /usr/local/bin/sqlite3 /...
分类:
数据库 时间:
2014-08-12 12:40:14
阅读次数:
275
错误一:
make: *** No rule to make target `/cygdrive/d/1-workspace/showmap-android-opengles/jni/showmap_opengles_OpenGLESRenderer.c', needed
by `/cygdrive/d/1-workspace/showmap-android-opengles/obj/loc...
分类:
移动开发 时间:
2014-08-12 00:38:53
阅读次数:
427
Linux下的工具和程序模块很多都是通过动态链接库实现的。
在使用的时候分为两个过程:
(1)编译时需要知道动态链接库文件的位置
(2)运行时需要打开动态链接库
对于(1)的情况,在makefile文件中指定,对于(2)中的情况需要在环境变量LD_LIBRARY_PATH中指定;当然如果程序是安装make install进来的,安装位置如果在系统默认的打开动态链接库路径内,则不再需要在LD...
分类:
系统相关 时间:
2014-08-11 18:00:22
阅读次数:
261
1. 安装标准的C开发环境,由于Ubuntu安装默认是不安装的,所以需要先安装一下:sudo apt-get install gcc g++ libgcc1 libg++ make gdb2.从ftp://ftp.arm.linux.org.uk/pub/armlinux/toolchain/下载最...
分类:
系统相关 时间:
2014-08-11 17:25:02
阅读次数:
329
按照此文http://blog.csdn.net/calmreason/article/details/38488765下载源码包:gtest-1.3.0.zip,解压
进入文件夹执行:
./configure
make
make install
完毕即可正常使用:
(1)包含include目录 -I/root/scp/gtest/gtest-1.3.0;
(2)包含lib中的动态链...
分类:
编程语言 时间:
2014-08-11 15:12:09
阅读次数:
273
1.下载,解压并安装zabbixtar zxvf zabbix-2.0.12.tar.gzcd zabbix-2.0.12./configure --prefix=/usr/local/zabbix --enable-agentmake&&make install2.配置zabbix_agentd....
分类:
其他好文 时间:
2014-08-11 11:33:32
阅读次数:
311
1.安装apr,apr-utils,pcre-devel和openssl-devel[root@wh1~]#tarxfapr-1.5.1.tar.gz
[root@wh1~]#tarxfapr-util-1.5.3.tar.gz
[root@wh1apr-1.5.1]#cdapr-1.5.1
[root@wh1apr-1.5.1]#./configure--prefix=/usr/local/apr
[root@wh1apr-1.5.1]#make&&makeinstall
[roo..
分类:
其他好文 时间:
2014-08-11 03:10:02
阅读次数:
485