<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <DEFANGED_meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body>
I am attempting to get GRASS 5.7 to run on my Fedora machine. I loaded the 
binary release and it is have some problems finding certain libraries...what's 
new. Anyhow,&nbsp; Hamish has graciously provided me with a list of required packages 
(for RH 9) and I have managed to track down most of them. But I've had some 
trouble finding the postgresql-odbc package. I am confused, because I have 
been able to track down&nbsp; postgresql-odbc-6.5.3-6.LS1.i386.rpm, &nbsp;postgresql-odbc-7.0.2-18.2_imnx1.i386.rpm 
and&nbsp;postgresql-odbc-7.1-1..LS1.i386.rpm. However, I get the impression from 
the PostgreSQL mirror sites that the official ODBC driver is psqlodbc-07.03.0200. 
&nbsp;What should I use? Does it matter?<br>
 <br>
 Thanks, <br>
 Steve<br>
 <br>
Hamish wrote:<br>
<blockquote type="cite"
 cite="mid20040429194719.52192137.hamish_nospam@yahoo.com">
  <blockquote type="cite">
    <pre wrap="">I am new to all of this stuff so forgive me if this question is dumb.
I have loaded GRASS 5.7 on my computer running Fedora Core 1. It won't
open and I assume it has to do with the required libraries listed
below.

    * libpq (e.g. libpq3-7.3.4-2mdk.i586.rpm)
    * proj (e.g. proj-4.4.7-1mdk.i586.rpm)
    * libproj (e.g. libproj0-4.4.7-1mdk.i586.rpm)
    * libgdal(e.g. libgdal0-1.1.9-2mdk.i586.rpm)
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I take it this is a pre-compiled binary?
Note the "mdk". These are Mandrake RMPs, not Redhat/Fedora. :/

Download &amp; build the CVS versions of PROJ.4 and GDAL and install into
/usr/local/.
  see <a class="moz-txt-link-freetext" href="http://www.remotesensing.org/projects/hosted.php">http://www.remotesensing.org/projects/hosted.php</a>


  </pre>
  <blockquote type="cite">
    <pre wrap="">When I search for the libraries at <a class="moz-txt-link-abbreviated" href="http://www.rpmfind.net">www.rpmfind.net</a> (i.e. "libpq") a
huge list of different versions comes up. Which ones are the correct
ones for my situation?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
No idea.
FWIW, this is what was needed for redhat 9:
use "rpm -q PACKAGE" to test, then "rpm -Uvh PACKAGE-1.2.3-4.i386.rpm" 
to install..

postgresql 
postgresql-odbc 
postgresql-server 
postgresql-devel
unixODBC 
unixODBC-devel
lesstif 
lesstif-devel
blas
lapack
readline
libjpeg
libjpeg-devel
libtiff 
libtiff-devel 
libpng 
libpng-devel 
tk 
XFree86-Mesa-libGL2 
XFree86-Mesa-libGLU
XFree86-devel2 
gdbm-devel 
postfix 
freetype-devel 



  </pre>
  <blockquote type="cite">
    <pre wrap="">Will the ones created for Mandrake work on my Fedora machine?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
You might get lucky, but I wouldn't count on it.


good luck,
Hamish
  </pre>
</blockquote>
<br>
</body>
</html>