Changes between Version 9 and Version 10 of UsersWikiMakeCheckConsiderations
- Timestamp:
- 07/18/09 20:12:09 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiMakeCheckConsiderations
v9 v10 9 9 1. '''You have multiple PostgreSQL installs''' 10 10 11 If you have multiple PostgreSQL installs as is the case if you are a package developer or just tsting diligently, the12 first thing you want to make sure is that you are testing the right PostgreSQL install. To do so do the following:11 a. If you have multiple PostgreSQL installs as is the case if you are a package developer or just testing diligently, the 12 first thing you want to make sure is that you are testing the right PostgreSQL install. 13 13 14 To do so do the following (where 5434 is the port your test PostgreSQL service is running under, and the path is the path to the postgresql install you are testing: 15 16 export PATH="/c/thesrc/pg84/bin:$PATH" 17 18 export PGPORT=5434 19 20 export PGUSER=postgres 21 22 b. Depending on how you did your make install of geos and proj, they might not be located in a place accessible by the PostgreSQL install. For windows users, you want the libgeos-3-1-1.dll, libgeos_c-1.dll,libiconv-2.dll and libproj.dlls to be located in the bin folder of your PostgreSQL install. 23 24 c. If make check fails mid-way -- it often leaves a dangling postgis_reg. Just drop it if it complains: 25 26 dropdb postgis_reg