Generic_User_ID
Generic_User_ID

Reputation: 1207

GDAL Error: Can't open libpodofo.so.0.9.8 even though I have `podofo` installed

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

Answers (1)

Henning Bredel
Henning Bredel

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

Related Questions