------源程序的编译安装首先要经过简单的编译才能安装,编译又依赖编译平台和gcc编译器但是gcc有它的局限性,所以后来就用make代替了,make编译时也是通过调用gcc来完成编译的,但是make又依赖文件makefile,makefile又是通过脚本configure和文件makefile.in生成的autoconf命令..
分类:
其他好文 时间:
2014-05-27 03:17:36
阅读次数:
231
1.安装方式:rpm或者编译都可,rpm可以直接用yum安装.rpm安装的话,根据文件名进行选择即可.编译的话,不同参数对应不同的组件.编译安装zabbix:同时安装server和agent,并支持将数据放入mysql数据中,可使用类似如下配置命令:./configure--prefix=/usr/...
分类:
其他好文 时间:
2014-05-23 11:36:41
阅读次数:
634
/bin = BINaries/dev = DEVices/etc = ETCetera 附加物或
EdiTable Configure file 配置文件/proc = PROCesses/sbin = Superuser BINaries/usr =
Unix Shared Resourcesa...
分类:
系统相关 时间:
2014-05-23 11:13:38
阅读次数:
453
解决办法:首选找到 build path - 然后选择 Configure build
path项选择 "Order and Export" 栏选中
"achartengine-1.0.0.jar“,然后让它置顶,点击"UP"更新你的项目(Project ->
Clean...)碰到包类似的错,也....
分类:
编程语言 时间:
2014-05-23 10:24:56
阅读次数:
311
1
--==============查看数据库表的容量大小========start================================?============
2 Create Table #TableSpaceInfo --创建结果存储表 3 ( 4 NameInfo NV...
分类:
数据库 时间:
2014-05-23 08:34:58
阅读次数:
397
In Express 3.0, you normally would use app.configure() (or app.use() ) to set up the required middleware you need. Those middleware you specified are bundled together with Express 3.0.
e.g.
var ex...
分类:
移动开发 时间:
2014-05-22 12:14:27
阅读次数:
349
终于把bochs和gdb连起来了,下面描述下步骤以作记录。
1.安装bochs
前面有篇文章介绍了bochs源码编译安装过程,这里安装也非常相似,只是命令稍微有些不同
./configure --enable-gdb-stub
make
make install
2.下载调试映像
http://oldlinux.org/Linux.old/bochs/linux-0.11-gdb-r...
分类:
数据库 时间:
2014-05-22 11:51:56
阅读次数:
341
1.编译安装./configure --prefix=/usr/local/zabbix-proxy/
--enable-proxy --with-mysqlmysql zabbix_proxy<database/mysql/schema.sql2. 设置
zabbix_proxy.conf1 使用...
分类:
其他好文 时间:
2014-05-21 05:39:29
阅读次数:
353
1,下载安装lighttpd-1.4.34lighttpd官网下载最新稳定版本[root@localhostsoftware]#tar-zxvflighttpd-1.4.34.tar.gz[root@localhostsoftware]#cdlighttpd-1.4.34[root@localhostlighttpd-1.4.34]#./configure--prefix=/usr/local/lighttpd#安装默认模块[root@localhostlighttpd..
分类:
其他好文 时间:
2014-05-20 23:29:06
阅读次数:
313
在Linux下安装PHP,源代码方式安装,总需要配置很多参数。这里列出常用配置参数,并详细用中文解释说明了。给大家一些参考编译PHP的时候慎用
–with-curlwrappers参数 ./configure--prefix=/usr/local/PHP php 安装目录
--with-apxs2=...
分类:
移动开发 时间:
2014-05-19 13:16:39
阅读次数:
8383