in reply to Installation of perl modules

Please check the formatting of a post before submitting, without a closing code tag it's very difficult to read. It looks like you don't have the headers for the SSL library installed, note that the Net::SSLeay documentation explains that this is a prerequisite. Use whatever package management tool your OS uses to do this, e.g.

sudo apt-get install libssl-dev

Or do so manually and provide the OPENSSL_PREFIX when building the module.

Update: please refer to our previous conversation regarding OS package management.