[Gdal-dev] setup GDAL : from GDAL source or FWTools?

Frank Warmerdam warmerdam at pobox.com
Fri Oct 27 11:15:57 EDT 2006


Eduardo Patto Kanegae wrote:
> hi folks,
> 
> I setup GDAL 1.3.2 on Fedora5 againts external libraries such as ECW 
> SDK, GeoExpress(MrSID) SDK, OCI and others.
> 
> I did it using standard --prefix=/usr/local/lib , and I'd like to know 
> if I set FWTools 1.0.6 on this same machine
> it will or not conflict with already existing GDAL installation.
> 
> Or should uninstall GDAL and only install FWTools?

Eduardo,

FWTools is deliberately intended to avoid conflicts with system libraries
and other applications.  If you use the approach of adding the
FWTools/bin_safe directory to your path, then the only conflict should
be with regard to deciding which executable to run (/usr/local/bin/gdalinfo
or FWTools/bin_safe/gdalinfo for instance) which will be determined by
order in the path.

The bin_safe executables setup their own environment, forcing use of
FWTools shared libraries.

At no other time should the FWTools libraries interfere with anything else
on your system.

The situation is different if you source the fwtools environment setup
scripts (fwtools_env.csh or fwtools_env.sh).  If you do this, you run
substantial risk of cross polination in ways likely to be bad.  I normally
only do this on an otherwise quite clean system.

Best regards,
-- 
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | President OSGeo, http://osgeo.org




More information about the Gdal-dev mailing list