Re: psql version mismatch

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: spam(at)fisher(dot)forestry(dot)uga(dot)edu (Chris Fonnesbeck)
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: psql version mismatch
Date: 2003-11-12 05:22:03
Message-ID: 5892.1068614523@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

spam(at)fisher(dot)forestry(dot)uga(dot)edu (Chris Fonnesbeck) writes:
> I'm trying to run the latest Postgresql on OSX 10.3, but am receiving
> a version mismatch error when I try and run the database:

> dyld: psql version mismatch for library:
> /usr/local/lib/libreadline.4.dylib (compatibility version of user:
> 4.2.0 greater than library's version: 4.0.0)

This sounds like a pretty standard dynamic-linker-is-finding-wrong-
version-of-shared-library problem. I am not sufficiently familiar
with OS X to recall exactly how its linker searches for shared
libraries, but maybe that will be enough of a clue to get you
going ...

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ma Siva Kumar 2003-11-12 10:05:59 Re: multibyte support
Previous Message Alvaro Herrera 2003-11-12 05:14:45 Re: plperl/createlang issue