[GRASS-user] howto Install grass 6.2 on Fedora 6

I've just converted from windows xp to fedora 6.2 and have in the past
been using the grass/cygwin combo from geni.ath.cx or the new mingw
version. I would like to now install grass 6.2 on my machine running
fedora 6. I tried just downloading and running the various .rpm files
from the grass download page but receive missing required file error
(dependencies) message when attempting to install. Can anyone point
me to where I could find a listing of all files required for grass to
run and a fairly detailed explanation on steps needed to install since
I have very little experience with fedora/linux

Any help would be greatly appreciated
--
Travis K.

Toronto, Canada
------------------------------------------------------------
"She knows there's no success like failure
And that failure's no success at all."
-Bob Dylan-
------------------------------------------------------------

I've been working on such a document for my own use. I'm installing 6.3 from
cvs on a system that uses Centos, which is based on redhat. What follows are
my working notes about what I needed. I can't guarantee anything but it
might help some.

Regards, Jerry Nelson

Get source

    * Follow directions on how to get the cvs version
    * Put it into /usr/local (probably). Whereever you put it there is an
INSTALL file that has directions and a requirements.html file that has a
list of needed files and links to where to get them
    * Get some of the needed packages that don't come with CentOS. These
include flex, bison, possibly a missing ncurses header file (make ncurses),
proj4 and gdal. It may be easier just to compile and install from the
source.

Compile from source

Directions are at http://www.linuxinstallfromscratch.org [doesn't seem to
work now]. Note that both gdal and proj must be done before grass. Here is a
note on options for gdal from http://home.gdal.org/projects/grass/ When
building GDAL for use with GRASS the following options are suggested by
someone. They minimize dependencies on external shared libraries, and avoid
some stuff of no use to GDAL.

./configure --with-grass=no --with-png=internal --with-jpeg=internal
            --with-gif=internal --with-libtiff=internal
            --with-geotiff=internal --with-libz=internal --with-ogr
            --without-pg --without-ogdi
--with-gdal=/usr/local/bin/gdal-config

    * to set up a new program from source, ./configure, then make, then su
and make install
    * to untar a tarball (xxx.tar.gz) use the command tar -xvzf xxx.tar.gz
    * order of making -
          o bison,
          o flex,
          o readline,
          o readline-devel -
http://dir.filewatcher.com/d/Fedora/i386/Development/Libraries/readline-deve
l-4.3-13.i386.rpm.125541.html

    *
          o ncurses,
          o proj4,
          o gdal,
          o postgresql,
          o tiff,
          o jpeg,
          o fftw,
          o R,
          o grass,
          o gdal-grass

    * grass configure options

./configure --with-postgres-includes=/usr/local/pgsql/include/
--with-postgres-libs=/usr/local/pgsql/lib/

-----Original Message-----
From: grassuser-bounces@grass.itc.it [mailto:grassuser-bounces@grass.itc.it]
On Behalf Of Travis Kirstine
Sent: Wednesday, November 08, 2006 8:59 AM
To: grassuser
Subject: [GRASS-user] howto Install grass 6.2 on Fedora 6

I've just converted from windows xp to fedora 6.2 and have in the past
been using the grass/cygwin combo from geni.ath.cx or the new mingw
version. I would like to now install grass 6.2 on my machine running
fedora 6. I tried just downloading and running the various .rpm files
from the grass download page but receive missing required file error
(dependencies) message when attempting to install. Can anyone point
me to where I could find a listing of all files required for grass to
run and a fairly detailed explanation on steps needed to install since
I have very little experience with fedora/linux

Any help would be greatly appreciated
--
Travis K.

Toronto, Canada
------------------------------------------------------------
"She knows there's no success like failure
And that failure's no success at all."
-Bob Dylan-
------------------------------------------------------------

_______________________________________________
grassuser mailing list
grassuser@grass.itc.it
http://grass.itc.it/mailman/listinfo/grassuser

I followed the directions at

http://geni.ath.cx/grass.html#toc2

If you are referring to the mingw installation, I also had problems
running the inst_grass.bat file. I had to run it through the command
line and also discovered that it will not work with a proxy, but
worked with a direct connection

Travis

On 08/11/06, Qinglin Li <qll@timberline.ca> wrote:

How you install the grass on XP, I tried once and at the last step would not
let me to do it.
Any hints are appreciated.
Qinglin
Kelowna, BC

-----Original Message-----
From: grassuser-bounces@grass.itc.it [mailto:grassuser-bounces@grass.itc.it]
On Behalf Of Travis Kirstine
Sent: Wednesday, November 08, 2006 6:59 AM
To: grassuser
Subject: [GRASS-user] howto Install grass 6.2 on Fedora 6

I've just converted from windows xp to fedora 6.2 and have in the past
been using the grass/cygwin combo from geni.ath.cx or the new mingw
version. I would like to now install grass 6.2 on my machine running
fedora 6. I tried just downloading and running the various .rpm files
from the grass download page but receive missing required file error
(dependencies) message when attempting to install. Can anyone point
me to where I could find a listing of all files required for grass to
run and a fairly detailed explanation on steps needed to install since
I have very little experience with fedora/linux

Any help would be greatly appreciated
--
Travis K.

Toronto, Canada
------------------------------------------------------------
"She knows there's no success like failure
And that failure's no success at all."
-Bob Dylan-
------------------------------------------------------------

_______________________________________________
grassuser mailing list
grassuser@grass.itc.it
http://grass.itc.it/mailman/listinfo/grassuser

--
Travis K.

Toronto, Canada
------------------------------------------------------------
"She knows there's no success like failure
And that failure's no success at all."
-Bob Dylan-
------------------------------------------------------------

We are trying to do it right now in my lab. We're jumping from FC4 to FC6
because our new Dell is dual core and FC6 is supposed to work better with
this hardware. The issue so far is that the new YUM installer is taking
forever to get all the dependencies. Once we have those, we'll have a better
idea of how it goes--probably tomorrow.

Michael
__________________________________________
Michael Barton, Professor of Anthropology
School of Human Evolution & Social Change
Center for Social Dynamics and Complexity
Arizona State University

phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton

From: Travis Kirstine <traviskirstine@gmail.com>
Date: Wed, 8 Nov 2006 09:59:16 -0500
To: grassuser <grassuser@grass.itc.it>
Subject: [GRASS-user] howto Install grass 6.2 on Fedora 6

I've just converted from windows xp to fedora 6.2 and have in the past
been using the grass/cygwin combo from geni.ath.cx or the new mingw
version. I would like to now install grass 6.2 on my machine running
fedora 6. I tried just downloading and running the various .rpm files
from the grass download page but receive missing required file error
(dependencies) message when attempting to install. Can anyone point
me to where I could find a listing of all files required for grass to
run and a fairly detailed explanation on steps needed to install since
I have very little experience with fedora/linux

Any help would be greatly appreciated
--
Travis K.

Toronto, Canada
------------------------------------------------------------
"She knows there's no success like failure
And that failure's no success at all."
-Bob Dylan-
------------------------------------------------------------

On Wed, 2006-11-08 at 09:59 -0500, Travis Kirstine wrote:

I've just converted from windows xp to fedora 6.2 and have in the past
been using the grass/cygwin combo from geni.ath.cx or the new mingw
version. I would like to now install grass 6.2 on my machine running
fedora 6. I tried just downloading and running the various .rpm files
from the grass download page but receive missing required file error
(dependencies) message when attempting to install. Can anyone point
me to where I could find a listing of all files required for grass to
run and a fairly detailed explanation on steps needed to install since
I have very little experience with fedora/linux

I haven't finished the accompanying documentation, yet.

You definitely need proj,tcl,tk,fftw,freetype,sqlite,python installed.
Can you paste the error and which gdal you are using? GRASS has many
dependencies.

You can usually guess the missing pieces from the library/dependency
name or you can let yum resolve the dependencies for you:

yum localinstall package_list

package_list being the GRASS and associated RPMs you downloaded.

--
Brad Douglas <rez touchofmadness com> KB8UYR/6
Address: 37.493,-121.924 / WGS84 National Map Corps #TNMC-3785

Thanks all for your insight,
I used yum to install the packages and all seems to work fine.

Travis

On 09/11/06, Brad Douglas <rez@touchofmadness.com> wrote:

On Wed, 2006-11-08 at 09:59 -0500, Travis Kirstine wrote:
> I've just converted from windows xp to fedora 6.2 and have in the past
> been using the grass/cygwin combo from geni.ath.cx or the new mingw
> version. I would like to now install grass 6.2 on my machine running
> fedora 6. I tried just downloading and running the various .rpm files
> from the grass download page but receive missing required file error
> (dependencies) message when attempting to install. Can anyone point
> me to where I could find a listing of all files required for grass to
> run and a fairly detailed explanation on steps needed to install since
> I have very little experience with fedora/linux

I haven't finished the accompanying documentation, yet.

You definitely need proj,tcl,tk,fftw,freetype,sqlite,python installed.
Can you paste the error and which gdal you are using? GRASS has many
dependencies.

You can usually guess the missing pieces from the library/dependency
name or you can let yum resolve the dependencies for you:

yum localinstall package_list

package_list being the GRASS and associated RPMs you downloaded.

--
Brad Douglas <rez touchofmadness com> KB8UYR/6
Address: 37.493,-121.924 / WGS84 National Map Corps #TNMC-3785

--
Travis K.

Toronto, Canada
------------------------------------------------------------
"She knows there's no success like failure
And that failure's no success at all."
-Bob Dylan-
------------------------------------------------------------