On 17/08/2010 7:03 PM, BISHT, SEEMANT (SEEMANT) wrote:
Can you please tell me how to compile openssl library in 64-bit type? As when compiling the openssl, and checking

If it was a linux intel based setup if would be:

./Configure linux-x86_64
or
./Configure linux-generic64

However given you seem to be on a sparc box:

./Configure solaris64-sparcv9-gcc
or
./Configure solaris64-sparcv9-cc

(depending on if you are using GCC or the Sun compiler)

Look at the various targets available in the Configure script for more 
information.

Then the usual
  make clean all

Tim.

Reply via email to