I am having trouble installing the Crypt::OpenSSL::Random on a Linux machine. I am first getting these warnings:
Note (probably harmless): No library found for -lssl Note (probably harmless): No library found for -lcrypto
I'm not sure if these are as harmless as they say, because it then fails with:
Can't load 'blib/arch/auto/Crypt/OpenSSL/Random/Random.so' for module Crypt::OpenSSL::Random: blib/arch/auto/Crypt/OpenSSL/Random/Random.so: undefined symbol: RAND_egd at /usr/local/lib/perl5/5.8.8/x86_64-linux/DynaLoader.pm line 230. at test.pl line 11 Compilation failed in require at test.pl line 11.
OpenSSL 1.0.1 is properly installed on the machine.