Matthew Thomas wrote: > > While looking into @INC, I saw that sa-learn had a line: > use lib '/usr/lib/perl5/site_perl/5.8.1' > > Which I changed to: > use lib '/usr/local/lib/perl5/site_perl/5.8.4' > > And this fixed the problem. I don't know if that was The Right Thing > to do, but it worked. > > Thanks, > Matt
I had #!/usr/bin/perl as the first line of sa-learn, and #!/usr/local/bin/perl in other SA-programs. That made the difference, different perl versions. I have to clear those perl versions too, that is not good thing anyway.
