http://www.perlmonks.org?node_id=1006813

joyeux has asked for the wisdom of the Perl Monks concerning the following question:

Hi want to install Net::SSH2 " for reomte connection..its
dependency is openssl..when i try to install openssl it shows the following error

root@localhost openssl-1.0.1c# make
making all in crypto...
make1: Entering directory `/root/Desktop/Positive/openssl-1.0.1c/crypto'
make1: *** No rule to make target
`../include/openssl/bio.h', needed by `cryptlib.o'.
Stop. make1: Leaving directory `/root/Desktop/Positive/openssl-1.0.1c/crypto'
make: *** build_crypto Error 1
my
osname GNU/Linux
ostype 32 bit
oslabel RedHatEnterpriseServer
In ./Configure command what is my osname

Could plz someone help me