Hi.
I've installed math/algotutor but when I run:
This error message will be shown:
This is line 28 of /usr/local/bin/algotutor (it is a perl script):
That file is here:
How can I fix it?
I've installed math/algotutor but when I run:
% algotutor
This error message will be shown:
Code:
Can't locate utilalgo in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.8.8/algotutor /usr/local/lib/perl5/5.14.2/BSDPAN /usr/local/lib/perl5/site_perl/5.14.2/mach /usr/local/lib/perl5/site_perl/5.14.2 /usr/local/lib/perl5/5.14.2/mach /usr/local/lib/perl5/5.14.2 . /usr/local/bin/) at /usr/local/bin/algotutor line 28.
This is line 28 of /usr/local/bin/algotutor (it is a perl script):
Code:
require "utilalgo";
That file is here:
Code:
[CMD]% find /usr/local/ -name utilalgo[/CMD]
/usr/local/lib/perl5/site_perl/5.14.2/algotutor/utilalgo
How can I fix it?