The 'ar' utility in Solaris 2 is located in '/usr/ccs/bin',
so you
have to include this in your PATH. Be careful, the 'make'
utility is
also there, and if you are using the GNUmake (usually in
/usr/local/bin)
you must put '/usr/ccs/bin' AFTER '/usr/local/bin'; if you
prefer
to use the Solaris 2 make, you must place '/usr/ccs/bin'
BEFORE
'/usr/local/bin'.

I hope this helps.

Claudio Horvilleur

"Hansknecht, Deborah A" wrote:
> 
> ar is the program that creates libraries. Make is trying to build the
> libcrypto library using ar. You surely have it on your system. Perhaps your
> path is incorrect?
> 
> -----Original Message-----
> From: Sue Spoddig [mailto:[EMAIL PROTECTED]]
> Sent: November 30, 1999 2:56 PM
> To: [EMAIL PROTECTED]
> Subject: bug with make
> 
> # ./config -t
> Operating system: sun4u-sun-solaris2
> gcc version 2.8.x
> Configuring for solaris-usparc-gcc
> /usr/bin/perl ./Configure solaris-usparc-gcc
> 
> # pwd
> /usr/local/tools/openssl-0.9.3a
> 
> Errors produced by make:
> # make
> making all in crypto...
> make[1]: Entering directory `/data/local/tools/openssl-0.9.3a/crypto'
> ar r ../libcrypto.a cryptlib.o mem.o cversion.o ex_data.o tmdiff.o cpt_err.o
> make[1]: ar: Command not found
> make[1]: *** [lib] Error 127
> make[1]: Leaving directory `/data/local/tools/openssl-0.9.3a/crypto'
> make: *** [all] Error 1
> 
> I cd to the directory crypto and, indeed, no ar* file(s) to be found.
>   I pulled down 9.3a and 9.4 and tried to run make on both. With similar
> results.
> 
> Thoughts on what I need to do to complete the make?
> 
> Thanks.
> 
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Sue Spoddig
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Character contributes to beauty. It fortifies a woman as her youth fades. A
> mode of conduct, a standard of courage, discipline, fortitude and integrity
> make a woman beautiful. Being powerful is like being a lady. If you have to
> tell people you are, you aren't.                 {J. Bisset/Margaret
> Thatcher }
> 
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> Development Mailing List                       [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]
> 
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> Development Mailing List                       [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to