I used following command to check if openssl 0.9.5a
is installed OK,
openssl s_client -connect
shop.sol.no:443
and given out following error
unable to load 'random state'This means that
the random number generator has not been seededwith much random
data.Consider setting the RANDFILE e
Sampo said in the README file of his Perl Module
Net_SSLeay that HP-UX will give some problems when installing.
I've got them when install a Perl Module
"Net_SSLeay 1.05" on HP_UX 11.0.
My OpenSSL is 0.9.3a. If I built OpenSSL with gcc
2.95.2, I got an error as attached "report.gcc" fi