Next: Bug Reports, Previous: Commercial Support, Up: Introduction
The package can be downloaded from several places, including:
http://josefsson.org/gsasl/releases/
The latest version is stored in a file, e.g., `gsasl-0.2.15.tar.gz' where the `0.2.15' value is the highest version number in the directory.
The package is then extracted, configured and built like many other packages that use Autoconf. For detailed information on configuring and building it, refer to the INSTALL file that is part of the distribution archive.
Here is an example terminal session that download, configure, build and install the package. You will need a few basic tools, such as `sh', `make' and `cc'.
$ wget -q http://josefsson.org/gsasl/releases/gsasl-0.2.15.tar.gz $ tar xfz gsasl-0.2.15.tar.gz $ cd gsasl-0.2.15/ $ ./configure ... $ make ... $ make install ...
After that gsasl should be properly installed and ready for use.
A few configure
options may be relevant, summarized in the
table.
--disable-client
--disable-server
--disable-server
, the function will return an error code.
--disable-obsolete
--disable-anonymous
--disable-external
--disable-plain
--disable-login
--disable-securid
--disable-ntlm
--disable-cram-md5
--disable-digest-md5
--disable-gssapi
--enable-kerberos_v5
--without-stringprep
For the complete list, refer to the output from configure
--help
.