I'm
not a linux guru by any means, but I was hoping I knew my way around it
well enough to get WeBWorK 1.9 installed on our RH9 server.
I almost pulled it off.
I created the demoCourse and I can log into it and do certain tasks
(e.g. checking students scores, building problem sets, adding students
to the database). But when I try to do the problem sets, I get the
following error:
"Can't locate /usr/local/webwork/system/courseScripts/displayMacros.pl
in @INC (@INC contains: . /usr/local/webwork/system/lib/
/usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl) at
/usr/local/webwork/system/cgi/cgi-scripts/welcomeAction.pl line 95.
eval {...} called at
/usr/local/webwork/system/cgi/cgi-scripts/welcomeAction.pl line 95"
According to my rudimentary understanding of this message, the script
welcomeAction.pl is looking for the script displayMacros.pl and can't
find it. It looks like it was hoping to find displayMacros.pl in the
/usr/local/webwork/system/lib/ directory. DisplayMacros.pl is in the
/usr/local/webwork/pg/macros/ directory. Is that where it's supposed to
be?
Further, I think I've got bigger problems than this, because the "Do
Prolem Set" page does not display any choice of display mode. It should
be giving me a choice of html, tth, l2h, and dvipng, shouldn't it? I
didn't comment any of those out in the global.pm file.
Thanks for any assistance anyone can offer.
Doug
<| Post or View Comments |>
|