Perl: errors during "install Net::SSLeay"

Hi, Here is the errors:

Any help will be greatly appreciated!

Please check if gcc is in your search path

which gcc

In Solaris, SMCgcc is normally installed in /opt/sfw or /usr/sfw

1 Like

Thanks! Not working

Set default gcc in /usr/local/bin is not working either.

This one is killing me. I've compiled Perl and OpenSSL from sources as requested, but loading SSL module is still failed with error 'ld.so.1: perl: fatal: relocation error'. Got this one but don't understand well - http://perldoc.perl.org/perlsolaris.html\#MAKE-PROBLEMS.

Please help (desperately)! Here are the full errors:

ld is probably the root cause. How can I tell if ld is used? How to disable ld from being used? Thanks.