<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br><br> I /etc/ld.so.conf.d/i486-linux-gnu.conf<br>Row 1 Col 1 5:19 Ctrl-K H for help
<br># Multiarch support<br>/lib/i486-linux-gnu<br>/usr/lib/i486-linux-gnu<br>/usr/lib/libgdal1.3.2.so.1<br>/usr/lib/libgdal1.3.2.so.1.10.0<br><br><br>then ldconfig<br><br>and then grass63<br><br>same error</blockquote><div>
<br>No library name is needed in the path-to-gdal, so only '/usr/lib' must appear instead of the last two lines.<br><br>If you compiled from source using only ./configure without options and libgdal comes as debian package you need to install
libgdal-1.3.2-dev (in order to get library headers, *.h files) and use --with-gdal option (look at './configure --help' ).<br><br>Other dev packages are needed to compile from source, <a href="http://hamish.bowman.googlepages.com/debiangisfiles#compile">
http://hamish.bowman.googlepages.com/debiangisfiles#compile</a><br>this is for 6.1 but dev packages are the same.<br><br><br>raffaele<br><br></div><br></div><br>