Skip Menu |

This queue is for tickets about the UUID CPAN distribution.

Report information
The Basics
Id: 80141
Status: resolved
Worked: 1 min
Priority: 0/
Queue: UUID

People
Owner: Nobody in particular
Requestors: lmw94002 [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.07



Subject: Fix for bugs the other mentioned...
Date: Thu, 11 Oct 2012 14:02:06 -0700 (PDT)
To: "bug-UUID [...] rt.cpan.org" <bug-UUID [...] rt.cpan.org>
From: Mathew Walker <lmw94002 [...] yahoo.com>
I ran into the same issue with CentOS 6.4 64bit. Also note the latest vSphere 5.0 SDK wants version 0.03 while CPAN was installing 0.02.  I downloaded 0.04 and was trying to manually build it.  I eventually figured it out.  I think the trick was to install uuid-c++-devel via YUM.   -- Mat W
From: brian.schaefer.accounts [...] gmail.com
On Thu Oct 11 17:02:16 2012, lmw94002@yahoo.com wrote: Show quoted text
> I ran into the same issue with CentOS 6.4 64bit. > > Also note the latest vSphere 5.0 SDK wants version 0.03 while CPAN was > installing 0.02.  I downloaded 0.04 and was trying to manually > build it.  I eventually figured it out.  I think the trick was to > install uuid-c++-devel via YUM. >  
Okay, thanks so much for posting this. You're wrong about the package though, the resolution is to install libuuid-devel. This will allow you to make the UUID perl module and install it. This, in turn, allows the vsphere VCLI to install. The perl module needs to require the libuuid-devel package / files, or ate least give a hint about it.
Show quoted text
> The perl module needs to require the libuuid-devel package / files, or > ate least give a hint about it.
Right, I can add this requirement. After 10 years, I will release 0.05 version with all the changes made by J. Hall. Created new repository: https://github.com/lzap/cpan-uuid
Closing this. Recent UUID checks for library dependancies. Thanks!