-
-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Rserve and required modules to the safe module list #700
Conversation
You might add some configuration information to localOverrides.conf.dist. Basically something like
to help people get started. |
@goehle Is it OK to point to my university's wiki? Or would you rather that information were on the MAA wiki? |
I suppose I would like stuff on the MAA wiki, but I would also like it to be up to date. So if your university wiki is more likely to have current information you should use that. |
When I switch to develop branch now, I get these perl warnings on pages:
The way I usually install packages is using MCPAN, but it doesn't know what |
That's what you need to work with the R server. You can comment it out in defaults.config. We should do that for vthe release
.
On Jun 24, 2017 7:53 PM, Alex Jordan <[email protected]> wrote:
When I switch to develop branch now, I get these perl warnings on pages:
Failed to evaluate module Rserve: Can't locate Rserve.pm in @inc (you may need to install the Rserve module) (@inc contains: /opt/webwork/pg/lib /opt/webwork/webwork2/lib /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl . /etc/apache2) at (eval 749) line 1.
Failed to evaluate module Class::Tiny: Can't locate Rserve.pm in @inc (you may need to install the Rserve module) (@inc contains: /opt/webwork/pg/lib /opt/webwork/webwork2/lib /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl . /etc/apache2) at (eval 749) line 1.
Failed to evaluate module IO::Handle: Can't locate Rserve.pm in @inc (you may need to install the Rserve module) (@inc contains: /opt/webwork/pg/lib /opt/webwork/webwork2/lib /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl . /etc/apache2) at (eval 749) line 1.
The way I usually install packages is using MCPAN, but it doesn't know what Rserve is when I try install Rserve. How can I install this Rserve package?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_openwebwork_webwork2_pull_700-23issuecomment-2D310872834&d=DwMFaQ&c=kbmfwr1Yojg42sGEpaQh5ofMHBeTl9EI2eaqQZhHbOU&r=C6Pt5AGtImanmAdcooarL-JZO8M5dSFPfs3VweYXYkE&m=nMEv8LRB1ho54-pQNn9LUQgNVPK2BFNK_KF53HOaxEI&s=lXZDGgeKjtZg-_WPnYpNibzWvZzyBLvsFn9l3WMVDYk&e=>, or mute the thread<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_ABJdfFhdllBjxxi6ty85hoDLESrFkuzwks5sHaFYgaJpZM4IqAaG&d=DwMFaQ&c=kbmfwr1Yojg42sGEpaQh5ofMHBeTl9EI2eaqQZhHbOU&r=C6Pt5AGtImanmAdcooarL-JZO8M5dSFPfs3VweYXYkE&m=nMEv8LRB1ho54-pQNn9LUQgNVPK2BFNK_KF53HOaxEI&s=lPmAWNHgw6Nrazu44TAI2h6cDcO5vRuqxB6cMnNb2UA&e=>.
|
It's Statistics::R::IO (https://metacpan.org/pod/Statistics::R::IO)
… On Jun 24, 2017, at 4:52 PM, Alex Jordan ***@***.***> wrote:
The way I usually install packages is using MCPAN, but it doesn't know what Rserve is when I try install Rserve. How can I install this Rserve package?
|
OK, the |
Companion request to openwebwork/pg#214