I am trying to run LWP::simple to do a https Get.
I force installed Net::SSLeay (it wouldn't install without Force) through CPAN. I get an error about a dynamic image while running the https code:
dyld: perl Undefined symbols:
/Library/Perl/5.8.1/darwin-thread-multi-2level/auto/Crypt/SSLeay/SSLeay.bundle undefined reference to _OpenSSL_add_all_algorithms expected to be defined in a dynamic image
Trace/BPT trap
I have no idea what this means. I am working off the Readme.SSL from the docs. Google turned up nothing of the above. Any help appreciated.
This is my code: