Changes between Version 13 and Version 14 of SetupOnTiger
- Timestamp:
- Feb 27, 2006, 5:46:19 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SetupOnTiger
v13 v14 14 14 15 15 1. Download and unpack latest stable python tarball 16 1. {{{./configure --prefix=/ usr/local; make; make install}}}17 1. Add {{{export PATH=/ usr/local/bin:$PATH}}} and {{{export MANPATH=/usr/local/man:$MANPATH}}} to {{{~/.profile}}}16 1. {{{./configure --prefix=/opt/python; make; make install}}} 17 1. Add {{{export PATH=/opt/python/bin:$PATH}}} and {{{export MANPATH=/opt/python/man:$MANPATH}}} to {{{~/.profile}}} 18 18 1. Open a new terminal session 19 19 1. Type {{{python}}} and check that it is the version you just installed … … 23 23 1. Create a new user, ''postgres'' in the Accounts Pane of the Mac OS X System Preferences 24 24 1. Download and unpack latest stable |PostgreSQL tarball 25 1. {{{./configure --prefix=/ usr/local/pgsql; make; sudo make install}}}26 1. Add {{{export PATH=/ usr/local/pgsql/bin:$PATH}}} and {{{export MANPATH=/usr/local/pgsql/man:$MANPATH}}} to {{{~/.profile}}}27 1. Add {{{export PGDATA=/ usr/local/pgsql/data}}} to {{{~/.profile}}} '''NOTE: If this isn't set, ''postgres'' will complain about a missing conf file.'''25 1. {{{./configure --prefix=/opt/pgsql; make; sudo make install}}} 26 1. Add {{{export PATH=/opt/pgsql/bin:$PATH}}} and {{{export MANPATH=/opt/pgsql/man:$MANPATH}}} to {{{~/.profile}}} 27 1. Add {{{export PGDATA=/opt/pgsql/data}}} to {{{~/.profile}}} '''NOTE: If this isn't set, ''postgres'' will complain about a missing conf file.''' 28 28 1. Open a new terminal session 29 29 1. Type {{{psql -V}}} and check that it is the version you just installed … … 44 44 1. {{{Download the latest stable tarball of psycopg1}}} 45 45 1. {{{export MACOSX_DEPLOYMENT_TARGET=10.4}}} 46 1. {{{export CPPFLAGS="-I/ usr/local/lib/python2.4/site-packages/mx/DateTime/mxDateTime"}}}46 1. {{{export CPPFLAGS="-I/opt/python/lib/python2.4/site-packages/mx/DateTime/mxDateTime"}}} 47 47 1. {{{./configure --with-postgres-libraries=$(pg_config --libdir) --with-postgres-includes=$(pg_config --includedir)}}} 48 48 1. {{{make}}}