[GRASSLIST:8981] libgdal.so.1]

Correction:

Isn't lib.gdal.so.1 but libgdal.so.1
I hope somebody can help me. Thanks!!

_____________________
Cumprimentos/Best Regards,

Tiago Salgueiro
Nº1010664

--------------------------- Original Message----------------------------
Assunto: [GRASSLIST:8975] lib.gdal.so.1
Remetente: "Tiago Salgueiro" <1010664@isep.ipp.pt>
Data: Qui, 10 Novembro 2005 12:28
Destinatário: "Stephan Holl" <holl@gdf-hannover.de>
CC: "grasslist@baylor.edu" <grasslist@baylor.edu>
--------------------------------------------------------------------------

Hi,

I tried to install gdal rpm but an error appears saying that gdal and
lib.gdal.so.1 are missing...

What can I do? Thanks!

_____________________
Cumprimentos/Best Regards,

Tiago Salgueiro
Nº1010664

Hello Tiago,

On Wed, 9 Nov 2005 18:35:16 -0000 (WET) "Tiago Salgueiro"
<1010664@isep.ipp.pt> wrote:

Hello,

I downloaded the precompiled version for fedora core 3 in:

http://www.dirap.unipa.it/~scianna/grass_gis_6-0-0.htm

and installed it using the installation script. Can it be wrong? I mean

can libgdal.so.1 missing?

Thanks!

After a short check I cannot see that gdal is included in the package.

You need to install gdal[1]

Best
  Stephan

[1] http://www.gdal.org

--
GDF Hannover - Solutions for spatial data analysis and remote sensing

Hannover Office - Mengendamm 16d - D-30177 Hannover
Internet: www.gdf-hannover.de - Email: holl@gdf-hannover.de
Phone : ++49-(0)511.39088507 - Fax: ++49-(0)511.39088508

I tried to install gdal rpm but an error appears saying that gdal and
[libgdal.so.1] are missing...

What can I do? Thanks!

weird. rpm for your distro or from another?
http://www.gdal.org/download.html

See if something like libgdal.so exists on your disk ("locate libgdal"
might work). If it does,

cd /usr/lib
ln -s libgdal.so libgdal.so.1

(or whatever your libgdal.so is called)
This to makes a symbolic link to the real library with the name your
GRASS binary wants.

Then rerun ldconfig. Maybe cleaner to do:
ln -s /usr/lib/libgdal.so /usr/local/lib/libgdal.so.1

(make sure /usr/local/lib in is /etc/ld.so.conf)

If there is no libgdal on your system you need to make sure the GDAL
package is installed correctly.

rpm -q gdal

Hamish