Hi.
I've just setup my own WeBWorK 2.3 server (starting from scratch with
2.3 on the newest Ubuntu 6.06). Everything seems to be working, except
Utils.pm is trying to put that logs in the wrong place. Instead of
using
$webwork_dir/courses/course_name/logs/
it is trying to use
$webwork_dir/$webwork_dir/courses/course_name/logs/
I'll give the error message below.
I made no changes to webwork.apache-config, so I'm using /opt/webwork/webwork2 as my $webwork_dir.
Here's a bit of background. I had trouble getting Apache and mod_perl
to talk to each other at first. At least the perl-status URL wasn't
working. So I tried installing apache-perl. That got Apache talking to
Perl, but then the newly installed modules weren't showing up. So I
uninstalled apache-perl (leaving some config files behind). I then
reinstalled apache and mod_perl, and everything seemed to work.
Everything was fine, even with the answer logs. Then I got the "bright"
idea to totally remove the config files for apache-perl. (I was trying
to clean up the packages in the Synaptic Package Manager.) After that,
the errors began. As I said, everything else seems to be working.
Thanks for your help. Here are the error messages. -Dennis
* Failed to create directory /opt/webwork/webwork2/opt/ with start
directory /opt/webwork/webwork2 at
/opt/webwork/webwork2/lib/WeBWorK/Utils.pm line 264. * Failed to create
directory /opt/webwork/webwork2/opt/webwork/ with start directory
/opt/webwork/webwork2 at /opt/webwork/webwork2/lib/WeBWorK/Utils.pm
line 264. * Failed to create directory
/opt/webwork/webwork2/opt/webwork/courses/ with start directory
/opt/webwork/webwork2 at /opt/webwork/webwork2/lib/WeBWorK/Utils.pm
line 264. * Failed to create directory
/opt/webwork/webwork2/opt/webwork/courses/muohio_mth153h/ with start
directory /opt/webwork/webwork2 at
/opt/webwork/webwork2/lib/WeBWorK/Utils.pm line 264. * Failed to create
directory
/opt/webwork/webwork2/opt/webwork/courses/muohio_mth153h/logs/ with
start directory /opt/webwork/webwork2 at
/opt/webwork/webwork2/lib/WeBWorK/Utils.pm line 264.
<| Post or View Comments |>
|