[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]

Re: IO::Socket::INET compilation (fwd)





---------- Forwarded message ----------
Date: Thu, 13 Jan 2000 11:21:37 +0000
From: Graham Barr <gbarr@pobox.com>
To: Francesco Messineo <frank@ideare.com>
Subject: Re: IO::Socket::INET compilation

I would report this to the perl5-porters mailing list. It sounds
like a bug in the compiler to me.

Graham.

On Thu, Jan 13, 2000 at 12:44:26PM +0100, Francesco Messineo wrote:
> Hello,
> I'm trying to compile some perl scripts that use IO::Socket::INET.
> The version of perl I'm using is 5.00554 (this version is the only
> that gives me good results when compiling scripts so far).
> The error I get, when executing a compiled script is:
> Can't locate object method "new" via package "IO::Socket::INET" at
> /usr/lib/perl5/5.00554/i686-linux/IO/Socket/INET.pm line 29.
> 
> I observed that every method call of the type $class->method fails,
> while the same call written as IO::Socket::INET::method (or whatever
> the actual value of $class is) succeed even when the script is compiled.
> Obviously I can't ovverride every $class->method call, since I'd break
> everything. 
> Can you suggest me a way to work around this problem?
> Thanks in advance and best regards.
> 
> Francesco Messineo
> 


[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]