I am trying to install openssl on my redhat 9.0 system. I downloaded openssl-o.9.7b.tar.gz and ran the install commands: tar xvzf openssl-o.9.7b.tar.gz
cd openssl-o.9.7b
./config
make
make install
this installiation appeared to run fine.
I then downloaded Net_SSLeay.pm-1.21.tar.gz and ran the install comands:
tar xvzf Net_SSLeay.pm-1.21.tar.gz
cd Net_SSLeay.pm-1.21
perl Makefile.PL
after doing this i got this message: " Warning: Icould not locate your pod2man program. Please make sure, ypur pod2man program is in your PATH before you exicute 'make' "
what does this mean and what can i doo to fix this?
someone please help me!
Thanks in advance,
--
