Include the newly reported problem with bc on FreeBSD 4.2.
This commit is contained in:
parent
f2e5ca84d4
commit
1417f2dccb
19
FAQ
19
FAQ
@ -31,7 +31,7 @@ OpenSSL - Frequently Asked Questions
|
|||||||
|
|
||||||
* Why does the linker complain about undefined symbols?
|
* Why does the linker complain about undefined symbols?
|
||||||
* Why does the OpenSSL test fail with "bc: command not found"?
|
* Why does the OpenSSL test fail with "bc: command not found"?
|
||||||
* Why does the OpenSSL test fail with "bc: 1 no implemented"?
|
* Why does the OpenSSL test fail with "bc: 1 no implemented" or similar?
|
||||||
* Why does the OpenSSL compilation fail on Alpha True64 Unix?
|
* Why does the OpenSSL compilation fail on Alpha True64 Unix?
|
||||||
* Why does the OpenSSL compilation fail with "ar: command not found"?
|
* Why does the OpenSSL compilation fail with "ar: command not found"?
|
||||||
* Why does the OpenSSL compilation fail on Win32 with VC++?
|
* Why does the OpenSSL compilation fail on Win32 with VC++?
|
||||||
@ -324,14 +324,17 @@ You didn't install "bc", the Unix calculator. If you want to run the
|
|||||||
tests, get GNU bc from ftp://ftp.gnu.org or from your OS distributor.
|
tests, get GNU bc from ftp://ftp.gnu.org or from your OS distributor.
|
||||||
|
|
||||||
|
|
||||||
* Why does the OpenSSL test fail with "bc: 1 no implemented"?
|
* Why does the OpenSSL test fail with "bc: 1 no implemented" or similar?
|
||||||
|
|
||||||
On some SCO installations or versions, bc has a bug that gets triggered when
|
On some SCO installations or versions, bc has a bug that gets triggered
|
||||||
you run the test suite (using "make test"). The message returned is "bc:
|
when you run the test suite (using "make test"). The message returned is
|
||||||
1 not implemented". The best way to deal with this is to find another
|
"bc: 1 not implemented". You may run into something similar on FreeBSD
|
||||||
implementation of bc and compile/install it. For example, GNU bc (see
|
(version 4.2 has been reported), where the message is "Failed! bc: tmp.bntest
|
||||||
http://www.gnu.org/software/software.html for download instructions) can
|
3: print statement" or something similar.
|
||||||
be safely used.
|
|
||||||
|
The best way to deal with this is to find another implementation of bc
|
||||||
|
and compile/install it. GNU bc (see http://www.gnu.org/software/software.html
|
||||||
|
for download instructions) can be safely used, for example.
|
||||||
|
|
||||||
|
|
||||||
* Why does the OpenSSL compilation fail on Alpha True64 Unix?
|
* Why does the OpenSSL compilation fail on Alpha True64 Unix?
|
||||||
|
Loading…
Reference in New Issue
Block a user