Changes between Version 12 and Version 13 of NetDRMSInPostgres9
- Timestamp:
- 08/13/14 11:59:17 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NetDRMSInPostgres9
v12 v13 25 25 You may need to make changes to local environment variables if you have an existing Postgres 8.4.x installed on the machine. 26 26 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: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 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: 28 28 {{{ 29 export LD_LIBRARY_PATH='/usr/pgsql-9.2/lib/' 30 export PATH=/usr/pgsql-9.2/bin/:/opt/netdrms7/source/bin/linux_x86_64:$PATH 31 29 32 export JSOC_ROOT=/opt/netdrms7/source 30 33 export JSOC_DBHOST=machinename_localhost --whatever you're calling your database host in your .pgpass file