I am new to openssl and I am hoping you can assist.  I am installing on a Sun E4500 running Solaris 8, and during the make process, I am getting these errors:
 
/tmp/openssl-0.9.5a
# make
making all in crypto...
make[1]: Entering directory `/tmp/openssl-0.9.5a/crypto'
cc -I. -I../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM   -c -o cryptlib.o cryptlib.c
make[1]: cc: Command not found
make[1]: *** [cryptlib.o] Error 127
make[1]: Leaving directory `/tmp/openssl-0.9.5a/crypto'
make: *** [all] Error 1
#
 
 
I attempted to install on a Solaris 7 system, thinking the OS might be the problem, and I got a diferrent error during the same step of the process:
 
Configured for solaris-sparcv9-gcc.
# make
making all in crypto...
make[1]: Entering directory `/tmp/openssl-0.9.5a/crypto'
( echo "#ifndef MK1MF_BUILD"; \
echo "  /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */"; \
echo "  #define CFLAGS \"gcc -DTHREADS -D_REENTRANT -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM\""; \
echo "  #define PLATFORM \"solaris-sparcv9-gcc\""; \
echo "  #define DATE \"`date`\""; \
echo "#endif" ) >buildinf.h
gcc -I. -I../include -DTHREADS -D_REENTRANT -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM   -c -o cryptlib.o cryptlib.c
gcc -I. -I../include -DTHREADS -D_REENTRANT -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM   -c -o mem.o mem.c
gcc -I. -I../include -DTHREADS -D_REENTRANT -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM   -c -o mem_dbg.o mem_dbg.c
gcc -I. -I../include -DTHREADS -D_REENTRANT -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM   -c -o cversion.o cversion.c
gcc -I. -I../include -DTHREADS -D_REENTRANT -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM   -c -o ex_data.o ex_data.c
gcc -I. -I../include -DTHREADS -D_REENTRANT -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM   -c -o tmdiff.o tmdiff.c
ar r ../libcrypto.a cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o tmdiff.o cpt_err.o ebcdic.o
make[1]: ar: Command not found
make[1]: *** [lib] Error 127
make[1]: Leaving directory `/tmp/openssl-0.9.5a/crypto'
make: *** [all] Error 1
#
 
I hope someone out there has been able to resolve these issues.
 
Thanks in advance.

John S. Edwards
Director of Systems
[EMAIL PROTECTED]
http://www.predictit.com
212.217.1200
917.627.0163 (mobile)


 

Reply via email to