Hello all
I just tried to reclassify a raster with r.reclass.rules, but I could'n do it
with the GUI because there was no place to specify my rules! I had to use the
command-line.
shouldn't it open some kind of dialog?
Carlos
--
+----------------------------------------------------------+
Carlos Henrique Grohmann - Guano
Geologist M.Sc - Doctorate Student at IGc-USP - Brazil
Linux User #89721 - guano at usp dot br
+----------------------------------------------------------+
Carlos Henrique Grohmann wrote:
I just tried to reclassify a raster with r.reclass.rules, but I could'n do it
with the GUI because there was no place to specify my rules! I had to use the
command-line.
shouldn't it open some kind of dialog?
It should spawn an xterm where you can enter the rules.
However, this won't work if your xterm binary is setuid or setgid and
GRASS was built to use shared libraries. For security reasons, the
loader discards the shared library search path stored in
$LD_LIBRARY_PATH when running setuid/setgid executables.
You can get around this problem by adding the GRASS library directory
(e.g. /usr/local/grass6/lib) to /etc/ld.so.conf then running
"ldconfig" as root.
--
Glynn Clements <glynn@gclements.plus.com>