openssl make errors

From: LHradowy (laura.hradowy_at_NOSPAM.mts.ca)
Date: 05/01/03


Date: Thu, 1 May 2003 11:38:26 -0500

I am posting this to a variety of groups since I really dont know where this
falls under.

I am trying to install openssh 3.6.1.p1 on a Sun 2.7 OS

So far I was able to install Perl 5, which was needed. Now I am only
openssl-09.7b
I have done a ./config
When I run a make
I get the following errors...

server# make
making all in crypto...
ar r ../libcrypto.a cryptlib.o mem.o mem_clr.o mem_dbg.o cversion.o
ex_data.o tmdiff.o cpt_err.o ebcdic.o uid.o o_time.o
sh: ar: not found
*** Error code 1
make: Fatal error: Command failed for target `lib'
Current working directory /tmp/openssl-0.9.7b/crypto
*** Error code 1
make: Fatal error: Command failed for target `sub_all'

My path is this...
server# echo $PATH
/bin:/sbin:/usr/bin:/usr/ucb:/usr/sbin:/usr/local:/usr/local/bin:

I have added a symlink in the /usr/bin directory for make. ( had to do this
to get Perl 5 to install correctly)
server# ls -l /usr/bin/make
lrwxrwxrwx 1 root other 17 May 1 10:46 /usr/bin/make ->
/usr/ccs/bin/make