WeBWorK Main Forum

ww_install script error message.."ERROR: Module apreq does not exist!"

ww_install script error message.."ERROR: Module apreq does not exist!"

by Christian Seberino -
Number of replies: 6
I'm trying to install Webwork 2.9 on fresh Ubuntu 14.04 Amazon EC2 image
and got this during execution of webwork installation script...

"ERROR: Module apreq does not exist!"

I tried installing the following packages on a 2nd attempt before running
the script and still got the same error message...

libapache2-mod-apreq2 libapreq2-3

cs
In reply to Christian Seberino

Re: ww_install script error message.."ERROR: Module apreq does not exist!"

by Arnold Pizer -
Hi,

The module name has changed to apreq2.

Arnie
In reply to Arnold Pizer

Re: ww_install script error message.."ERROR: Module apreq does not exist!"

by Christian Seberino -
How come installing 

libapache2-mod-apreq2 

and

libapreq2-3

before running the script
did not remove the error then?

In reply to Christian Seberino

Re: ww_install script error message.."ERROR: Module apreq does not exist!"

by Michael Gage -
you also need to  change the "enabling module" line:

 a2enmod apreq

to

 a2enmod apreq2
In reply to Michael Gage

Re: ww_install script error message.."ERROR: Module apreq does not exist!"

by Christian Seberino -
Where should this change be made?  The ww_install script
doesn't seem to mention apreq.

cs
In reply to Christian Seberino

Re: ww_install script error message.."ERROR: Module apreq does not exist!"

by Davor Cubranic -
apreq is installed by bin/install_prerequisites.sh. But I don't see apreq or apreq2 being explicitly installed on Debian/Ubuntu (see "apt_get_install"). If it doesn't work, maybe you should open an issue on ww_install's Github page?
In reply to Davor Cubranic

Re: ww_install script error message.."ERROR: Module apreq does not exist!"

by Christian Seberino -
Everything seems to be working ok actually.....This was more of a heads up in case anyone wants Webwork install to be that much more perfect with
not even 1 error message.

cs