On Wednesday November 2nd 2005 Bidya Bhusan Hota wrote: > While running the make command for OpenSSL, Im getting an error; ar: command > not found. The error report is as shown below: > > ar r ../libcrypto.a cryptlib.o mem.o mem_clr.o mem_dbg.o cversion.o > ex_data.o t > mdiff.o cpt_err.o ebcdic.o uid.o o_time.o o_str.o > make[1]: ar: Command not found
There's your error: it cannot find the 'ar' program. This is normally included on most Unix systems in the 'binutils' package. Perhaps you need to install this package, or make sure that the executable is in your PATH. -- Marco Roeland ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
