|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
|
|
#1
|
|||
|
|||
|
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. |
|
#3
|
|||
|
|||
|
Sure you have a C compiler installed? Some Sun installations don't have it.
If not: first install it or install GCC and start make with $ make CC=gcc - Stan |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > UNIX Help > problem making open_ssl |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|