[postgis-users] long list of error and warning messages atinstallation

Mark Cave-Ayland m.cave-ayland at webbased.co.uk
Mon Aug 9 06:16:42 PDT 2004


> -----Original Message-----
> From: postgis-users-bounces at postgis.refractions.net 
> [mailto:postgis-users-bounces at postgis.refractions.net] On 
> Behalf Of Michael Mallete
> Sent: 09 August 2004 14:02
> To: postgis-users at postgis.refractions.net
> Subject: [postgis-users] long list of error and warning 
> messages atinstallation
> 
> 
> i'm really sorry for my endless installation problems.
> anyway, so i've installed my postgresql 7.4.3 from
> source. the source tree is at /home/postgres. so it
> was a successful installation. then i extracted the
> postgis tarball at /home/postgres/contrib (which i
> previously had a hard time understanding). so i go to 
> /home/postgres/contrib/postgis-0.8.2 then executed make. 
> after some gcc processes, here are some warnings and errors i got:


Hi Michael,

It looks as though you're compiling PostGIS with reprojection support
without having installed the PROJ.4 library first. If you need
reprojection support, then you can download and install PROJ.4 from
www.remotesensing.org/proj. Otherwise open the file "Makefile" in the
postgis-0.8.2 directory and change the line USE_PROJ=1 to USE_PROJ=0
which will disable reprojection support in your build. Once this is
complete, run "make" again and you should find that the build will
complete.


Kind regards,

Mark.

---

Mark Cave-Ayland
Webbased Ltd.
Tamar Science Park
Derriford
Plymouth
PL6 8BX
England

Tel: +44 (0)1752 764445
Fax: +44 (0)1752 764446


This email and any attachments are confidential to the intended
recipient and may also be privileged. If you are not the intended
recipient please delete it from your system and notify the sender. You
should not copy it or use it for any purpose nor disclose or distribute
its contents to any other person.





More information about the postgis-users mailing list