#2363: gdal's ogr2ogr misses libgrass_vector.8.2.so
-----------------------+---------------------------
Reporter: edso | Owner: osgeolive@…
Type: defect | Status: new
Priority: normal | Milestone: OSGeoLive15.0
Component: OSGeoLive | Keywords:
-----------------------+---------------------------
{{{
user@osgeolive:~$ ogr2ogr --version
ERROR 1: libgrass_vector.8.2.so: cannot open shared object file: No such
file or directory
ERROR 1: libgrass_vector.8.2.so: cannot open shared object file: No such
file or directory
ERROR 1: libgrass_vector.8.2.so: cannot open shared object file: No such
file or directory
ERROR 1: libgrass_vector.8.2.so: cannot open shared object file: No such
file or directory
GDAL 3.4.3, released 2022/04/22
}}}
can be fixed by adding the location to the library path
{{{
user@osgeolive:~$ LD_LIBRARY_PATH=/usr/lib/grass82/lib/ ogr2ogr --version
GDAL 3.4.3, released 2022/04/22
}}}
maybe it's best to add the path globally via
`/etc/ld.so.conf.d/grass.conf` ?
--
Ticket URL: <https://trac.osgeo.org/osgeolive/ticket/2363>
OSGeoLive <https://live.osgeo.org/>
self-contained bootable DVD, USB thumb drive or Virtual Machine based on
Lubuntu, that allows you to try a wide variety of open source geospatial
software without installing anything.
_______________________________________________
osgeolive mailing list
osgeolive@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/osgeolive