解压文件tar-xfPython-3.3.tar.gzcdPython-3.3安装./configure--prefix=/usr/local/pythonmake&&makeinstall配置mv/usr/bin/python/usr/bin/pytho_oldln-s/usr/local/python/bin/python3/usr/bin/python
分类:
编程语言 时间:
2015-01-17 19:35:42
阅读次数:
274
sp_configure 'show advanced options', 1RECONFIGUREGOsp_configure 'awe enabled', 1RECONFIGUREGOsp_configure 'min server memory', 1024RECONFIGUREGOsp_co...
分类:
其他好文 时间:
2015-01-17 17:45:36
阅读次数:
182
安装Nginx时报错./configure: error: the HTTP rewrite module requires the PCRE library.安装pcre-devel解决问题yum -y install pcre-devel错误提示:./configure: error: the ...
分类:
其他好文 时间:
2015-01-16 22:14:47
阅读次数:
285
sysbench-0.5安装tar zxvf sysbench-0.5tar.gzcd sysbench-0.5 (与其他软件包不同的是解压缩后,默认没有configure文件,所以需要先执行 autogen.sh 文件 才可以使用./configure进行编译安装)./autogen.sh 如下图:执行编译命令:./configure --with-mysql-includes=/usr/l...
分类:
其他好文 时间:
2015-01-16 19:15:52
阅读次数:
353
1、下载ntfs-3g进行安装[root@zer3~]#exportPS1=‘[\u@\h\w]\$‘[root@zer3~]#tarzxvfntfs-3g_ntfsprogs-2014.2.15.tgz[root@zer3~/ntfs-3g_ntfsprogs-2014.2.15]#./configure--prefix=/usr/local/ntfs-3g[root@zer3~/ntfs-3g_ntfsprogs-2014.2.15]#make&&makeinstall2、..
1 lnmp_jtr免安装教程 2 3 export LDFLAGS="-L/zenghui/lib/zlib/lib" 4 export CFLAGS="-I/zenghui/lib/zlib/" 5 6 ./configure --prefix=/zenghui/lnm...
分类:
其他好文 时间:
2015-01-15 21:41:35
阅读次数:
268
1、将nginx和nginx-rtmp-module的源码包解压PS:nginx-rtmp-module网址https://github.com/arut/nginx-rtmp-module2、进入nginx的源代码目录,编译./configure --add-module= --without-h...
分类:
其他好文 时间:
2015-01-15 19:55:03
阅读次数:
117
转自:最爱NBA解决办法:在src下面新建file名为log4j.properties内容如下:# Configure logging for testing: optionally with log filelog4j.rootLogger=WARN, stdout# log4j.rootLogg...
分类:
移动开发 时间:
2015-01-15 19:46:33
阅读次数:
205
/usr/local/nginx/sbin/nginx-V查看原先的nginx编译选项psaux|grepnginx>/tmp/nginx.log查看当前nginx进程并输出到文件cd/usr/srctar-zxvfnginx-1.6.0.tar.gzcdnginx-1.6.0#编译选项可能变化举例:./configure--prefix=/usr/local/nginx--pid-path=/var/run/nginx.pid--with-..
分类:
其他好文 时间:
2015-01-15 11:09:19
阅读次数:
248
nginx编译安装下载安装包nginx-1.3.15.tar.gz tar zxvfnginx-1.3.15.tar.gz cd nginx-1.3.15/进行编译./configure--user=www--group=www--prefix=/usr/local/nginx \--with-ht...
分类:
其他好文 时间:
2015-01-15 07:02:11
阅读次数:
253