- (dtucker) [README.platform] Info about blibpath on AIX.

This commit is contained in:
Darren Tucker 2007-03-13 21:00:45 +11:00
parent da05f48739
commit 5548e8cf2e
2 changed files with 11 additions and 2 deletions

View File

@ -6,6 +6,7 @@
- (dtucker) [cipher-3des1.c cipher-bf1.c] The OpenSSL 0.9.8e problem in - (dtucker) [cipher-3des1.c cipher-bf1.c] The OpenSSL 0.9.8e problem in
bug #1291 also affects Protocol 1 3des. While at it, use compat-openssl.h bug #1291 also affects Protocol 1 3des. While at it, use compat-openssl.h
in cipher-bf1.c. Patch from Juan Gallego. in cipher-bf1.c. Patch from Juan Gallego.
- (dtucker) [README.platform] Info about blibpath on AIX.
20070306 20070306
- (djm) OpenBSD CVS Sync - (djm) OpenBSD CVS Sync
@ -2825,4 +2826,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@ passwords between UnixWare and OpenServer they will still work. OK dtucker@
$Id: ChangeLog,v 1.4639 2007/03/13 07:50:04 dtucker Exp $ $Id: ChangeLog,v 1.4640 2007/03/13 10:00:45 dtucker Exp $

View File

@ -23,6 +23,14 @@ to force the previous IPv4-only behaviour.
IPv6 known to work: 5.1ML7 5.2ML2 5.2ML5 IPv6 known to work: 5.1ML7 5.2ML2 5.2ML5
IPv6 known broken: 4.3.3ML11 5.1ML4 IPv6 known broken: 4.3.3ML11 5.1ML4
If you wish to use dynamic libraries that aren't in the normal system
locations (eg IBM's OpenSSL and zlib packages) then you will need to
define the environment variable blibpath before running configure, eg
blibpath=/lib:/usr/lib:/opt/freeware/lib ./configure \
--with-ssl-dir=/opt/freeware --with-zlib=/opt/freeware
Cygwin Cygwin
------ ------
To build on Cygwin, OpenSSH requires the following packages: To build on Cygwin, OpenSSH requires the following packages:
@ -67,4 +75,4 @@ account stacks which will prevent authentication entirely, but will still
return the output from pam_nologin to the client. return the output from pam_nologin to the client.
$Id: README.platform,v 1.7 2006/06/23 11:05:13 dtucker Exp $ $Id: README.platform,v 1.8 2007/03/13 10:00:45 dtucker Exp $