raksmart活动促销

分享

写回答

发帖

[提问] live chat 怎么连接超时了?

HostMonster HostMonster 2625 人阅读 | 3 人回复

发表于 2008-6-3 16:32:13 | 显示全部楼层 |阅读模式

我现在点击live chat 打不开了。
你们能打开吗?
我想问HM,能不能在主机上装svn.如果可以的话应该怎么装。
有人知道吗?

回答|共 3 个

一路同行

发表于 2008-6-3 16:46:51 | 显示全部楼层

live chat 可以打开

lamengao

发表于 2008-6-3 17:40:03 | 显示全部楼层

我找到安装subversion的方法了

http://joemaller.com/2008/01/29/how-...a-shared-host/

The problem is that xlib tries to look for external libraries, and should use a local copy of the svn-dependancy libraries (because they are obviously compatible).

cd
mkdir _src
cd _src
wget http://subversion.tigris.org/downloa...n-1.4.6.tar.gz
wget http://subversion.tigris.org/downloa...s-1.4.6.tar.gz
tar -xzvf subversion-1.4.6.tar.gz
tar -xzvf subversion-deps-1.4.6.tar.gz
cd subversion-1.4.6
cd apr
./configure --enable-shared --prefix=$HOME
make && make install

cd ../apr-util
./configure --enable-shared --prefix=$HOME \
--with-expat=builtin --with-apr=$HOME \
--without-berlekey-db
make && make install

cd ../neon
./configure --enable-shared --prefix=$HOME \
--with-libs=$HOME --with-ssl
make && make install

cd ../
./configure --prefix=$HOME --without-berlekey-db \
--with-editor=/usr/bin/vim --with-apr=$HOME \
--with-apr-util=$HOME --with-neon=$HOME \
--without-apxs --without-apache
make && make install

详见
http://www.hostmonsterforum.com/showthread.php?t=1294&page=3&highlight=subversion

评分

参与人数 1金币 +1 收起 理由
大象无形 + 1 感谢分享

查看全部评分

gdtv

发表于 2008-6-4 01:35:48 | 显示全部楼层

live chat  经常打不开的
RAKSmart
您需要登录后才可以回帖 登录 | 注册

本版积分规则

HostMonster讨论

HostMonster
优惠码:优惠链接
介绍:HostMonster美国主机商成立于1996年,总部位于犹他州普罗沃,提供主机托管服务,在业内有比较有实力,而且口碑也不错。HostMonster美国主机性价比较高,而且基本不会额外收取费用,其无限型方案支持无限磁盘空间,无限带宽和电子邮件帐户,提供免费域名1个。
查看更多

lamengao

发表主题