Hello,
In the step of configure GDAL-GRASS plugin for point to GRASS installation/binaries (http://grasswiki.osgeo.org/wiki/Compile_and_Install_Ubuntu#GRASS_GIS) appeared this error:
“configure: error: --with-grass=/usr/local/src/grass_trunk/dist.x86_64-unknown-linux-gnu/ requested, but libraries not found! Perhaps you need to set LD_LIBRARY_PATH to include /usr/local/src/grass_trunk/dist.x86_64-unknown-linux-gnu//lib?”
Then, i tried to solve this error with:
- Creation of a new file grass7.conf (with editor) and copy this file to etc/ld.so.conf.d
grass7.conf contain:
sudo
/usr/local/src/grass_trunk
/usr/local/src/grass_trunk/dist.x86_64-unknown-linux-gnu/lib
ldconfig
exit
- and i’m running the configure again
./configure
–prefix=/usr/local
–with-gdal=/usr/local/bin/gdal-config
–with-grass=/usr/local/src/grass_trunk/dist.x86_64-unknown-linux-gnu/
–with-autoload=“/usr/lib/gdalplugins/”
–with-ld-shared=“g++ -shared”
What I’m doing wrong?
Thanks
Carla Rebelo