gearslaboratory / gdalUtils

R Wrappers for the Geospatial Data Abstraction Library (GDAL) Utilities
18 stars 12 forks source link

Error installing gdalUtils in Ubuntu bionic beaver #27

Closed kamapu closed 4 years ago

kamapu commented 4 years ago

I'm struggling with the installation of gdalUtils in Ubuntu:

install.packages("gdalUtils", dependencies=TRUE)
* installing *source* package ‘gdalUtils’ ...
** Paket ‘gdalUtils’ erfolgreich entpackt und MD5 Summen überprüft
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
double free or corruption (!prev)
Aborted (core dumped)
ERROR: lazy loading failed for package ‘gdalUtils’
* removing ‘/home/ma/R/x86_64-pc-linux-gnu-library/3.6/gdalUtils’

By the way, I have the same or similar problem with GSIF and plotKML.

Some idea why?

kamapu commented 4 years ago

I guess, either a QGIS or a Google Earth installation caused this problem.

I followed these instrucions to re-install GDAL and now I'm able to install all mentioned packages without any problem.