[Proj] gdalwarp and proj.4
Hamish
hamish_nospam at yahoo.com
Wed Jun 14 00:02:24 PDT 2006
> I hate to be a pain here, but is this problem unsolvable?
>
> gary wrote:
> > I'm running gdalwarp and getting the error message
> > ERROR6: Unable to load PROJ.4 library (libproj.so) ...
> >
> > Any clues how to fix this?
GDAL can't find the PROJ libary.
is proj installed fully & correctly?
do you have a file called "libproj.so"?
e.g.
/usr/lib/libproj.so
or
/usr/local/lib/libproj.so
if you have something "close" but not the actual name, you may need to
make a symlink,
ln -s /usr/lib/libproj.so.0 /usr/local/lib/libproj.so
if you have
/usr/local/lib/libproj.so
but it just doesn't work, check that "/usr/local/lib/" is listed in
/etc/ld.so.conf
If it isn't, add it to the end of that file and then run ldconfig as root.
good luck,
Hamish
More information about the Proj
mailing list