Hello Ladies and Gentlemen,
  I have been trying to install openssl and openssh on a Solaris 2.7 Sparc.
I am able to run ./configure, but when I run make I get the following error.
Could anyone point me in the right direction to find which software package
it is asking me to install.

# make
+ rm -f libcrypto.so.0 
+ rm -f libcrypto.so 
+ rm -f libcrypto.so.0.9.6 
+ rm -f libssl.so.0 
+ rm -f libssl.so 
+ rm -f libssl.so.0.9.6 
making all in crypto...
( echo "#ifndef MK1MF_BUILD"; \
echo "  /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */";
\
echo "  #define CFLAGS \"cc -KPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -xtarget=ultra -xarch=v8plus -xO5 -xstrconst -xdepend -Xa
-DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM\""; \
echo "  #define PLATFORM \"solaris-sparcv9-cc\""; \
echo "  #define DATE \"`date`\""; \
echo "#endif" ) >buildinf.h
cc -I. -I../include -KPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H
-xtarget=ultra -xarch=v8plus -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN
-DBN_DIV2W -DULTRASPARC -DMD5_ASM  -c  cryptlib.c
/usr/ucb/cc:  language optional software package not installed
*** Error code 1
make: Fatal error: Command failed for target `cryptlib.o'
Current working directory /usr/share/src/openssl-0.9.6b/crypto
*** Error code 1
make: Fatal error: Command failed for target `sub_all'
# make test
c_rehash: rehashing skipped ('openssl' program not available)
touch rehash.time
testing...
cc -I../include -KPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H
-xtarget=ultra -xarch=v8plus -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN
-DBN_DIV2W -DULTRASPARC -DMD5_ASM  -c  bntest.c
/usr/ucb/cc:  language optional software package not installed
*** Error code 1
make: Fatal error: Command failed for target `bntest.o'
Current working directory /usr/share/src/openssl-0.9.6b/test
*** Error code 1
make: Fatal error: Command failed for target `tests'
# make install
+ rm -f libcrypto.so.0 
+ rm -f libcrypto.so 
+ rm -f libcrypto.so.0.9.6 
+ rm -f libssl.so.0 
+ rm -f libssl.so 
+ rm -f libssl.so.0.9.6 
making all in crypto...
cc -I. -I../include -KPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H
-xtarget=ultra -xarch=v8plus -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN
-DBN_DIV2W -DULTRASPARC -DMD5_ASM  -c  cryptlib.c
/usr/ucb/cc:  language optional software package not installed
*** Error code 1
make: Fatal error: Command failed for target `cryptlib.o'
Current working directory /usr/share/src/openssl-0.9.6b/crypto
*** Error code 1
make: Fatal error: Command failed for target `sub_all'

I appreciate any assistance you give me
Dan Hutchinson
TASC, Inc.
703-633-8300 Ext. 8971

Reply via email to