Re: Installing IO::Socket::IP

2014-06-29 Thread Mark Martinec
Chris, Looks like gcc is not happy: const-xs.inc:834: error: format not a string literal and no format arguments http://pastebin.com/CYgt0Uq7 Remove the -Werror=format-security from your compiler options. Mark

Re: Installing IO::Socket::IP

2014-06-29 Thread Chris
On Mon, 2014-06-30 at 01:47 +0200, Mark Martinec wrote: > Chris, > > > Looking for another pair of eyes here. I've been trying to install this > > module for a few hours now and having no luck. When testing on the > > module begins the output for each test is: > > > > Socket version 1.97 required

Re: Installing IO::Socket::IP

2014-06-29 Thread Mark Martinec
Chris, Looking for another pair of eyes here. I've been trying to install this module for a few hours now and having no luck. When testing on the module begins the output for each test is: Socket version 1.97 required--this is only version 1.82 So, I found Socket V1.97 and tried to install it

Installing IO::Socket::IP

2014-06-29 Thread Chris
Looking for another pair of eyes here. I've been trying to install this module for a few hours now and having no luck. When testing on the module begins the output for each test is: Socket version 1.97 required--this is only version 1.82 So, I found Socket V1.97 and tried to install it from sourc