监控server端的安装部署一、apache的安装下载httpd-2.2.15.tar.gz gunzip httpd-2.2.15.tar.gztar xvf httpd-2.2.15.tarcd httpd-2.2.15./configure --prefix=/usr/local/apache...
分类:
移动开发 时间:
2014-09-28 19:08:24
阅读次数:
312
项目错误列表中报 Unbound classpath container: 'JRE System Library [jdk17060]' in project **** 的错误,原因是我升级了JDK的版本,把之前配置使用的Installed JREs项给删除了,如下图:解决办法:在项目上单击鼠标右键》Build Path》Configure Build PathJava Build Path》L...
分类:
其他好文 时间:
2014-09-28 13:19:02
阅读次数:
186
#nginx-1.4.2.tar.gz#pcre-8.12.zip1.yuminstallpcre-developenssl-devel2.unzippcre-8.12.zipcdpcre-8.12./configure--prefix=/usr/local/pcremake&&makeinstall3.tarzxvfnginx-1.4.2.tar.gzcdnginx-1.4.2./configure--prefix=/usr/local/nginx--sbin-path=/usr/sbin/..
分类:
其他好文 时间:
2014-09-27 10:28:29
阅读次数:
244
yuminstalllibxml2-developenssl-develbzip2-develcd/usr/local/srctarzxvfphp-5.4.13.tar.gzcd/usr/local/src/php-5.4.13./configure--prefix=/usr/local/php--enable-fpm--with-openssl--enable-mbstring--enable-sysvshm--with-config-file-path=/etc--with-config-file-sca..
分类:
其他好文 时间:
2014-09-27 10:28:19
阅读次数:
208
环境是WIN2003 64位系统,VC2008,Qt4.7.4源代码,用configure的参数是
Plain Text code
?
1
2
3
4
5
6
7
8
9
10
11
12
13
-platform win32-msvc2008 -opensource
-debug -debug-and-release
...
分类:
其他好文 时间:
2014-09-27 07:14:29
阅读次数:
316
To modify an existing session with "keep alives" to maintain your connection follow the steps below:Open the PuTTy application and navigate to theOpti...
分类:
其他好文 时间:
2014-09-27 07:13:49
阅读次数:
202
安装google-perftools:#tar zxvf google-perftools-1.6.tar.gz#cd google-perftools-1.6#./configure#make#make install3.运行以下二行命令echo "/usr/local/lib" >/etc/ld...
分类:
其他好文 时间:
2014-09-26 22:54:38
阅读次数:
170
编译安装wget http://pecl.php.net/get/xhprof-0.9.2.tgztar zxf xhprof-0.9.2.tgzcd xhprof-0.9.2/extension/sudo phpize./configure --with-php-config=/usr/local...
分类:
其他好文 时间:
2014-09-26 19:20:28
阅读次数:
180
问题: 在centos5.8上安装PHP软件包时,提示“configure:error:no acceptable cc found in $path”。 原因: 这是缺少GCC编译器造成的,安装即可。 解决办法: 找到gcc的rpm包,安装即可。或者使用yum命令安装: ...
分类:
Web程序 时间:
2014-09-26 12:58:29
阅读次数:
219
考虑到quagga能模拟cisco路由器效果所以安装使用体验下效果对应的官方使用文档:http://www.nongnu.org/quagga/docs/docs-info.html#VTY-shell-integrated-configuration下载最新版本quagga-0.99.17.tar.gz安装过程:[root@nagiosquagga-0.99.17]#./configure--prefix=/etc/qua..
分类:
系统相关 时间:
2014-09-26 00:49:19
阅读次数:
836