OS env: windows2008 R2 std1. Download NIC driver from Dell Websitehttp://www.dell.com/support/home/us/en/04/Drivers/DriversDetails?driverId=HP103http:...
分类:
其他好文 时间:
2015-04-15 16:56:44
阅读次数:
164
yum-yinstallwgetgccgcc-c++gcc-g77wgethttp://mirrors.sohu.com/python/2.7.9/Python-2.7.9.tgztarxzvfPython-2.7.9.tqzmkdir-p/usr/local/python27cdPython-2.7.9./configure--prefix=/usr/local/python27&&make&&makeinstallmv/usr/bin/python/usr/bin/pyth..
分类:
编程语言 时间:
2015-04-14 20:20:18
阅读次数:
151
yum-yinstallwgetgccgcc-c++gcc-g77wgethttp://mirrors.sohu.com/python/2.7.9/Python-2.7.9.tgztarxzvfPython-2.7.9.tgzmkdir-p/usr/local/python27cdPython-2.7.9./configure--prefix=/usr/local/python27&&make&&makeinstallmv/usr/bin/python/usr/bin/pyth..
分类:
编程语言 时间:
2015-04-14 20:18:25
阅读次数:
158
今天在安装PHP的时候../configure--prefix=/usr/local/php5--with-gd--with-zlib--with-mysql=/usr/local/mysql/--with-config-file-path=/usr/local/php5--enable-mbstring--enable-fpm先是报出如下错误:configure:error:libxml2-confignotfound,checkyourlibxml2installation..
分类:
Web程序 时间:
2015-04-14 19:59:42
阅读次数:
148
从FreeSWITCH 安装过程./configure 时遇到sqlite 的问题开始:checking for sqlite3 >= 3.6.20… Package sqlite3 was not found in the pkg-config search path. Perhaps you s...
分类:
其他好文 时间:
2015-04-14 19:40:20
阅读次数:
239
源码安装去Nginx官网下载最新稳定版,这里用的是nginx-1.6.3版。
下载完成后解压缩,进入该目录执行:./configure如果你的机器上没有安装PCER库、zlib库等,这一步会出错。sudo apt-get install libpcre3-dev zlibc zlib-bin然后执行:sudo make
sudo make install完成后,nginx会默认安装在/usr/lo...
分类:
系统相关 时间:
2015-04-14 16:49:08
阅读次数:
167
/** * Interface to be implemented in Servlet 3.0+ environments in order to configure the * {@link ServletContext} programmatically -- as opposed to (o...
分类:
移动开发 时间:
2015-04-14 16:02:45
阅读次数:
225
./configure?‘--build=x86_64-redhat-linux-gnu‘?‘--host=x86_64-redhat-linux-gnu‘?‘--target=x86_64-amazon-linux-gnu‘?‘--prefix=/usr/local/squid‘?‘--disable-dependency-tracking‘?‘--enable-arp-acl...
分类:
其他好文 时间:
2015-04-14 00:51:20
阅读次数:
154
三、部署nagios监控系统1、安装nagios系统(1)创建nagios用户和组#groupadd-g1000nagios#useradd-gnagios-u1000nagios(2)安装nagios#./configure--prefix=/usr/local/nagios--enable-event-broker--with-nagios-user=nagios--with-nagios-group=nagios--with-command-user=nagio..
分类:
移动开发 时间:
2015-04-13 21:03:58
阅读次数:
146
Iperf移植记录1.生成arm编译需要的头文件config.h./configure --host=arm如果需要make cleanmake distclean2.增加Android.mk文件LOCAL_PATH := $(call my-dir)include $(CLEAR_VARS)LOC...
分类:
移动开发 时间:
2015-04-13 12:39:57
阅读次数:
295