Alan Halachmi wrote:
> I hope this list is appropriate...
It's not, but no big deal. This list is for discussing the development
effort of the project. Patches for bugs, etc.
You'll get a better, broader audience on the users list.
Also, you failed to specify what version you're trying to run.
That said, looking at the t/re_base_extraction.t file of the most recent
3.2 branch, I find a note that is seems highly relevant:
---------------
# perl 5.6.1 on Solaris fails all tests here if PERL_DL_NONLAZY=1
# but works fine if it is =0. ho hum
$ENV{'PERL_DL_NONLAZY'} = 0;
---------------
check to see if your SA source has that bit in it.