- Doc cleanups

This commit is contained in:
Damien Miller 2000-03-16 11:51:09 +11:00
parent 03ee95e41a
commit fd26368068
2 changed files with 11 additions and 7 deletions

View File

@ -2,6 +2,7 @@
- Fixed configure not passing LDFLAGS to Solaris. Report from David G. - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
Hesprich <dghespri@sprintparanet.com> Hesprich <dghespri@sprintparanet.com>
- Propogate LD through to Makefile - Propogate LD through to Makefile
- Doc cleanups
20000315 20000315
- Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list

17
INSTALL
View File

@ -67,12 +67,12 @@ make install
This will install the binaries in /opt/{bin,lib,sbin}, but will place the This will install the binaries in /opt/{bin,lib,sbin}, but will place the
configuration files in /etc/ssh. configuration files in /etc/ssh.
If you are using PAM, you will need to manually install a PAM control If you are using PAM, you will need to manually install a PAM
file as "/etc/pam.d/sshd" (or wherever your system prefers to keep control file as "/etc/pam.d/sshd" (or wherever your system
them). A generic PAM configuration is included as "sshd.pam.generic", prefers to keep them). A generic PAM configuration is included as
you may need to edit it before using it on your system. If you are "contrib/sshd.pam.generic", you may need to edit it before using it on
using a recent version of Redhat Linux, the config file in your system. If you are using a recent version of Redhat Linux, the
packages/redhat/sshd.pam should be more useful. config file in contrib/redhat/sshd.pam should be more useful.
There are a few other options to the configure script: There are a few other options to the configure script:
@ -148,11 +148,14 @@ connect to IPv6 addresses using the command line option '-6'.
--with-ssl-dir=DIR allows you to specify where your OpenSSL libraries --with-ssl-dir=DIR allows you to specify where your OpenSSL libraries
are installed. are installed.
--with-4in6 Check for IPv4 in IPv6 mapped addresses and convert them to
real (AF_INET) IPv4 addresses. Works around some quirks on Linux.
If you need to pass special options to the compiler or linker, you If you need to pass special options to the compiler or linker, you
can specify these as enviornment variables before running ./configure. can specify these as enviornment variables before running ./configure.
For example: For example:
CFLAGS="-O -m486" LFLAGS="-s" ./configure CFLAGS="-O -m486" LFLAGS="-s" LIBS="-lrubbish" LD="/usr/foo/ld" ./configure
3. Configuration 3. Configuration
---------------- ----------------