码迷,mamicode.com
首页 >  
搜索关键字:.configure    ( 6481个结果
fedota 20编译php checking for mysql_set_server_option in -lmysqlclient... no configure: error: wrong mysql library version or lib not found. 错误
php-5.5.15 + mysql-5.5.27,编译php的时候报错,checking for mysql_set_server_option in -lmysqlclient... no configure: error: wrong mysql library version or lib ...
分类:数据库   时间:2014-08-10 15:26:10    阅读次数:613
Android Widget 小部件(二) 使用configure
在添加Widget之前需要做一些处理操作,可以使用 配置活动 在上一篇的实现基础上,加上配置活动(configure=activity)。这时添加Widget时,会先打开一个Activity,进行配置操作, ...
分类:移动开发   时间:2014-08-10 13:01:39    阅读次数:246
移植net-snmp到开发板(mini210)
1.安装交叉编译工具arm-linux-gcc2.下载net-snmp源码安装包3.解压安装包4../configure --build=i686-linux --host=arm-linux CC=arm-linux-gcc --with-endianness=little --enable-mi...
分类:Web程序   时间:2014-08-10 12:34:50    阅读次数:388
nagios借助check_hpasm插件监控惠普服务器硬件信息(未成)
nagios借助check_hpasm插件监控惠普服务器硬件信息:http://labs.consol.de/wp-content/uploads/2011/10/check_hpasm-4.3.tar.gz被监控端:$sudotarzxfvcheck_hpasm-4.3.tar.gz$cdcheck_hpasm$./configure--enable-hpacucli--enable-perfdata--enable-extendedinfo$sudomake$su..
分类:移动开发   时间:2014-08-09 02:50:08    阅读次数:346
Cacti监控软件的安装
InstallandConfigureCacti1.RequiredPackagesforRPM-basedOperatingSystemsyum-yinstallcairo-devellibxml2-develpango-develphp-mysqlmysql-develphp-snmpphp-xmlnet-snmp-utilsnet-snmp2.installrrdtool[root@cacti~]#cdrrdtool-1.4.7[root@cactirrdtool-1.4.7]#./configure-..
分类:其他好文   时间:2014-08-08 18:34:27    阅读次数:310
Linux运维系统工程师系列---13
定制安装定制安装,也叫源码安装,需要自己编译源代码的安装方式步骤: 1、解压源代码包 2、配置configure 3、编译make 4、安装makeinstall接下来开始做实验,希望朋友们自己动手实践,有啥不清楚的可以直接提问我,我看到会及时回复。1、解压源码包[root@server254base]#cd/ro..
分类:系统相关   时间:2014-08-08 16:23:36    阅读次数:312
centos下安装lanmp
一: 安装nginx-1.6.1 #wgethttp://nginx.org/download/nginx-1.6.1.tar.gz #解压到/mnt2/software_source/ #cd /mnt2/software_source/nginx-1.6.1 #./configure -...
分类:其他好文   时间:2014-08-08 15:46:56    阅读次数:157
SQL语句创建数据库以及一些查询练习
--创建 MyCompany数据库use masterexecute sp_configure 'show advanced options',1 --开启权限reconfigureexecute sp_configure 'xp_cmdshell',1reconfigureexecute xp_....
分类:数据库   时间:2014-08-08 15:29:16    阅读次数:286
Winbind authentication against active directory
Winbind authentication against active directoryDescriptionThis tip will describe how to configure authentication settings in CentOS to use authenticat...
分类:Windows程序   时间:2014-08-07 22:38:55    阅读次数:517
HDFS Scribe Integration 【转】
It is finally here: you can configure the open source log-aggregator, scribe, to log data directly into the Hadoop distributed file system.Many Web 2....
分类:其他好文   时间:2014-08-07 22:03:16    阅读次数:261
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!