Subject: | CentOS 5.X cannot (re)install Socket::GetAddrInfo automatically via CPAN |
Date: | Tue, 16 Feb 2010 13:28:11 -0600 |
To: | bug-Socket-GetAddrInfo [...] rt.cpan.org |
From: | Chris Armstrong <chris [...] wolfwings.us> |
While attempting to install FCGI::Async 0.19, the following issue was
encountered:
It tried to (re)install IO::Async, which (re)installs Socket::GetAddrInfo
0.15 in this case.
CPAN.pm: Going to build P/PE/PEVANS/Socket-GetAddrInfo-0.15.tar.gz
# running Build.PL
/usr/bin/perl Build.PL
OS unsupported - missing ExtUtils::CChecker at Build.PL line 6.
Couldn't run Build.PL: at
/usr/lib/perl5/site_perl/5.8.8/Module/Build/Compat.pm line 258.
It appears that Socket::GetAddrInfo does not properly reference
ExtUtils::CChecker as a dependancy. Manually running CPAN to install
ExtUtils::CChecker resolved the issues.
- Chris Armstrong