I don't know about #1, but #2 is because the ar command either isn't installed or isn't in your path. It is usually under /usr/ccs/bin/ on Solaris, which isn't normally in your path. You can use "whereis" or "find" to see if it's installed, and modify PATH accordingly.
Keary Suska Esoteritech, Inc. "Leveraging Open Source for a better Internet" > From: Jie Dai <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Mon, 29 Oct 2001 18:13:35 -0800 > To: [EMAIL PROTECTED] > Subject: Can not make it with OpenSSL 0.9.6b > > Hi, > > I am really new. Tried to install OpenSSL 0.9.6b on Solaris, the > following has happened: > > 1. when config the system, sun4u-whatever-solaris2, solaris-sparcv9-gcc > was detected. However, at the end, I have got a warning: > > Makefile => Makefile.ssl > make[1]: Leaving directory > `/home/.../jiedai/openssl-engine-0.9.6b/tools' > make: warning: Clock skew detected. Your build may be incomplete. > Configured for solaris-sparcv9-gcc. > > Does it affect anything? > > 2. Even worse, when I run make, the following has happened: > > ... > gcc -I. -I../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN > -DHAVE_DLFCN_H -mcpu=ultraspar > c -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DULTRASPARC > -DMD5_ASM -c -o ex_dat > a.o ex_data.c > gcc -I. -I../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN > -DHAVE_DLFCN_H -mcpu=ultraspar > c -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DULTRASPARC > -DMD5_ASM -c -o tmdiff > .o tmdiff.c > ar r ../libcrypto.a cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o > tmdiff.o cpt_err.o ebcdi > c.o uid.o > make[1]: ar: Command not found > make[1]: *** [lib] Error 127 > make[1]: Leaving directory > `/home/.../jiedai/openssl-engine-0.9.6b/crypto' > make: *** [sub_all] Error 1 > > Based on the information in the Archive (27. 2000-10-26 Link problems on > Solaris, solution), I have tried to change the Configure file > accordingly. But still get the same error. > > Can anybody help me out. Thanks very much. > > > Jie Dai > > > > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List [EMAIL PROTECTED] > Automated List Manager [EMAIL PROTECTED] > ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
