RawDev.net - Just another Zabreznik.si Sites site
Home - Mail - About

Subversion Client on Bluehost.net

Tuesday, November 11th, 2008 by Marko Zabreznik

How hard can it be to install a app for everyone to use, BlueHost ?!

Well, in any case. This is how to do it yourself ( source ):

cd ~
mkdir src
cd ~/src
wget http://www.gtlib.gatech.edu/pub/apache/apr/apr-util-1.2.12.tar.gz
wget http://www.gtlib.gatech.edu/pub/apache/apr/apr-1.2.12.tar.gz
wget http://subversion.tigris.org/downloads/subversion-1.4.6.tar.gz
wget http://www.webdav.org/neon/neon-0.25.5.tar.gz
tar -xzf apr-util-1.2.12.tar.gz
tar -xzf apr-1.2.12.tar.gz
tar -xzf subversion-1.4.6.tar.gz
tar -xzf neon-0.25.5.tar.gz
cd ~/src/apr-1.2.12
./configure --prefix=$HOME LDFLAGS="-L/lib64"
make
make install
cd ~/src/apr-util-1.2.12
./configure --prefix=$HOME --with-apr=$HOME LDFLAGS="-L/lib64"
make
make install
cd ~/src/neon-0.25.5
./configure --enable-shared --prefix=$HOME LDFLAGS="-L/lib64"
make
make install
cd ~/src/subversion-1.4.6
./configure --prefix=$HOME --without-berkeley-db --with-zlib --with-ssl LDFLAGS="-L/lib64"
make
make install

This entry was posted on Tuesday, November 11th, 2008 at 10:13 am under Hacking, Linux.
You can follow any responses to this entry through the RSS 2.0 feed. One Response.
You can leave a response, or trackback from your own site.
Helior Colorado
February 3rd, 2009 at 2:01 pm

What a God send. These are the only libraries I’ve found so far that work on Bluehost. Thanks for posting!


« »