Skip Menu |

This queue is for tickets about the Socket-Packet CPAN distribution.

Report information
The Basics
Id: 51115
Status: resolved
Priority: 0/
Queue: Socket-Packet

People
Owner: Nobody in particular
Requestors: leonerd-cpan [...] leonerd.org.uk
Cc: mark.seger [...] hp.com
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.02
Fixed in: 0.03



CC: mark.seger [...] hp.com
(received by private email) I'm trying to get this to build on Centos 5 and am getting the following: [root@poker Socket-Packet-0.02]# perl Build.PL OS unsupported at Build.PL line 6, <DATA> line 584. [root@poker Socket-Packet-0.02]# uname -a Linux poker 2.6.18-128.1.1.el5 #1 SMP Mon Jan 26 13:58:24 EST 2009 x86_64 x86_64 x86_64 GNU/Linux [root@poker Socket-Packet-0.02 Any thoughts? -mark -- Paul Evans
On Wed Nov 04 16:58:21 2009, PEVANS wrote: Show quoted text
> I'm trying to get this to build on Centos 5 and am getting the following: > > [root@poker Socket-Packet-0.02]# perl Build.PL > OS unsupported at Build.PL line 6, <DATA> line 584.
6 eval { require ExtUtils::CBuilder; 1 } or 7 die "OS unsupported"; Hmm.. Oops; I should probably give a better reason in there. I'll fix that in the next version. Anyhow, your machine is missing ExtUtils::CBuilder. Install that, and things should work. -- Paul Evans
On Wed Nov 04 17:01:13 2009, PEVANS wrote: Show quoted text
> Anyhow, your machine is missing ExtUtils::CBuilder. Install that, and > things should work.
Also, you should probably use the CPAN shell to install this. cpan -i Socket::Packet would automatically handle the build-time dependencies, because they're declared in the distribution's META.yml -- Paul Evans
On Wed Nov 04 17:01:13 2009, PEVANS wrote: Show quoted text
> Hmm.. Oops; I should probably give a better reason in there. I'll fix > that in the next version.
Now fixed in 0.03 which is on CPAN -- Paul Evans