Hi,
I am trying to compile the gdal-grass plugin with GRASS 7.0, using:
./configure --with-gdal=/usr/local/gdal1.9/bin/gdal-config
--with-grass=/usr/local/grass7/grass-7.0.svn
However, I am getting the error message that
"configure: error: --with-grass=/usr/local/grass7/grass-7.0.svn
requested, but libraries not found! Perhaps you need to set
LD_LIBRARY_PATH to include /usr/local/grass7/grass-7.0.svn/lib?"
I have set the library path though, using the below
echo "/usr/local/grass7/grass-7.0.svn/lib" > grass7.conf
sudo mv grass7.conf /etc/ld.so.conf.d
cd /etc/ld.so.conf.d
sudo ldconfig
Also, when configuring with grass6.4:
./configure --with-gdal=/usr/local/gdal1.9/bin/gdal-config
--with-grass=/usr/local/grass6.4/grass-6.4.2svn
the gdal-grass plugin compiles without problems.
Rgds,
Paulo
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev