Open fegue opened 2 years ago
No response
Ubuntu 22.04
When trying to install the developer version from github via
devtools::install_github("Appsilon/shiny.i18n")
the installation process stops with an error that it cannot open a shared object file libicui18n.so.66 (see attachment for full error message).
libicui18n.so.66
Might be a library mismatch of libicu?
libicu
successful installation
Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/home/USER/R/x86_64-pc-linux-gnu-library/4.2/stringi/libs/stringi.so': libicui18n.so.66: cannot open shared object file: No such file or directory Calls: ... namespaceImport -> loadNamespace -> library.dynam -> dyn.load Execution halted
OS: Ubuntu 22.04 R Version: 4.2.1
$ apt list --installed | grep libicu libicu-dev/jammy,now 70.1-2 amd64 [installed,automatic] libicu70/jammy,now 70.1-2 amd64 [installed,automatic]
Guidelines
Project Version
No response
Platform and OS Version
Ubuntu 22.04
Existing Issues
No response
What happened?
When trying to install the developer version from github via
the installation process stops with an error that it cannot open a shared object file
libicui18n.so.66
(see attachment for full error message).Might be a library mismatch of
libicu
?Steps to reproduce
Expected behavior
successful installation
Attachments
Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/home/USER/R/x86_64-pc-linux-gnu-library/4.2/stringi/libs/stringi.so': libicui18n.so.66: cannot open shared object file: No such file or directory Calls: ... namespaceImport -> loadNamespace -> library.dynam -> dyn.load
Execution halted
Screenshots or Videos
No response
Additional Information
OS: Ubuntu 22.04 R Version: 4.2.1