Dear all, <br><br>Thank you very much for the help.  In the end, my problem was more basic than Augustin&#39;s suggestion.  Starting R from within GRASS was basically all I needed to do.  Also, Roger, thank you for the &#39;pre-emptive&#39; help with your comment about setting &#39;plugin=FALSE&#39;: sure enough, when I tried without that command, I got the following and R exited: <br>
<br>&gt; x&lt;-readRAST6(&quot;GLC2000_Landcover_SEAsia&quot;)<br>ERROR: Incompatible library version for module. You need to rebuild GRASS<br>       or untangle multiple installations.<br><br>But it worked fine with plugin=FALSE. <br>
<br>Best, <br>Tim<br><br><br><div class="gmail_quote">On Thu, Oct 8, 2009 at 9:21 AM, Hamish <span dir="ltr">&lt;<a href="mailto:hamish_b@yahoo.com">hamish_b@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">Agustin wrote:<br>
&gt; Do the following:<br>
&gt;<br>
&gt; 1. Locate  your grass.conf file (mine is under /etc/ld.so.conf.d)<br>
&gt; 2. Change<br>
&gt; /usr/lib/grass/lib<br>
&gt; to<br>
&gt; /usr/lib/grass64/lib<br>
&gt;<br>
&gt; (check where the lib directory of your grass is, mine is<br>
&gt; under /usr/lib/grass64)<br>
&gt;<br>
&gt; 3. run<br>
&gt; sudo ldconfig<br>
&gt;<br>
&gt; 4. gmeta() should work now.<br>
&gt;<br>
&gt; I tried to get the ubuntugis packagers to fix this, but apparently<br>
&gt; nobody cares. See:<br>
&gt; <a href="http://n2.nabble.com/Fwd-Re-R-sig-Geo-Errror-with-gmeta6-tp3610348p3610348.html" target="_blank">http://n2.nabble.com/Fwd-Re-R-sig-Geo-Errror-with-gmeta6-tp3610348p3610348.html</a><br>
&gt; for more info.<br>
<br>
<br>
</div>in the DebianGIS package the lib dir was renamed in 6.4.0~rc3-3 back in<br>
late March. AFAIK UbuntuGIS often just rebuilds the Debian package for<br>
their world.<br>
<br>
<a href="http://packages.debian.org/changelogs/pool/main/g/grass/grass_6.4.0%7Erc5-3/changelog" target="_blank">http://packages.debian.org/changelogs/pool/main/g/grass/grass_6.4.0~rc5-3/changelog</a><br>
<br>
are you using a newer version of grass than rc3?<br>
<br>
<br>
it looks like Karmic&#39;s package has the versioned dirs:<br>
  <a href="http://packages.ubuntu.com/karmic/i386/grass/filelist" target="_blank">http://packages.ubuntu.com/karmic/i386/grass/filelist</a><br>
<br>
(rc5-1 is buggy and should not ship without the patch from Debian&#39;s rc5-2!!<br>
but that is another matter..<br>
 <a href="https://bugs.launchpad.net/ubuntu/+source/grass/+bug/435177" target="_blank">https://bugs.launchpad.net/ubuntu/+source/grass/+bug/435177</a><br>
)<br>
<font color="#888888"><br>
<br>
Hamish<br>
<br>
<br>
<br>
<br>
</font></blockquote></div><br>