Net::SSLeay is a notoriously hard module to install, particularly on Redhat systems (as are most crypto modules on RH systems). I would do the following (in this order - obviously stopping when I find a way that works):
- See if I can't use the RPM for Net::SSLeay (the finding of is left as an exercise for the reader).
- Install all the Test::* modules first, then try Net::SSLeay
- Hire someone (not me!) who's done this before for the couple hours it'll take and pay them $250. Make documentation of what they did a requirement. Even better would be an RPM. It'll be cheaper for your employer to do that than to have you faffing about for another 3 days and still not get it done.
My criteria for good software:
- Does it work?
- Can someone else come in, make a change, and be reasonably certain no bugs were introduced?