[Gdal-dev] Re: [GRASSLIST:10260] gdal-grass-1.3.1.1 can't find grass libs ...

Glynn Clements glynn at gclements.plus.com
Sat Feb 11 18:29:47 EST 2006


Dylan Beaudette wrote:

> ok- this has been asked about 100 times now, but on a certain machine the 
> configure script for the gdal-grass plugin cannot find the libraries that 
> grass installs....

Check the config.log file for the actual error messages. If a
configure script says that it cannot "find" a library, what it
actually means is that it couldn't link a test program which uses that
library. There are plenty of reasons why the link can fail apart from
the library file not being in the correct place.

> here is what i have done so far
> 
> updated /etc/ld.so.conf   to include /usr/local/grass-6.1-cvs/lib/
> sudo ldconfig

This won't have any effect. ld.so.conf/ldconfig only control how the
loader finds libraries at run-time. They don't have any effect upon
build-time linking.

-- 
Glynn Clements <glynn at gclements.plus.com>



More information about the Gdal-dev mailing list