[Qgis-developer] problem with GRASS 7 when creation a new mapset

matteo matteo.ghetta at gmail.com
Wed Nov 18 05:24:56 PST 2015


Hi Radim,

> Missing is the path to GRASS libs, try
> 
> export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/bin/grass70/lib/
> 
> check also if /usr/bin/grass70/lib/libgrass_gis.7.0.1.so exists.

finally it seems working now.. the problem was (beside my ignorance.. :)
) that executable of grass are here:

/usr/bin/grass70

while hte libraries are here:

/usr/lib/grass70/lib

adding

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/grass70/lib/

solves the problem!

Thanks!

Matteo


More information about the Qgis-developer mailing list