[Proj] PROJ from the comand line (Symbol ERROR)

Frank Warmerdam fwarmerdam at gmail.com
Tue Jul 19 15:59:26 EDT 2005


On 7/19/05, Dave Sampson <gis at watersheds.ca> wrote:
> Carl Godkin,
> 
> Interesting, this is a new program for me: ldd -v returned
> 
>  linux-gate.so.1 =>  (0xffffe000)
>         libproj.so.0 => /usr/local/lib/libproj.so.0 (0xb7fac000)
>         libm.so.6 => /lib/libm.so.6 (0xb7f8b000)
>         libc.so.6 => /lib/libc.so.6 (0xb7e90000)
>         /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0xb7fee000)
> 
>         Version information:
>         /usr/bin/proj:

The above seems to imply that you have a "system provided' 
version of PROJ install in /usr/lib and /usr/bin and a version you
built yourself installed in /usr/local/lib and /usr/local/bin.  Your PATH
likely grabs the /usr/bin/proj first, but something else cause it to 
use /usr/local/lib -- hence the mismatch. 

If you are handy with your gentoo packaging system you should likely
uninstall the proj package in /usr/bin and /usr/lib.  If not, just remove it
manually. 

eg. 

su
rm -f /usr/bin/proj /usr/bin/cs2cs
rm -f /usr/lib/libproj.so*

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    | Geospatial Programmer for Rent



More information about the Proj mailing list