I am trying to install openSSL 0.9.5 on a solaris 5.6.
When I input:
> ./config
I get the following output:
Operating system: sun4u-sun-solaris2
You need Perl 5.
The odd thing is that Perl 5 does exist on the server. I have had no luck
finding a way to get ./config to locate it, though.
After running "make clean," I try:
> make
I get the following output:
making all in crypto...
( echo "#ifndef MK1MF_BUILD"; \
echo " /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */";
\
echo " #define CFLAGS \"cc -O\""; \
echo " #define PLATFORM \"dist\""; \
echo " #define DATE \"'date'\""; \
echo "#endif" ) >buildinf.h
cc -I. -I../include -O -c cryptlib.c
cc -I. -I../include -O -c mem.c
cc -I. -I../include -O -c mem_dbg.c
cc -I. -I../include -O -c cversion.c
cc -I. -I../include -O -c ex_data.c
cc -I. -I../include -O -c tmdiff.c
cc -I. -I../include -O -c cpt_err.c
cc -I. -I../include -O -c ebcdic.c
"ebcdic.c", line 218: warning: empty translation unit
ar r ../libcrypto.a cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o tmdiff.o
cpt_err.o
ebcdic.o
ar: crating ../libcrypto.a
/usr/bin/ranlib ../libcrypto.a
sh: /usr/bin/ranlib: not found
*** Error code 1
make: Fatal error: Command failed for target 'lib'
Current working directory /home/disney1/swatson/openssl/crypto
*** Error code 1
make: Fatal error: Command failed for target 'all'
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]