Re: installation problems on OSX Lion

From: stephaneg <stephaneg(at)hybridsoftware(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: installation problems on OSX Lion
Date: 2011-11-06 17:11:10
Message-ID: 1320599470160-4969019.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

I had the same issue and could solve it the following way.

open a terminal,

cd /usr/lib
sudo mv libpq.5.dylib libpq.5.dylib-ORG
sudo ln -s libpq.5.3.dylib libpq.5.dylib

Cheers,
Stéphane

--
View this message in context: http://postgresql.1045698.n5.nabble.com/installation-problems-on-OSX-Lion-tp4627419p4969019.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2011-11-06 19:00:08 Re: Tuning PostgreSQL for very large database
Previous Message Tom Lane 2011-11-06 16:54:37 Re: Strange problem with create table as select * from table;