Re: Openssl 0.9.8 compilation options

2005-08-03 Thread Andy Polyakov
I'd like to compile Openssl 0.9.8 on Solaris 10. If I strictly use the default options, whole thing is a success. Now I want to use openssl for mod_ssl and apache. According to mod_ssl's documentation, mod_ssl (v2.8.23-1.3.33) recommends to use the following option to compile openssl ./config no-

Re: Openssl 0.9.8 compilation options

2005-08-03 Thread Andy Polyakov
I'd like to compile Openssl 0.9.8 on Solaris 10. If I strictly use the default options, whole thing is a success. Now I want to use openssl for mod_ssl and apache. According to mod_ssl's documentation, mod_ssl (v2.8.23-1.3.33) recommends to use the following option to compile openssl ./config no-

RE: Openssl 0.9.8 compilation options

2005-07-28 Thread Ricardo M. Stella
> Hi, Richard > > I am trying to compile openssl 0.9.8 on Ultra-SPARC chip. The gcc that I > have is gcc3.3.2 which I downloaded from Sunfreeware.com web site. Thanks. > > Ryan > Have you updated the header files by running the mkheaders script ? See the comments section on sunfreeware about th

RE: Openssl 0.9.8 compilation options

2005-07-28 Thread Tim Rosmus
On Thu, 28 Jul 2005, Tim Rosmus wrote: |# On Thu, 28 Jul 2005, Ruiyuan Jiang wrote: |# |# |# |# |# I tried to compile openssl 0.9.8 like this: |# |# |# |# ./config no-threads -fPIC -ldl |# |# |# |# I got the same message from "make test". Thanks. |# |# |# |# Just use "./config no-threads" on

RE: Openssl 0.9.8 compilation options

2005-07-28 Thread Ruiyuan Jiang
4:26 PM To: openssl-users@openssl.org Subject: RE: Openssl 0.9.8 compilation options On Thu, 28 Jul 2005, Ruiyuan Jiang wrote: |# |# I tried to compile openssl 0.9.8 like this: |# |# ./config no-threads -fPIC -ldl |# |# I got the same message from "make test". Thanks. |# Just use "

RE: Openssl 0.9.8 compilation options

2005-07-28 Thread Tim Rosmus
On Thu, 28 Jul 2005, Ruiyuan Jiang wrote: |# |# I tried to compile openssl 0.9.8 like this: |# |# ./config no-threads -fPIC -ldl |# |# I got the same message from "make test". Thanks. |# Just use "./config no-threads" only. -- Tim Rosmus <[EMAIL PROTECTED]>

RE: Openssl 0.9.8 compilation options

2005-07-28 Thread Ruiyuan Jiang
Hi, Tim I tried to compile openssl 0.9.8 like this: ./config no-threads -fPIC -ldl I got the same message from "make test". Thanks. Ryan -Original Message- From: Tim Rosmus [mailto:[EMAIL PROTECTED] Sent: Thursday, July 28, 2005 3:24 PM To: Ruiyuan Jiang Subject: Re: Ope

RE: Openssl 0.9.8 compilation options

2005-07-28 Thread Ruiyuan Jiang
, 2005 3:23 PM To: openssl-users@openssl.org Subject: Re: Openssl 0.9.8 compilation options Went thru this last night... See the PROBLEMS file, as is still happening with Solaris 10 on x86 INTEL. It does not happen on x86 AMD64 though. Download http://www.openssl.org/~appro/values.c and then

Re: Openssl 0.9.8 compilation options

2005-07-28 Thread Ricardo Stella
Went thru this last night... See the PROBLEMS file, as is still happening with Solaris 10 on x86 INTEL. It does not happen on x86 AMD64 though. Download http://www.openssl.org/~appro/values.c and then patch your GCC installed with ksh -f values.c Then start all over... BTW, this is with Sun'

Openssl 0.9.8 compilation options

2005-07-28 Thread Ruiyuan Jiang
Hi, all I'd like to compile Openssl 0.9.8 on Solaris 10. If I strictly use the default options, whole thing is a success. Now I want to use openssl for mod_ssl and apache. According to mod_ssl's documentation, mod_ssl (v2.8.23-1.3.33) recommends to use the following option to compile openssl ./co