diff options
author | Darren Tucker <dtucker@zip.com.au> | 2007-03-13 21:00:45 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2007-03-13 21:00:45 +1100 |
commit | 5548e8cf2ea9be7c45cb6d1ee4b91e2c673123d3 (patch) | |
tree | 3ac957804c514c760f232d390e36397ff94100aa | |
parent | da05f48739c678b88c7e9c071883cd8b5eae5af1 (diff) |
- (dtucker) [README.platform] Info about blibpath on AIX.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | README.platform | 10 |
2 files changed, 11 insertions, 2 deletions
@@ -6,6 +6,7 @@ | |||
6 | - (dtucker) [cipher-3des1.c cipher-bf1.c] The OpenSSL 0.9.8e problem in | 6 | - (dtucker) [cipher-3des1.c cipher-bf1.c] The OpenSSL 0.9.8e problem in |
7 | bug #1291 also affects Protocol 1 3des. While at it, use compat-openssl.h | 7 | bug #1291 also affects Protocol 1 3des. While at it, use compat-openssl.h |
8 | in cipher-bf1.c. Patch from Juan Gallego. | 8 | in cipher-bf1.c. Patch from Juan Gallego. |
9 | - (dtucker) [README.platform] Info about blibpath on AIX. | ||
9 | 10 | ||
10 | 20070306 | 11 | 20070306 |
11 | - (djm) OpenBSD CVS Sync | 12 | - (djm) OpenBSD CVS Sync |
@@ -2825,4 +2826,4 @@ | |||
2825 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 2826 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
2826 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 2827 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
2827 | 2828 | ||
2828 | $Id: ChangeLog,v 1.4639 2007/03/13 07:50:04 dtucker Exp $ | 2829 | $Id: ChangeLog,v 1.4640 2007/03/13 10:00:45 dtucker Exp $ |
diff --git a/README.platform b/README.platform index b7dc3f91c..7accea48e 100644 --- a/README.platform +++ b/README.platform | |||
@@ -23,6 +23,14 @@ to force the previous IPv4-only behaviour. | |||
23 | IPv6 known to work: 5.1ML7 5.2ML2 5.2ML5 | 23 | IPv6 known to work: 5.1ML7 5.2ML2 5.2ML5 |
24 | IPv6 known broken: 4.3.3ML11 5.1ML4 | 24 | IPv6 known broken: 4.3.3ML11 5.1ML4 |
25 | 25 | ||
26 | If you wish to use dynamic libraries that aren't in the normal system | ||
27 | locations (eg IBM's OpenSSL and zlib packages) then you will need to | ||
28 | define the environment variable blibpath before running configure, eg | ||
29 | |||
30 | blibpath=/lib:/usr/lib:/opt/freeware/lib ./configure \ | ||
31 | --with-ssl-dir=/opt/freeware --with-zlib=/opt/freeware | ||
32 | |||
33 | |||
26 | Cygwin | 34 | Cygwin |
27 | ------ | 35 | ------ |
28 | To build on Cygwin, OpenSSH requires the following packages: | 36 | To build on Cygwin, OpenSSH requires the following packages: |
@@ -67,4 +75,4 @@ account stacks which will prevent authentication entirely, but will still | |||
67 | return the output from pam_nologin to the client. | 75 | return the output from pam_nologin to the client. |
68 | 76 | ||
69 | 77 | ||
70 | $Id: README.platform,v 1.7 2006/06/23 11:05:13 dtucker Exp $ | 78 | $Id: README.platform,v 1.8 2007/03/13 10:00:45 dtucker Exp $ |