You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Chris <cp...@embarqmail.com> on 2014/06/29 22:33:38 UTC

Installing IO::Socket::IP

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 source. The output
is here:

http://pastebin.com/XGZGAq2f

Any idea of where I'm going astray? Perl version is 5.10.1

Chris

-- 
Chris
KeyID 0xE372A7DA98E6705C
31.11°N 97.89°W (Elev. 1092 ft)
15:28:35 up 3 days, 21:57, 3 users, load average: 0.59, 0.55, 0.49
Mandriva Linux 2010.2, kernel 2.6.33.7-desktop586-2mnb


Re: Installing IO::Socket::IP

Posted by Mark Martinec <Ma...@ijs.si>.
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

Posted by Chris <cp...@embarqmail.com>.
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--this is only version 1.82
> > 
> > So, I found Socket V1.97 and tried to install it from source. The 
> > output
> > is here:
> > 
> > http://pastebin.com/XGZGAq2f
> > 
> > Any idea of where I'm going astray? Perl version is 5.10.1
> 
> Looks like gcc is not happy:
>    const-xs.inc:834: error: format not a string literal and no format 
> arguments
> 
> The current version of module Socket is 2.014,
> try that instead of the oldish 1.97 from 2012.
> 
>    Mark
> 
> 
Looks like the same error to me Mark:

http://pastebin.com/CYgt0Uq7



-- 
Chris
KeyID 0xE372A7DA98E6705C
31.11°N 97.89°W (Elev. 1092 ft)
19:37:40 up 4 days, 2:06, 2 users, load average: 1.02, 0.67, 0.64
Mandriva Linux 2010.2, kernel 2.6.33.7-desktop586-2mnb


Re: Installing IO::Socket::IP

Posted by Mark Martinec <Ma...@ijs.si>.
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 source. The 
> output
> is here:
> 
> http://pastebin.com/XGZGAq2f
> 
> Any idea of where I'm going astray? Perl version is 5.10.1

Looks like gcc is not happy:
   const-xs.inc:834: error: format not a string literal and no format 
arguments

The current version of module Socket is 2.014,
try that instead of the oldish 1.97 from 2012.

   Mark