You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Hamilton Link <he...@sandia.gov> on 2004/05/18 21:59:43 UTC

Q: how to build & install ssl-enabled client under jaguar from tarball

In my experience, ./configure and make with the tarball builds a 
working client with which you can download the latest svn revision and 
build a full server, etc.

Is there a quick-and-dirty way to make and install an ssl-enabled 
client from a tarball? like,

./configure --with-openssl
make
make install

?

I guess this is really a question of 1) does the ssl stuff come in a 
tarball and 2) does the tarball come prepared to install a client 
without building the server?

thanks,
hamilton



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Q: how to build & install ssl-enabled client under jaguar from tarball

Posted by Ben Collins-Sussman <su...@collab.net>.
On Tue, 2004-05-18 at 16:59, Hamilton Link wrote:

> ./configure --with-openssl
> make
> make install

Congrats, you've guessed correctly.  That's *exactly* what to do, just
change the switch to "--with-ssl".


>  1) does the ssl stuff come in a 
> tarball 

The tarball ships with neon, the http client library.  If you pass
'--with-ssl', then neon will attempt to link against any openssl
libraries it can find on your system.

> and 2) does the tarball come prepared to install a client 
> without building the server?

Absolutely.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org