I need to direct the perl module Net::SSLeay to include OpenSSL headers from /opt/SUNWconn/crypto/include, such as with the compiler flag: -I /opt/SUNWconn/crypto/include
It must also be directed to include references to the appropriate libraries. The Sun cryptographic libraries must be included as well. The following linker flags will accomplish this: -L/opt/SUNWconn/crypto/lib -R/opt/SUNWconn/crypto/lib \ -lcrypto -lssl -lcryptography -lnvpair How do I do this? Thanks ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]