Mon, Jun 7 2004
11:26:55
|
|
Request created by guest
|
|
Subject: I cannnot perform the installation
Platform: GNU/Linux/i386
grass obtained from: Trento Italy site
grass binary for platform: Compiled from Sources
GRASS Version: 5.3
I cannot finish the installation of GRASS 5.0.3 source code, after doing "./configure"
checking whether to use PostgreSQL... yes
checking for location of PostgreSQL includes...
checking for libpq-fe.h... no
Nevertheless. libpg-fe.h is correctly located under /usr/include/pgsql
Thank you! |
|
Tue, Jun 15 2004
15:41:38
|
|
Comments added by guest
|
|
From GRASS 5 ML:
Wolfgang Lueck wolfluck at mweb.co.za
Mon, 07 Jun 2004 19:42:23 -0400
This is not a bug. Read the installation instructions carefully.
You have to specify the location of your dependent libraries such as.
./configure --with-postgres-includes='/usr/include/pgsql' --without-odbc
--with-motif --with-gdal=/usr/local/bin/gdal-config
Greetings Wolfgang |
|
Thu, Jul 8 2004
12:42:29
|
|
Status changed to resolved by bernhard
|
|
Thu, Jul 8 2004
12:42:29
|
|
Mail sent by bernhard
|
|
(as guest answered:)
From GRASS 5 ML:
Wolfgang Lueck wolfluck at mweb.co.za
Mon, 07 Jun 2004 19:42:23 -0400
This is not a bug. Read the installation instructions carefully.
You have to specify the location of your dependent libraries such as.
./configure --with-postgres-includes='/usr/include/pgsql' --without-odbc
--with-motif --with-gdal=/usr/local/bin/gdal-config
Greetings Wolfgang |
|