Report abuse


			
cd /usr/local/src
curl -O http://www.webdav.org/neon/neon-0.27.1.tar.gz
tar zxvf neon-0.27.1.tar.gz
cd neon-0.27.1.tar.gz
./configure --with-ssl --with-libs=/usr/local
make
sudo make install

cd ..
curl -O http://subversion.tigris.org/downloads/subversion-1.4.3.tar.gz
curl -O http://subversion.tigris.org/downloads/subversion-deps-1.4.3.tar.gz
tar xzvf subversion-1.4.3.tar.gz
tar xzvf subversion-deps-1.4.3.tar.gz
cd subversion-1.4.3
./configure --prefix=/usr/local --with-openssl --with-ssl --with-zlib --with-neon=/usr/local
make
sudo make install
make swig-rb
make check-swig-rb (Most of these test's should pass)
sudo make install-swig-rb