On Thu, Sep 11, 2008 at 12:34:18PM -0700, Randy J. Ray wrote:
> On Thu, Sep 11, 2008 at 4:56 AM, Gabor Szabo <[EMAIL PROTECTED]> wrote:
> 
> > Can someone tell me what causes this failure?
> >
> > http://www.nntp.perl.org/group/perl.cpan.testers/2008/09/msg2187300.html
> >
> > the latest Module::Inspector (1.05) is installed
> > http://search.cpan.org/dist/Module-Inspector/
> > and that module has not test failure at all.
> >
> 
> I ran into this a week or so ago... this is what I *think* happened:
> * I built/updated version using the system-installed Perl
> * I tried to use it from a second perl interpreter on the same system
> * Second perl was no binary compatible (in this case, non-threaded vs.
> threaded)
> * As such, version.pm loaded but could not load the XS portion

But that shouldn't happen, because modules containing XS should be installed
to an architecture specific path, and the architecture name used differs
for threaded versus unthreaded.

Nicholas Clark

Reply via email to