>  Apparently the Crypt::SSLeay module won't install for my protection
> (HeartBleed?), but it is still a required prerequisite for
> WWW::Salesforce.

Apple stopped distributing the OpenSSH headers recently. Those are required to 
build Crypt::SSLeay. 

You can get the source for OpenSSH and install it to /usr/local (it’s the 
standard './configure && make && sudo make install' dance, and it will end up 
under /usr/local. Once you’ve done that, Crypt::SSLeay will install without 
issue.

I haven’t looked at all, but I imagine the Crypt::SSLeay dependency is because 
the Salesforce module needs to talk HTTPS, which needs Crypt::SSLeay. 

chrs,
john.


--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to