PHP编译安装#cd/usr/local/src#wgethttp://cn2.php.net/distributions/php-5.5.26.tar.bz2#tarjxvfphp-5.5.26.tar.bz2#cdphp-5.5.26#./configure\--prefix=/usr/local/php\ ##指定安装目录--with-apxs2=/usr/local/apache2/bin/apxs\ ##自动安装“动态”扩展模块--with-confi..
分类:
Web程序 时间:
2015-07-09 14:55:15
阅读次数:
136
nginx安装tarzxvfpcre-8.37.tar.gz;tarzxvfnginx-1.9.2.tar.gzcdpcre-8.37./configure;make;makeinstallcd../nginx-1.9.2./configure--prefix=/opt/nginx--with-http_ssl_module--with-http_flv_module--with-http_mp4_module--with-http_gunzip_module--with-http_gzip_static..
分类:
Web程序 时间:
2015-07-08 23:01:32
阅读次数:
264
下载最新的memcache
wget http://memcached.googlecode.com/files/memcached-1.4.5.tar.gz
tar -zxvf memcached-1.4.5.tar.gz
cd memcached-1.4.5
./configure #到这一步报错了如下:
#configure: error: libevent is required...
分类:
系统相关 时间:
2015-07-08 16:33:43
阅读次数:
164
通过源代码安装vim时,提示缺少terminal libary而在安装ncurses以后,此问题照样出现。经过查找资料发现,执行如下命令就可以正常安装vimenv LDFLAGS=-L ./configure ...最后运行 make &&make install 进行安装。...
分类:
系统相关 时间:
2015-07-08 12:56:39
阅读次数:
150
添加Widget在此之前需要做一些处理操作,可以使用 配置活动在上一篇的实现基础上,加上配置活动(configure=activity)。这时加入Widget时。会先打开一个Activity,进行配置操作,配置活动的实现:package com.stone.ui;import android.app...
分类:
移动开发 时间:
2015-07-08 12:55:48
阅读次数:
125
yuminstallperl-ExtUtils-MakeMakerpackagetkzlib-developenssl-develperlcpioexpat-develgettext-devel
wget-c
tar-zxvfgit-1.8.3.2.tar.gz
cdcdgit-1.8.3.2
./configure
make
makeinstall
分类:
其他好文 时间:
2015-07-07 19:48:30
阅读次数:
130
安装nginx前面必须安装pcre,zlib和ssl
1.安装pcre
首先下载pcre,地址是:http://nchc.dl.sourceforge.net/project/pcre/pcre2/10.20/pcre2-10.20.tar.bz2tar -xvf pcre2-10.20.tar.bz2
cd pcre2-10.20
sudo ./configure
sudo make
sudo...
分类:
系统相关 时间:
2015-07-07 17:17:07
阅读次数:
272
Nginx 编译,添加未编译安装模块ngx_cache_purge
官网下载nginx及第三方ngx_cache_purge 模块
http://wiki.nginx.org/Install
http://labs.frickle.com/nginx_ngx_cache_purge/
编译与安装
Blockquote
./configure \
–prefix=/usr/lo...
分类:
系统相关 时间:
2015-07-07 17:02:11
阅读次数:
193
在Linux中分别安装应用于不同平台的Qt:PC;嵌入式X86;ARM。
这三者PC版、嵌入式X86版和ARM版的区别主要体现在:当configure时分别加了不同的参数,具体区别是:
PC平台(X11平台):在linux中全安装qt,用它编译好程序后,直接用“./”就可运行。
嵌入式X86平台:带有qvfb功能,在PC机上可以模拟应用程序在arm开发板上的运行情况。用此编译好的程序,只用“...
分类:
其他好文 时间:
2015-07-07 16:52:02
阅读次数:
151
configure:error:Pleasereinstalltheiconvlibrary.今天在编译安装php5.6.10的时候出现这个报错然后怎么都解决不了,度娘也没有找到方法,于是仔细看了下配置./configure\--prefix=/usr/local/php5.6.10\--with-apxs2=/usr/local/apache/bin/apxs\--with-mysql=/usr/local/mysql..
分类:
Web程序 时间:
2015-07-07 13:13:40
阅读次数:
453