Thank for your post...
--
View this message in context:
http://postgresql.1045698.n5.nabble.com/installation-problems-on-OSX-Lion-tp4627419p5712557.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.or
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-O
sean, could you share your solution in a little more detail. im having the
exact problem now...
--
View this message in context:
http://postgresql.1045698.n5.nabble.com/installation-problems-on-OSX-Lion-tp4627419p4957366.html
Sent from the PostgreSQL - general mailing list archive at Nabble.co
On Sun, Jul 24, 2011 at 2:29 PM, Darren Duncan wrote:
> If you're using the bleeding edge anyway with Lion, why not use Postgres
> 9.0.4 with it, which is also on that page? Or at least see if it works
> where you got this 8.4 error. I have nothing to suggest otherwise. --
Thanks for the reply.
If you're using the bleeding edge anyway with Lion, why not use Postgres 9.0.4
with it, which is also on that page? Or at least see if it works where you got
this 8.4 error. I have nothing to suggest otherwise. -- Darren Duncan
Sean Moss-Pultz wrote:
Hi list
After installing PostgreSQL (8.4
Hi list
After installing PostgreSQL (8.4.8-1) from:
http://www.enterprisedb.com/products-services-training/pgdownload#osx
on OSX Lion, when running psql I get the following error:
dyld: Library not loaded: /usr/lib/libpq.5.dylib
Referenced from: /usr/bin/psql
Reason: no suitable image f