Friday
11
Mar 2005

Postgres 8.0 install on OS X

(11:51 am) Tags: [General]

This will be updated as I go through the process. First, download the distribution from postgresql.org. Then expand it somewhere. The only prereq that I know of is readline, which fink installs really early.

Then, configure:

./configure –with-python –with-rendezvous –enable-thread-safety –with-libs=/sw/lib –with-includes=/sw/include –bindir=/usr/local/bin –mandir=/usr/local/share/man –enable-recode –enable-syslog –enable-unicode-conversion –enable-multibyte

Then make.
Then sudo make install.
Then create a user called postgres.
Then give the installation to that user:

sudo chown -R postgres /usr/local/pgsql

Popularity: 9%

Comments: (0)

Waking up to 700 new feed entries to read

(9:43 am) Tags: [Software]

Title says it all. Now, if only I could teach the reader to know which entries I cared about (sorry, but anything talking about baseball is just not relevant use for the miniscule free space left in my brain). If only…

Popularity: 10%

Comments: (0)