Changes between Version 120 and Version 121 of UsersWikiWinCompile
- Timestamp:
- 05/19/10 08:35:53 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiWinCompile
v120 v121 322 322 }}} 323 323 324 324 Might just be me, but to get PostGIS 1.5 to work under PostgreSQL 9.0 beta, had to do these steps right 325 after the ./configure and then follow the rest of the steps above. The PostgreSQL 9.0 mangled 326 the ${PERL} global having it point at a strange place. 327 328 {{{ 329 sed 's,$(PERL),perl,g' <postgis/Makefile >postgis/Makefile2 330 mv postgis/Makefile2 postgis/Makefile 331 }}} 325 332 326 333 === Installing into PostgreSQL ===