From: | Rich Shepard <rshepard(at)appl-ecosys(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: psql symbol lookup error |
Date: | 2010-12-14 18:55:01 |
Message-ID: | alpine.LNX.2.00.1012141048470.6863@salmo.appl-ecosys.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Tue, 14 Dec 2010, Merlin Moncure wrote:
> you have an older version of libpq in your library path, probably in
> /usr/lib.
Merlin,
Sure enough.
> and it should work. It's probably not a good idea to permanently set
> your library path this way via the environment, google osx library
> path.
OSX only works on Apple's stuff. Regardless, ... I still have to clean up
after upgrading from 8.3.3 in /var/lib/pgsql to 9.0.1 in /usr/local/pgsql.
I've made softlinks from /usr/local/pgsql/lib/libpq.so.5.3 to
/usr/lib/libpq.so and /usr/lib/libpq.so.5. Still see issues:
[rshepard(at)salmo ~]$ psql aesi
psql: error while loading shared libraries: libpq.so.5: cannot open shared
object file: Permission denied
Perms on the links /usr/lib/libpq.so.5 are 777 (owned by root.root); on
/usr/local/pgsql/ they are the same.
Continued pointers to solutions appreciated.
Thanks,
Rich
From | Date | Subject | |
---|---|---|---|
Next Message | Daniel Popowich | 2010-12-14 19:41:31 | Re: range intervals in window function frames |
Previous Message | Elford,Andrew [Ontario] | 2010-12-14 18:41:55 | Re: Simple, free PG GUI/query tool wanted |