summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-05-17 22:53:33 +1000
committerDamien Miller <djm@mindrot.org>2000-05-17 22:53:33 +1000
commit615f939ebb48fdde404aae705057202512731331 (patch)
treee07b9fd90a8f8cb58b4b687919bb849b97fe6fc9 /INSTALL
parentdcb6ecd1b3b25b6909296ff0546ca6b18d0c19d3 (diff)
- Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
- INSTALL typo and URL fix - Makefile fix - Solaris fixes - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index bf7bc1386..dc8cee036 100644
--- a/INSTALL
+++ b/INSTALL
@@ -4,7 +4,7 @@
4You will need working installations of Zlib and OpenSSL. 4You will need working installations of Zlib and OpenSSL.
5 5
6Zlib: 6Zlib:
7http://www.cdrom.com/pub/infozip/zlib/ 7http://www.freesoftware.com/pub/infozip/zlib/
8 8
9OpenSSL 0.9.5a or greater: 9OpenSSL 0.9.5a or greater:
10http://www.openssl.org/ 10http://www.openssl.org/
@@ -90,7 +90,7 @@ need a working installation of GNOME, including the development
90headers, for this to work. 90headers, for this to work.
91 91
92--with-random=/some/file allows you to specify an alternate source of 92--with-random=/some/file allows you to specify an alternate source of
93random numbers (the default is /dev/urandom). Unless you are absolutly 93random numbers (the default is /dev/urandom). Unless you are absolutely
94sure of what you are doing, it is best to leave this alone. 94sure of what you are doing, it is best to leave this alone.
95 95
96--with-egd-pool=/some/file allows you to enable Entropy Gathering 96--with-egd-pool=/some/file allows you to enable Entropy Gathering
@@ -152,7 +152,7 @@ are installed.
152real (AF_INET) IPv4 addresses. Works around some quirks on Linux. 152real (AF_INET) IPv4 addresses. Works around some quirks on Linux.
153 153
154If 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
155can specify these as enviornment variables before running ./configure. 155can specify these as environment variables before running ./configure.
156For example: 156For example:
157 157
158CFLAGS="-O -m486" LFLAGS="-s" LIBS="-lrubbish" LD="/usr/foo/ld" ./configure 158CFLAGS="-O -m486" LFLAGS="-s" LIBS="-lrubbish" LD="/usr/foo/ld" ./configure
@@ -186,5 +186,5 @@ for sshd, ssh and ssh-agent.
186 186
187If you experience problems compiling, installing or running OpenSSH. 187If you experience problems compiling, installing or running OpenSSH.
188Please refer to the "reporting bugs" section of the webpage at 188Please refer to the "reporting bugs" section of the webpage at
189http://violet.ibs.com.au/openssh/ 189http://www.openssh.com/
190 190