Search Postgresql Archives

Re: Installing PostgreSQL on OSX Server

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On 1/28/13 1:05 PM, François Beausoleil wrote:



I would stay away from MacPorts.

Gotta agree on that one.


The last time I have been working with PostgreSQL on MacOS X, I used
the installer from

http://www.postgresqlformac.com/

There's also a different approach, that I've never tried:

http://postgresapp.com/

If you don't know about Homebrew, you should definitely look into it: https://github.com/mxcl/homebrew

I'll second that too.  If you have problems with readline compilation error ( chances are good that
you will ), A homebrew replacement for the crappy OS X libraries might go along the lines of..

sudo git clone git://github.com/mxcl/homebrew.git /usr/local/homebrew
 cd /usr/local/bin
 ln -s /usr/local/homebrew/bin/brew brew

sudo mkdir /usr/local/homebrew/Cellar
chmod a+w /usr/local/homebrew/Cellar
brew install readline
brew link --overwrite --dry-run readline
sudo  brew link --overwrite readline


--
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux