Changes between Version 12 and Version 13 of NetDRMSInPostgres9


Ignore:
Timestamp:
08/13/14 11:59:17 (10 years ago)
Author:
jennifer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NetDRMSInPostgres9

    v12 v13  
    2525You may need to make changes to local environment variables if you have an existing Postgres 8.4.x installed on the machine.   
    2626 
    27 If you already have a prior version of Postgres installed and want to compile NetDRMS against v. 9.x instead, set your $PATH and $LD_LIBRARY_PATH variables properly to reflect the Postgres 9.2 paths.  You might want to do this a .profile file and source it every time you log in to avoid confusing errata later.  Make sure you have set these environment variables before proceeding, with appropriate values for your location and machines:  
     27If you already have a prior version of Postgres installed and want to compile NetDRMS against v. 9.x instead, set your $PATH and $LD_LIBRARY_PATH variables properly to reflect the Postgres 9.2 paths.  You might want to do this in a .profile file and source it every time you log in to avoid confusing errata later.  Make sure you have set these environment variables before proceeding, with appropriate values for your location and machines:  
    2828{{{ 
     29export LD_LIBRARY_PATH='/usr/pgsql-9.2/lib/' 
     30export PATH=/usr/pgsql-9.2/bin/:/opt/netdrms7/source/bin/linux_x86_64:$PATH 
     31 
    2932export JSOC_ROOT=/opt/netdrms7/source 
    3033export JSOC_DBHOST=machinename_localhost  --whatever you're calling your database host in your .pgpass file