
May 7th, 2002, 05:28 PM
|
|
Junior Member
|
|
Join Date: May 2002
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
problem making open_ssl
OS = solaris 8
I downloaded the open_ssl tarball and unzipped the package into usr/local I ran ./config and it configured but did not put the files into usr/local/ssl as the install file said it would by default. When I run make I get the output below.
root-7: 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...
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/local/openssl-0.9.6c/crypto
*** Error code 1
make: Fatal error: Command failed for target `sub_all'
I have tried to run ./config with --prefix=/usr/local/ssl I have also tried running ./Configure with the same and the OS specified but I keep having the same problem.
I'm a newbie so any help would be greatly appreciated.
|