Closed zdk123 closed 4 years ago
Try bionic -- found via packages.ubuntu.com.
Sorry for the lack of detail in my original post: I'm running this command in an interactive session in a rocker/tidyverse:4.0.0 container (pulled from docker hub).
The base OS seems to be focal, so I don't expect stringi will work unless version icu60 is re-built from source.
In a shell session in the same container (i.e. not from R) do
ldd
on the file ldd /usr/local/lib/R/site-library/stringi/libs/stringi.so
wget
or curl
to download http://security.ubuntu.com/ubuntu/pool/main/i/icu/libicu60_60.2-3ubuntu3.1_amd64.deb (from the link I gave)dpkg -i libicu60_60.2-3ubuntu3.1_amd64.deb
as rootlibrary(stringi)
.Edit: Of course, one never knows. The to-be installed file may depend on another which you'd also need etc, but I have had good luck with this method.
@zdk123 thanks for the report. Yup, looks like we will need to stick with the source installs on focal at least until RSPM rolls out for focal
.
should be fixed since we are now on focal
RSPMs... (and have been for some time! sorry for the much belated reply)
It looks like libicu 60 is needed for stringi, but focal only has version 66 available.