1. When the vi editor opens go to the listed setting and change them to your server name hostname as per the intructions
2.
Code:
-- cpan2rpm - Ver: 2.028 --
Upgrade check
Fetch: HTTP
-- module: http://search.cpan.org/CPAN/authors/id/P/PH/PHOENIX/Term-ReadPassword-0.07.tar.gz --
Retrieving URL
Metadata retrieval
Tarball extraction: [/usr/src/redhat/SOURCES/Term-ReadPassword-0.07.tar.gz]
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors
system tar -x --directory /tmp/VwAWfgTb30 -z -f /usr/src/redhat/SOURCES/Term-ReadPassword-0.07.tar.gz failed: 512 at /usr/bin/cpan2rpm line 1256.
means that its failing to install and im not sure why
before you run the script again try
Code:
yum -y install cpan2rpm
cpan2rpm -i --no-sign http://search.cpan.org/CPAN/authors/id/P/PH/PHOENIX/Term-ReadPassword-0.07.tar.gz
then re run the script
and let me know