in reply to Problem installing Crypt::OpenSSL::Random on Win32

I do not actually use Strawberry Perl, but I think you have some missing library or at least not present in your "PATH"

as it complains in the very first lines

Note (probably harmless): No library found for -lssl Note (probably harmless): No library found for -lcrypto

For me, I no longer believe the "probably harmless" message.

if it's harmless why would the module author require its existence ?

Try installing the missing libraries first and/or make sure both are present in your PATH ... then try re-installing the module.