doug,

I tried it on my box

   perl 5.6.0 (redhat's perl-5.6.0-10a)
   Template 2.04f

I _did_ have the doubled installation you mention.  removing the old 
non-arch copy doesn't help; the test script from jonas still segfaults.

- mark

p.s.
perl -e 'print join("\n",@INC),"\n";'
/usr/lib/perl5/5.6.0/i386-linux
/usr/lib/perl5/5.6.0
/usr/lib/perl5/site_perl/5.6.0/i386-linux
/usr/lib/perl5/site_perl/5.6.0
/usr/lib/perl5/site_perl
.

no non-5.6.0 paths...

Doug Steinwand wrote:

> Hmmm... both examples work fine for me (FreeBSD 4.4-RC, Perl 5.005_03). 
> 
> Make sure that your @INC doesn't have multiple versions of Template
> installed. The XS versions of Template may be installed in an
> architecture-dependent library path (one with i386-linux in it) while
> earlier, non-XS versions would be installed in an independent path.
> 
> Also, your @INC includes both perl 5.005 and 5.6.x in it. That could
> cause problems.
> 
[snip]
> 
> I'd like to hear if others have problems with the simple test scripts.





Reply via email to