There should be openssl and gnu GCC packages available on sunfreeware.com. They may not be the most recent but they are likely to be more recent then the ones bundled with Solaris 10 or the Sun Freeware Tools companion cd.
-----Original Message----- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of David Kirkby Sent: Sunday, February 27, 2011 9:46 AM To: openssl-users@openssl.org Cc: John R Pierce Subject: Re: Open SSL installtion on Solaris - 10 On 27 February 2011 10:02, John R Pierce <pie...@hogranch.com> wrote: > On 02/27/11 12:03 AM, pattabi raman wrote: >> >> Hi, >> I need to install open ssl in our solaris-10 machine. Currently Solaris >> has GCC Compiler 2.95. >> As I checked from the site, mentioned that Openssl needs GCC compiler 3.3. >> So Open ssl will work only with gcc 3.3 ? Gcc upgrade is necessary ? Will >> solaris 10 supports gcc 3.3 ???? >> > > while I've not attempted to build openssl, most things on solaris seem to > build better with the Sun CC compiler, which is now called Oracle Studio. > This is especially true for Sparc systems. If they are written in C, C++ or Fortran that is so. They will generally be faster. But if they are written in some GNU variant of one of these languages, rather than standard conforming code, then you may have a problem building it with anything other than GNU tools. The defaults for the GNU compilers allow GNU extensions, so people do not realise they are not writing C/C++/Fortran. They are in fact writing in GNU C, GNU C++ or GNU Fortran. > but, my Sol10 systems appear to already have an openssl in /usr/sfw/bin (and > libraries in /usr/sfw/lib, etc) which is maintained by Oracle Yes. It might be quite old though - depends on whether the system has been patched or not. Dave ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org