[EMAIL PROTECTED] (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 ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend