Compile subversion 1.3.1 Client with SSL Support for Solaris 10

If you want to use the subversion Client “svn” with SSL Support, it’s really easy to build your binararies on Solaris 10. You dont’ need any additional package, everything comes with Solaris 10, like OpenSSL.

Let’s start:
wget http://subversion.tigris.org/downloads/subversion-1.3.1.tar.gz

gtar-zxvf subversion-1.3.1.tar.gz; cd subversion-1.3.1

./configure --with-ssl --without-berkeley-db --prefix=/your/favourite

make install

Test, if SSL Support works:

svn list https://svn.collab.net/repos/svn

That’s it.

This entry was posted in Sun Solaris and tagged , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>