How to tell if ld is used?


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting How to tell if ld is used?
# 1  
Old 02-09-2012
How to tell if ld is used?

I don't understand the following document well, so my question are (1) how to tell if ld is used, (2) how to disable ld from being used. Thanks.

perlsolaris - perldoc.perl.org.
# 2  
Old 02-09-2012
ld is used: yes. Can I disable it: no.

Solaris comes with perl, v 5.5, which is required for things like dtrace to work. You do not need to install perl.

What exactly are you trying to do? ....Not how you decided to to do it

- normally nobody would ever want to disable ld.
# 3  
Old 02-09-2012
Thank you, jim mcnamara.

What I am trying to do is to load Perl SSL module. See this: https://www.unix.com/shell-programmin...et-ssleay.html

This document (perlsolaris - perldoc.perl.org) indicates that GNU ld should not be used, instead using the ld supplied with Solaris. How can I tell which ld currently being used? Can I simply remove GNU ld and recompile Perl and OpenSSL?
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question