Chinaunix首页 | 论坛 | 博客
  • 博客访问: 194728
  • 博文数量: 34
  • 博客积分: 25
  • 博客等级: 民兵
  • 技术积分: 387
  • 用 户 组: 普通用户
  • 注册时间: 2012-04-10 21:00
个人简介

http://blog.chinaunix.net/uid/26870656.html 我是一个很懒的人

文章分类

全部博文(34)

文章存档

2014年(18)

2013年(9)

2012年(7)

分类: 系统运维

2014-05-10 16:27:16

#!/bin/bash
#set -x
author:jinlongcui
wget
wget
tar xfvz subversion-1.6.12.tar.gz
tar xfvz subversion-deps-1.6.12.tar.gz
cd subversion-1.6.12/apr/
./configure --prefix=/usr/local/apr
make && make install
cd ../..
cd subversion-1.6.12/apr-util/
./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr/
make && make install
cd ../..
wget
tar jxvf  httpd-2.2.24.tar.bz2
cd httpd-2.2.24
./configure --enable-dav --prefix=/usr/local/apache2 --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr-util --enable-so --enable-rewrite --enable-cgi --enable-ssl  --enable-modules=all --enable-mods-shared=all
make && make install
cd ..
cd subversion-1.6.12
./configure CFLAGS=-fPIC LDFLAGS="-L/usr/lib64 -L/lib64" --prefix=/usr/local/subversion --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr-util --with-apxs=/usr/local/apache2/bin/apxs --with-gnu-ld --with-zlib=/usr --with-neon=/usr/local/neon/
make && make install
阅读(1668) | 评论(0) | 转发(0) |
0

上一篇:打印#####进度条

下一篇:一个触发器脚本

给主人留下些什么吧!~~