一、lamp环境1、安装aprwgethttp://labs.renren.com/apache-mirror/apr/apr-1.4.6.tar.bz2tar-jxvfapr-1.4.6.tar.bz2cdapr-1.4.6./configure--prefix=/usr/local/aprmake&&makeinstall2、安装apr-utilwgethttp://labs.renren.com/apache-mirror/apr/apr-util-1.4.1.tar..
分类:
系统相关 时间:
2015-04-19 06:34:37
阅读次数:
208
scrot的安装系统centos6.2 i386 # wget http://fossies.org/unix/privat/scrot-0.8.tar.gz # tar xvf scrot-0.8.tar.gz # cd scrot-0.8 # ./configure ...
分类:
系统相关 时间:
2015-04-19 06:27:10
阅读次数:
232
export LDFLAGS="-Wl,--copy-dt-needed-entries -lm" 然后configure > make 原因参见: 1、http://segmentfault.com/a/1190000002462705 解决方法参考: 1、http://hg.slitaz.org/wok/rev/17e313b5b9c1...
分类:
Web程序 时间:
2015-04-18 23:52:21
阅读次数:
336
不知道大家有没有遇到在 X64 RedHat5 或者 RedHat4 下.编译安装PHP环境的时候. 安装了libxml,zlib,jpeg,libpng,freetype,libart_lgpl,gettext... 到编译 GD 库的时候出错.configure 的参数是./configure ...
分类:
其他好文 时间:
2015-04-18 17:30:36
阅读次数:
227
从程序中打开myeclipse; 查看server中是否存在myeclipse tomcat; 打开“Window”——“perferences”; 在perferences顶部的搜索窗口中输入tomcat; 找到并打开Integrated Sandbox; 点击:“configure m...
分类:
系统相关 时间:
2015-04-18 15:57:32
阅读次数:
760
Step First: Erlang环境安装1、wget http://www.erlang.org/download/otp_src_R15B02.tar.gz tar -zxvf otp_src_R15B02.tar.gz2、cd otp_src_R15B02 ./configure ...
分类:
其他好文 时间:
2015-04-18 11:25:18
阅读次数:
133
系统:CentOS6.5最小化安装(一)apache部分解决依赖关系:yuminstallpcrepcre-develzlibzlib-devellibtoollibtool-ltdl-devel编译安装apr:tarxfapr-*cdapr-*./configure--prefix=/usr/local/aprmake&&makeinstall如果出现以下这个错误,请修改当前目录下的configure文..
分类:
其他好文 时间:
2015-04-18 06:30:05
阅读次数:
311
错误:configure: error: libevent >= 1.4.11 could not be found 解决:yum -y install libevent libevent-devel 错误:configure: error: Please reinstall the mysql d...
分类:
Web程序 时间:
2015-04-18 06:24:14
阅读次数:
260
主要安装步骤分为如下5步,看完这些后,回过头去看安装包里的INSTALL文件,收获会更多。
下载、解压openmpi到官网下载最新版本后、解压tar -xvf openmpi-xxx
cd openmpi-xxx配置,- -prefix选项表示安装目录./configure --prefix="/opt/openmpi"Build 安装, -j 选项表示编译使用的核心数make -j 4 all
有...
分类:
其他好文 时间:
2015-04-17 18:15:25
阅读次数:
201
1)创建Global.asax protected void Application_Start(object sender, EventArgs e) {log4net.Config.XmlConfigurator.Configure();} protected void Appli...
分类:
Web程序 时间:
2015-04-17 15:26:12
阅读次数:
116