Skip to content
Prev 6534 / 29559 Next

Problem installing rgdal on 64 bit fedora

Pending additional testing of rgdal it seems that I did get rgdal and
its dependencies (gdal, proj)  installed.

If anyone else has problems installing this software I suggest you try
installing proj and gdal from source (I never did get a yum-based
install to work) making use of the instructions and troubleshooting
advice at this link (except try substituting the most recent versions
of the packages for the versions listed there):

   http://geodjango.org/docs/install.html

This next link also might be helpful although it was primarily the
prior link that I used:

   http://forum.worldwindcentral.com/showthread.php?t=21409

The manual actions that I took are likely system specific but in my
case they included the following:

- set LD_LIBRARY_PATH as suggested in the first link above (prior to
building gdal from source)

- gdal-config --version was not giving me the same version as the
version of gdal I had installed from source so I copied the
gdal-config that I had built over the old one (after I had built gdal)
and then after the copy rebuilt gdal again to be sure.

On Wed, Sep 23, 2009 at 9:55 PM, Gabor Grothendieck
<ggrothendieck at gmail.com> wrote: