NZRS up grade to RIK 5.05
Running a CentOS Server with the latest YUM updates for 5.5 with the DAG repsoitory.
Was getting all sorts of error while trying to access the NZRS system.
Sent the errors to NZRS and they came back with the fact that I needed to upgrade to perl 5.10 which you can see what I did here.
RIK 5.05 needs perl 5.10 then needs all the perl modules upgraded:
perl -MCPAN -eshellinstall MIME::Base64
install Compress::Zlib
install Data::Buffer
install Math::Pari
install Crypt::Blowfish
install Crypt::DES
install Crypt::DES_EDE3
install Crypt::RIPEMD160
install Digest::MD2
install Digest::MD5
install Digest::SHA1
install Crypt::DSA
install Crypt::RSA
install Class::Loader
install Crypt::Random
install Convert::ASN1
install Convert::PEM
install Convert::ASCII::Armour
install Crypt::CBC
install Sort::Versions
install Tie::EncryptedHash
install Crypt::Primes
install Crypt::SSLeay
install Date::Calc
install Math::BigInt
install Math::BigInt::GMP
EXTRA
install Math::BigRat
install Math::BigInt::FastCalc
install Crypt::OpenPGP
install HTML::Tagset
install HTML::HeadParser
install LWP
Exit out of CPAN
problems installing Crypt::OpenPGP, this page helped me over come this:
http://stackoverflow.com/questions/3401351/cant-install-cryptopenpgp-through-perl-cpan
cpan
look Crypt::RIPEMD160
curl -sL http://search.cpan.org/CPAN/authors/id/A/AN/ANDK/patches/Crypt-RIPEMD160-0.04-Andrew_Ruthven-01.patch.gz | zcat | patch -p0
perl Makefile.PL
make all test install
exit
exit
perl -MCPAN -eshell
install Crypt::OpenPGP
Then needed:
install Crypt::Password
install LWP::UserAgent
install Time::HiResinstall LWPinstall Devel::StackTrace
install Log::Agent
install Date::Parse
install Time::Timezone
install XML::LibXML::Common
install List::MoreUtils
Also
install Net::LDAP
which then wants
install XML::SAX::Writer
install Authen::SASL
install IO::Socket::SSL
install XML::SAX::Writer
install Net::LibIDN
After all this was done and installed with NO errors RIK 5.05 ran fine.