Hi all,<br><br>When I run <code>--with-grass=/usr/local/grass-6.5.svn</code>, for installing GDAL-GRASS, I get the following error:<br><pre><code>checking for gdal-config... /usr/bin/gdal-config
using /usr/lib/gdalplugins as GDAL shared library autoload directory
checking for G_asprintf in -lgrass_gis... no
configure: error: --with-grass=/usr/local/grass-6.5.svn requested, but libraries not found!  <br>Perhaps you need to set LD_LIBRARY_PATH to include /usr/local/grass-6.5.svn/lib?<br><br></code><font style="font-family: arial,helvetica,sans-serif;" size="2">I have created a <strong>grass.conf</strong> as instructed elsewhere inside /etc/ld.so.conf.d/ and have added following lines in it: </font><br>

<code>/usr/local/lib
/usr/local/grass-6.5.svn/lib<br><br></code><font style="font-family: arial,helvetica,sans-serif;" size="2">I ran <code>sudo ldconfig</code> after that too.</font><br><br><font style="font-family: arial,helvetica,sans-serif;" size="2">I came across a similar issue posted in the <a href="http://osgeo-org.1803224.n2.nabble.com/gdal-grass-plugin-build-failed-td6232215" rel="nofollow">GRASS-Dev mailing list</a>. As an answer it was instructed to: <br>

You could just generate the symlinks yourself, e.g.:</font><br><br><code>cd /usr/local/grass-6.5.svn/lib
    for file in libgrass_*.so ; do ln -s $file ${file%.<a href="http://6.5.svn.so">6.5.svn.so</a>}.so ; done html. <br><br></code><font style="font-family: arial,helvetica,sans-serif;" size="2">I ran,</font><br><br><code>cd /usr/local/grass-6.5.svn/lib
ln -s $file ${file%.<a href="http://6.5.svn.so">6.5.svn.so</a>}.so</code><br><br><font style="font-family: arial,helvetica,sans-serif;" size="2">but it made no difference!</font> <font face="arial,helvetica,sans-serif"><font size="2">What should I do now?<br>

<br>Thanks and Regards,<br><br>Chethan S.<br></font></font></pre>