Re: Can not make it with OpenSSL 0.9.6b

2001-10-30 Thread Volker Borchert

In message [EMAIL PROTECTED] you write:

| make: warning:  Clock skew detected.  Your build may be incomplete.

Your file server's clock is ahead of your workstation's. Maybe due
to some daylight saving time adjustment problem? In a build from
scratch it will probably not matter, since the files to be built
are not yet there. Consider using timed or ntpd.

| make[1]: ar: Command not found

``ar'' should be in /usr/ccs/bin. Add that to your path. If if is
not there, you need to add some more packages from your Solaris
media. Don't ask me which, since I always do a full install for
development boxes.
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Can not make it with OpenSSL 0.9.6b

2001-10-29 Thread Jie Dai

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]



Re: Can not make it with OpenSSL 0.9.6b

2001-10-29 Thread Keary Suska

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]