Dear all,
I am trying to install openssl-0.9.7e on Sun OS 5.9 ( solaris 9 ).
Configuration works fine ( I think ) but make problem occurs.
(1) configure
../config --prefix=/mydir --openssldir=mydir/openssl
(2) make
making all in crypto...
make[1]: Entering directory `/export/home/myname/openssl-0.9.7e/crypto'
gcc -I. -I.. -I../include -DOPENSSL_SYSNAME_ULTRASPARC
-DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H
-DOPENSSL_NO_KRB5 -openssldir=/opt/openssl -m32 -mcpu=ultrasparc -O3
-fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -c -o
cryptlib.o cryptlib.c
/usr/ccs/bin/as: error: cannot open input file "cryptlib.o"
make[1]: *** [cryptlib.o] Error 1
make[1]: Leaving directory `/export/home/myname/openssl-0.9.7e/crypto'
make: *** [sub_all] Error 1
-------------------------------------
In /usr/ccs/bin/ , there is no cryptlib.o. I am not sure there are
* an ANSI C compiler and
* a development environment in form of development libraries and C
header files in current OS ??
----------------------------------------
To be sure, I tried this one...
$ ./config --prefix=/opt --openssldir=/opt/openssl -t
Output is .....
Operating system: sun4u-whatever-solaris2
NOTICE! If you *know* that your GNU C supports 64-bit/V9 ABI
and wish to build 64-bit library, then you have to
invoke './Configure solaris64-sparcv9-gcc' *manually*.
Configuring for solaris-sparcv9-gcc
/usr/bin/perl ./Configure solaris-sparcv9-gcc --prefix=/opt
--openssldir=/opt/openssl
But I dont know what it meant

...
Can anybody me ??????