Changes between Version 16 and Version 17 of SetupOnTiger


Ignore:
Timestamp:
Jun 15, 2006, 10:54:02 AM (18 years ago)
Author:
todd.kennedy@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SetupOnTiger

    v16 v17  
    4949 1. {{{sudo make install}}}
    5050 1. Run {{{python}}}, type {{{import psycopg}}} into the interactive read-eval-print loop (REPL), and {{{quit}}} the REPL.
     51
     52I had some issues with the above instructions for installing psycopg, and had to refer directly to the untarred installation source for mxDateTime in order to get the headers.  To do this change the configure command to:
     53
     54{{{.//configure --with-postgres-libraries=$(pg_config --libdir) --with-postgres-includes=$(pg_config --includedir) --with-mxdatetime-includes=[path/to/mxdatetime]/egenix-mx-base-2.0.6/mx/DateTime/mxDateTime}}}
Back to Top