| Summary: | cantor_rserver fails to start | ||
|---|---|---|---|
| Product: | [Applications] cantor | Reporter: | Christopher Yeleighton <giecrilj> |
| Component: | r-backend | Assignee: | Alexander Rieder <alexanderrieder> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | major | CC: | alexanderrieder, cpigat242, filipe |
| Priority: | NOR | ||
| Version First Reported In: | 0.3 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| URL: | http://127.0.0.1:16460/doc/manual/R-exts.html#Embedding-R-under-Unix_002dalikes | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | calls { R CMD cantor_rserver; } instead | ||
Created attachment 69817 [details]
calls { R CMD cantor_rserver; } instead
*** This bug has been marked as a duplicate of bug 351871 *** |
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2 Build Identifier: Cantor starts cantor_rserver in an unsupported way and fails. The only supported way is to start the server via R: { R CMD cantor_rserver; }. Reproducible: Always Steps to Reproduce: 1. Tell KDE to start Cantor. Actual Results: 1. Busy box, and the following message: /usr/bin/cantor_rserver: error while loading shared libraries: libR.so: cannot open shared object file: No such file or directory Expected Results: 1. An interactive R worksheet Originally reported as Bug openSUSE 753292 but it turns out to be a bug in Cantor itself.