summaryrefslogtreecommitdiffstats
path: root/FAQ
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-05-31 20:11:11 +0000
committerRichard Levitte <levitte@openssl.org>2000-05-31 20:11:11 +0000
commit31efc3a78dbc915d7346c6a8fa8d636e79d14b3b (patch)
tree3d0cc883fb70e60a0cc9618249d8bd36198e170b /FAQ
parenta4e31088ce118d1e47d3c0b7dee9e8d3769e71bf (diff)
This seems to become a FAQ...
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ11
1 files changed, 11 insertions, 0 deletions
diff --git a/FAQ b/FAQ
index ff5ea089d3..cb0619dc7d 100644
--- a/FAQ
+++ b/FAQ
@@ -21,6 +21,7 @@ OpenSSL - Frequently Asked Questions
* Why can't I make an SSL connection using a DSA certificate?
* How can I remove the passphrase on a private key?
* Why can't the OpenSSH configure script detect OpenSSL?
+* Why does the OpenSSL test fail with "bc: 1 no implemented"?
* Which is the current version of OpenSSL?
@@ -305,3 +306,13 @@ applied to the OpenSSH distribution:
fi
LIBS="$LIBS -lcrypto"
----- snip:end -----
+
+
+* Why does the OpenSSL test fail with "bc: 1 no implemented"?
+
+On some SCO installations or versions, bc has a bug that gets triggered when
+you run the test suite (using "make test"). The message returned is "bc:
+1 not implemented". The best way to deal with this is to find another
+implementation of bc and compile/install it. For example, GNU bc (see
+http://www.gnu.org/software/software.html for download instructions) can
+be safely used.