Changes between Version 120 and Version 121 of UsersWikiWinCompile


Ignore:
Timestamp:
May 19, 2010, 8:35:53 AM (14 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompile

    v120 v121  
    322322}}}
    323323
    324 
     324Might just be me, but to get PostGIS 1.5 to work under PostgreSQL 9.0 beta, had to do these steps right
     325after the ./configure  and then follow the rest of the steps above.  The PostgreSQL 9.0 mangled
     326the ${PERL} global having it point at a strange place.
     327
     328{{{
     329sed 's,$(PERL),perl,g' <postgis/Makefile >postgis/Makefile2
     330mv postgis/Makefile2 postgis/Makefile
     331}}}
    325332
    326333=== Installing into PostgreSQL ===