Hello, my name is Sean O'Neil and I'm trying to install webwork on my computer to play around with. When I ran the install script, everything was working fine up till the point where it's trying to reach a specific perl package from the following link but can never reach it. Heres what it shows
Trying with
/usr/bin/wget -O "/root/.cpan/sources/authors/01mailrc.txt.gz.tmp10437"
to get
http://cpan.erlbaum.net/authors/01mailrc.txt.gz
--2017-11-04 14:19:57-- http://cpan.erlbaum.net/authors/01mailrc.txt.gz
Resolving cpan.erlbaum.net (cpan.erlbaum.net)... 204.232.142.177
Connecting to cpan.erlbaum.net (cpan.erlbaum.net)|204.232.142.177|:80... failed: Connection timed out.
Retrying.
it would try to reconnect but be stuck in a loop. I have cpanm and try to run the following:Trying with
/usr/bin/wget -O "/root/.cpan/sources/authors/01mailrc.txt.gz.tmp10437"
to get
http://cpan.erlbaum.net/authors/01mailrc.txt.gz
--2017-11-04 14:19:57-- http://cpan.erlbaum.net/authors/01mailrc.txt.gz
Resolving cpan.erlbaum.net (cpan.erlbaum.net)... 204.232.142.177
Connecting to cpan.erlbaum.net (cpan.erlbaum.net)|204.232.142.177|:80... failed: Connection timed out.
Retrying.
It installs correctly but, retrying the installer again, keeps me in the loop. Any other perl package I can try or is that repository from the first link not working. I'm running an ubuntu 17.04 virtual machine.