diff options
author | Damien Miller <djm@mindrot.org> | 2000-03-17 00:54:15 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-03-17 00:54:15 +0100 |
commit | 29ea30d95627517e45e886820e3ef32168bd8dd7 (patch) | |
tree | a18a0eb90f9b74dfb4e3b2eb9e54888893693f1b /UPGRADING | |
parent | Prepare for final test release (diff) | |
download | openssh-29ea30d95627517e45e886820e3ef32168bd8dd7.tar.xz openssh-29ea30d95627517e45e886820e3ef32168bd8dd7.zip |
- Clarified --with-default-path option.
- Added -blibpath handling for AIX to work around stupid runtime linking.
Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
<jmknoble@pobox.com>
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -124,5 +124,9 @@ either internally or through RSAref. scp must be in the default PATH on both the client and the server. You may need to use the --with-default-path option to specify a custom path to -search on the server. +search on the server. This option replaces the default path, so you need +to specify all the current directories on your path as well as where you +have installed scp. For example: + +./configure --with-default-path=/bin:/usr/bin:/usr/local/bin:/path/to/scp |