diff options
author | Bodo Möller <bodo@openssl.org> | 1999-05-01 02:28:56 +0200 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 1999-05-01 02:28:56 +0200 |
commit | 69bb35ed726102975259808dcf7c279f85afef4f (patch) | |
tree | e1e357109a687f061e62b52b7c48dc9744ae8dba /INSTALL | |
parent | Add "static" to function definition (diff) | |
download | openssl-69bb35ed726102975259808dcf7c279f85afef4f.tar.xz openssl-69bb35ed726102975259808dcf7c279f85afef4f.zip |
Point out the "rehashing skipped" is not a problem.
Submitted by:
Reviewed by:
PR:
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -20,7 +20,10 @@ $ make test $ make install - [If any of these steps fails, see section Installation in Detail below.] + [If any of these steps fails, see section Installation in Detail below. + During "./config", you will see the message + c_rehash: rehashing skipped ('openssl' program not available). + This is inevitable at that stage and does not indicate any error.] This will build and install OpenSSL in the default location, which is (for historical reasons) /usr/local/ssl. If you want to install it anywhere else, |