Also, if anyone's using Ansible by chance, here are some playbook
entries I'm using to install Rserve and work around this problem:
- name: Install Rserve
apt: pkg=r-cran-rserve state=latest
# === Fix Ubuntu's broken Rserve package ===
# Ubuntu's rserve package doesn't set symlinks
Here's the modified commands I had to run, based on the comment from
@agent-8131, on Ubuntu 14.04:
cd /usr/lib/R/bin/
sudo ln -sf ../site-library/Rserve/libs/Rserve
sudo ln -sf ../site-library/Rserve/libs/Rserve.dbg
After running these, Rserve worked for me.
--
You received this bug notificatio
Commands to fix:
cd /usr/lib/R/bin/
ln -sf ../site-library/Rserve/libs/Rserv
ln -sf ../site-library/Rserve/libs/Rserve.db
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1325325
Title:
Rserve does
Indeed, fixing the broken symlinks did the job.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1325325
Title:
Rserve does not start (not found)
To manage notifications about this bug go to:
https://
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: rserve (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1325325
Title:
Rse