I am trying to install openssl-0.9.7b on a Solaris 8 Sparc server. I ran the config and make with no troubles. However, when I run the "make test" command, I found the following in the maketest.log file:
.....
running bc
bc does not work properly ('SunOStest' failed). Looking for another bc ...
/usr/bin/bc does not work properly ('SunOStest' failed). Looking for another bc
...
No working bc found. Consider installing GNU bc.
0 tests passed
<snip>
OpenSSL 0.9.7b 10 Apr 2003
built on: Mon Sep 22 11:33:56 CDT 2003
platform: solaris-sparcv9-gcc
options: bn(64,32) md2(int) rc4(ptr,char) des(idx,cisc,16,long) idea(int) blowf
ish(ptr)
compiler: gcc -DOPENSSL_SYSNAME_ULTRASPARC -DOPENSSL_THREADS -D_REENTRANT -DDSO_
DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -m32 -mcpu=ultrasparc -O3 -fomit-frame-po
inter -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM
OPENSSLDIR: "/usr/local/ssl"
`test' is up to date.
This was received after I installed the GNU bc with no configure options specified on the command line. The GNU bc directory is in $PATH
If I try to run the "make install" command will I run into problems? Will this interfere with the install of openSSH?
Larry Adamiec