Reputation: 1207
When I run rstudio-desktop-bin
on my Arch Linux machine and run any command, I get this message.
Warning messages:
1: In CPL_gdal_init() :
GDAL Error 1: libpodofo.so.0.9.8: cannot open shared object file: No such file or directory
2: In CPL_gdal_init() :
GDAL Error 1: libpodofo.so.0.9.8: cannot open shared object file: No such file or directory
3: In CPL_gdal_init() :
GDAL Error 1: libpodofo.so.0.9.8: cannot open shared object file: No such file or directory
4: In CPL_gdal_init() :
GDAL Error 1: libpodofo.so.0.9.8: cannot open shared object file: No such file or directory
I closed Rstudio, ran yay -S podofo
in command line, then re-opened Rstudio. The warning/error still appeared.
Upvotes: 2
Views: 375
Reputation: 41
You may consider to downgrade until this is fixed:
sudo pacman -U file:///var/cache/pacman/pkg/podofo-0.9.8-5-x86_64.pkg.tar.zst
Upvotes: 0