Hi,
I am using Grass 5 and am encountering errors in running r.out.tiff. I get the
error 'fatal: libtiff.so: open failed: No such file or directory killed'.
What could be the problem ?
Also, I tried i.out.erdas but when I tried to bring up the .img file in ERDAS
8.6, I get the error 'file open error(0) Raster has no layers !'
How can I import GRASS raster file into ERDAS ?? Please help !
Hi,
I am using Grass 5 and am encountering errors in running r.out.tiff. I get
the error 'fatal: libtiff.so: open failed: No such file or directory
killed'. What could be the problem ?
Also, I tried i.out.erdas but when I tried to bring up the .img file in
ERDAS 8.6, I get the error 'file open error(0) Raster has no layers !'
How can I import GRASS raster file into ERDAS ?? Please help !
as to the tiff:
1. check if the 'libtiff ' library is installed; install it if not
2. if the libtiff is installed and the error still occures find a file of a
name similar to 'libtiff.so' (maybe 'libtiff.so.3.5' or something) in your
/lib or /usr/lib and make a symbolic link called 'libtiff.so' in /lib
(command 'ln' or via any commander/explorer)
hope this helps
Maciek