diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-08-06 15:54:38 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-08-06 15:54:38 +0000 |
commit | dddc8e33746fd2a0a6fc60fd911a6e53075b09d6 (patch) | |
tree | efa46e0b9b3f4b62e594848abab7f0d3d3a973a4 /docs/INSTALL | |
parent | bccb1ee7cdb6017e4dbfd8d315ddfa37259cfff9 (diff) |
removed the rsaglue hint since it doesn't apply to modern OpenSSL, and added
some brief hints about gssapi and libssh2
Diffstat (limited to 'docs/INSTALL')
-rw-r--r-- | docs/INSTALL | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/docs/INSTALL b/docs/INSTALL index dadd7a74f..e956538e4 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -85,15 +85,6 @@ UNIX LDFLAGS=-R/usr/local/ssl/lib ./configure --with-ssl - Another option to the previous trick, is to set LD_LIBRARY_PATH or edit the - /etc/ld.so.conf file. - - If your SSL library was compiled with rsaref (this was common in the past - when used in the United States), you may also need to set: - - LIBS=-lRSAglue -lrsaref - (as suggested by Doug Kaufman) - MORE OPTIONS To force configure to use the standard cc compiler if both cc and gcc are @@ -143,6 +134,12 @@ UNIX To build with NSS support instead of OpenSSL for SSL/TLS, note that you need to use both --without-ssl and --with-nss. + To get GSSAPI support, build with --with-gssapi and have the MIT or + Heimdal Kerberos 5 packages installed. + + To get support for SCP and SFTP, build with --with-libssh2 and have + libssh2 0.16 or later installed. + Win32 ===== |