[GRASS5] Re: [GRASSLIST:690] Re: undefined symbol pj_get_def in r.gdal.in (grass51cvs)

On Thursday 10 July 2003 16:19, Paul Kelly wrote:

I don't have too much of an idea about this, but perhaps the above
directory where your libproj.so is installed isn't in one of the
directories where your system looks for shared libraries?
Meaning you would have to add /usr/local/src/proj/src/.libs to your
LD_LIBRARY_PATH environment variable, or on Linux add it to
/etc/ld.so.conf and run ldconfig. Or else install PROJ properly so the
library libproj.so is in one of the standard system directories for shared
libraries.

Maybe the GRASS environment should set a special LD_LIBRARY_PATH to take
care of things like this? I know I needed to set it manually to be able to
use the GRASS 5.1 shared libraries on IRIX.

But how? Path specified as option for configure? Should not it be used for
compilation only?

Radim