[Proj] Re: Error compiling proj on Solaris: Undefined symbol

Adrian Holovaty adrian.holovaty at wpni.com
Mon May 22 14:29:17 EDT 2006


I wrote:
> I'm trying to install proj on Solaris so I can use it with PostGIS, but it 
> won't compile. Here's the relevant error I get when I run "make".

Thanks to Stephan for pointing me in the right direction. I finally got proj 
to compile on Solaris. Here are the exact commands I used, for future 
reference:

wget ftp://ftp.remotesensing.org/proj/proj-4.4.9.tar.gz
gunzip -c proj-4.4.9.tar.gz | tar xvf -
cd proj-4.4.9
CFLAGS="-g" ./configure --prefix=/usr/local
make
sudo make install

Adrian


More information about the Proj mailing list