> Hello Joshua,
> Attempting to build and install Crypt::SSLeay with cpan on my Sun machine.
> Solaris 9 is the OS and the compile environment is the SunStudio11; the C
> (cc) and C++ (CC ) compiler version are Sun C 5.8. Version of OpenSSL
> installed on the system 0.9.8d.  If there is any other information that I
> have not included let me know and I'll send them along.
> 
> Thanks & Regards,
> Saju Panikulam
> 


I posted about this a few days ago -- you need to make a minor change
in work with the latest OpenSSL libraries.

Near line 107 of SSLeay.xs, either change SSLeay_add_all_algorithms() to
SSLeay_add_ssl_algorithms() or add a call to SSL_library_init()

make; make test 

Marvel at how it now works.



Reply via email to