[Arsperl-users] Install problem - v1.83 on Solaris 9
Brought to you by:
jeffmurphy
|
From: Amir S. <sed...@ya...> - 2005-05-04 22:10:06
|
This problem I'm having sounds almost identical to one
discussed earlier by Missi and Mark, but following the
same steps did not resolve my problem.
I run perl Makefile.PL and everything works, then I do
a make, and that works without any errors. Then I run
make test and I get a ton of errors stating
Can't locate auto/ARS/autosplit.ix in @INC (@INC
contains: /export/home/asedighi/ARSperl-1.83/blib/lib
/export/home/asedighi/ARSperl-1.83/blib/arch
/export/home/asedighi/perl/lib/5.8.6/sun4-solaris
/export/home/asedighi/perl/lib/5.8.6/sun4-solaris
/export/home/asedighi/perl/lib/5.8.6
/export/home/asedighi/perl/lib/site_perl/5.8.6/sun4-solaris
/export/home/asedighi/perl/lib/site_perl/5.8.6/sun4-solaris
/export/home/asedighi/perl/lib/site_perl/5.8.6
/export/home/asedighi/perl/lib/site_perl/5.8.6/sun4-solaris
/export/home/asedighi/perl/lib/site_perl/5.8.6
/export/home/asedighi/perl/lib/site_perl .
/export/home/asedighi/perl/lib/5.8.6/sun4-solaris
/export/home/asedighi/perl/lib/5.8.6
/export/home/asedighi/perl/lib/site_perl/5.8.6/sun4-solaris
/export/home/asedighi/perl/lib/site_perl/5.8.6
/export/home/asedighi/perl/lib/site_perl .) at
/export/home/asedighi/perl/lib/5.8.6/AutoLoader.pm
line 160.
These commands have been run following the make and
before the make test:
bash-2.05$ ls -l blib/lib/auto/ARS/
total 0
bash-2.05$ perl -e "use AutoSplit;
autosplit("ARS.pm","blib/lib/auto",0,1,1);"
Illegal division by zero at -e line 1.
Any idea what's wrong here?
Thanks,
Amir.
oh btw
Perl 5.8.6
SunOS 5.9
GNU Make 3.80
ARS 6.3
|