This page depreciated

This FAQ for stunnel is no longer being updated. Please go to the FAQ section on www.stunnel.org instead.






BGCOLOR="#ffffff" ALINK="#FF0000">

Compiling/Installing Stunnel

This section gives you basic information on how to install the Stunnel distribution.


How do I use the pre-compiled Windows binaries?

To use the pre-compiled Windows binaries do the following: These instructions are also contained in the INSTALL.W32 file.


How do I compile stunnel from sources?

First you must already have either OpenSSL or SSLeay compiled for your system. Stunnel itself does not have any cryptographic algorithms in it, instead it links against the functions contained in one of the two above packages.


Configure options.

The purpose of the configure script is to determine a few compile-time options specific to your computer and environment.

Aside from the standard GNU configure options, there are a few stunnel-specific flags you can give:

--with-random=FILE
FILE is the name of a file (socket, etc) which can provide random numbers for stunnel.
Defaults to /dev/urandom which is the standard location on most Linux and *BSD systems.
--with-ssl=DIR
DIR is the name of the directory in which your OpenSSL/SSLeay libraries and certs directory is. If you've installed your SSL library in a non-standard location specify it here.


| Previous Section | | Table of contents | | Next Section |