summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-03-16 11:51:09 +1100
committerDamien Miller <djm@mindrot.org>2000-03-16 11:51:09 +1100
commitfd26368068d956286ea12fb818d849641d507819 (patch)
tree79f5256df398d97948d870fc17ab19991d59fbbc /INSTALL
parent03ee95e41ae8384190ffd4c7eddd322b39b434ec (diff)
- Doc cleanups
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL17
1 files changed, 10 insertions, 7 deletions
diff --git a/INSTALL b/INSTALL
index d7d6d4edc..5a7c41890 100644
--- a/INSTALL
+++ b/INSTALL
@@ -67,12 +67,12 @@ make install
67This will install the binaries in /opt/{bin,lib,sbin}, but will place the 67This will install the binaries in /opt/{bin,lib,sbin}, but will place the
68configuration files in /etc/ssh. 68configuration files in /etc/ssh.
69 69
70If you are using PAM, you will need to manually install a PAM control 70If you are using PAM, you will need to manually install a PAM
71file as "/etc/pam.d/sshd" (or wherever your system prefers to keep 71control file as "/etc/pam.d/sshd" (or wherever your system
72them). A generic PAM configuration is included as "sshd.pam.generic", 72prefers to keep them). A generic PAM configuration is included as
73you may need to edit it before using it on your system. If you are 73"contrib/sshd.pam.generic", you may need to edit it before using it on
74using a recent version of Redhat Linux, the config file in 74your system. If you are using a recent version of Redhat Linux, the
75packages/redhat/sshd.pam should be more useful. 75config file in contrib/redhat/sshd.pam should be more useful.
76 76
77There are a few other options to the configure script: 77There are a few other options to the configure script:
78 78
@@ -148,11 +148,14 @@ connect to IPv6 addresses using the command line option '-6'.
148--with-ssl-dir=DIR allows you to specify where your OpenSSL libraries 148--with-ssl-dir=DIR allows you to specify where your OpenSSL libraries
149are installed. 149are installed.
150 150
151--with-4in6 Check for IPv4 in IPv6 mapped addresses and convert them to
152real (AF_INET) IPv4 addresses. Works around some quirks on Linux.
153
151If you need to pass special options to the compiler or linker, you 154If you need to pass special options to the compiler or linker, you
152can specify these as enviornment variables before running ./configure. 155can specify these as enviornment variables before running ./configure.
153For example: 156For example:
154 157
155CFLAGS="-O -m486" LFLAGS="-s" ./configure 158CFLAGS="-O -m486" LFLAGS="-s" LIBS="-lrubbish" LD="/usr/foo/ld" ./configure
156 159
1573. Configuration 1603. Configuration
158---------------- 161----------------