nobaloney
NoBaloney Internet Svcs - In Memoriam †
Maybe I did something wrong, but perl CPAN wasn't installed in my CentOS6 installation. I had to install it manually, from an rpm I found using rpmfind.net:
I had to install these dependencies which I also found through rpmfind.net:
Once I downloaded these I put them into a new subdirectory of /usr/local/src.
In that directory I ran:
which worked for me. Your mileage may differ.
Why did I need it? When I was running ./build update_versions an exim update was available which required ExtUtils::Embed When trying to install that I discovered it needed dependencies, and I decided to install CPAN; I'd still need to install through dependency hell for a while, but once done CPAN would take care of future perl dependencies for me.
But it wasn't to be . After I got CPAN working I found that ExtUtils::Embed is only available (at the time of this writing) as an unstable module.
I decided to forgo updating exim.
Note of course that version numbers may change, and ExtUtils::Embed may finally be stable, by the time you're reading this.
As always, you can get my professional help in doing the installation if you decide you need CPAN and don't want to attempt it yourself.
More: since doing this I decided to install ExtUtils::Embed using the instructions in the DirectAdminl knowledgebase. This time it worked with no dependencies.
So I ran the ./build exim command to update exim, from custombuild.
This time it worked.
hooray!
Jeff
Code:
perl-CPAN-1.9402-119.el6_1.1.i686.rpm
Code:
perl-devel-5.10.1-119.el6_1.1.i686.rpm
perl-Digest-SHA-5.47-119.el6_1.1.i686.rpm
perl-ExtUtils-MakeMaker-6.55-119.el6_1.1.i686.rpm
perl-ExtUtils-ParseXS-2.2003.0-119.el6_1.1.i686.rpm
perl-Test-Harness-3.17-119.el6_1.1.i686.rpm
In that directory I ran:
Code:
yum install perl*rpm
Why did I need it? When I was running ./build update_versions an exim update was available which required ExtUtils::Embed When trying to install that I discovered it needed dependencies, and I decided to install CPAN; I'd still need to install through dependency hell for a while, but once done CPAN would take care of future perl dependencies for me.
But it wasn't to be . After I got CPAN working I found that ExtUtils::Embed is only available (at the time of this writing) as an unstable module.
I decided to forgo updating exim.
Note of course that version numbers may change, and ExtUtils::Embed may finally be stable, by the time you're reading this.
As always, you can get my professional help in doing the installation if you decide you need CPAN and don't want to attempt it yourself.
More: since doing this I decided to install ExtUtils::Embed using the instructions in the DirectAdminl knowledgebase. This time it worked with no dependencies.
So I ran the ./build exim command to update exim, from custombuild.
This time it worked.
hooray!
Jeff