Changes between Version 9 and Version 10 of UsersWikiMakeCheckConsiderations


Ignore:
Timestamp:
Jul 18, 2009, 8:12:09 PM (15 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiMakeCheckConsiderations

    v9 v10  
    991. '''You have multiple PostgreSQL installs'''
    1010
    11 If you have multiple PostgreSQL installs as is the case if you are a package developer or just tsting diligently, the
    12 first thing you want to make sure is that you are testing the right PostgreSQL install.  To do so do the following:
     11a. If you have multiple PostgreSQL installs as is the case if you are a package developer or just testing diligently, the
     12first thing you want to make sure is that you are testing the right PostgreSQL install. 
    1313
     14To 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
     16export PATH="/c/thesrc/pg84/bin:$PATH"
     17
     18export PGPORT=5434
     19
     20export PGUSER=postgres
     21
     22b. 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
     24c. If make check fails mid-way -- it often leaves a dangling postgis_reg.  Just drop it if it complains:
     25
     26dropdb postgis_reg