diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -150,6 +150,12 @@ created. | |||
150 | libsocks library isn't installed in a library searched by the compiler, | 150 | libsocks library isn't installed in a library searched by the compiler, |
151 | add the directory name as the option. | 151 | add the directory name as the option. |
152 | 152 | ||
153 | --with-ipv4-default instructs OpenSSH to use IPv4 by default for new | ||
154 | connections. Normally OpenSSH will try attempt to lookup both IPv6 and | ||
155 | IPv4 addresses. On Linux/glibc-2.1.2 this causes long delays in name | ||
156 | resolution. If this option is specified, you can still attempt to | ||
157 | connect to IPv6 addresses using the command line option '-6'. | ||
158 | |||
153 | If you need to pass special options to the compiler or linker, you | 159 | If you need to pass special options to the compiler or linker, you |
154 | can specify these as enviornment variables before running ./configure. | 160 | can specify these as enviornment variables before running ./configure. |
155 | For example: | 161 | For example: |