Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old November 12th, 2005, 12:36 AM
Chris Fonnesbeck
Guest
 
Posts: n/a
Default psql version mismatch

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)
Trace/BPT trap

Has anyone else run into this problem, or know of a solution?

Thanks in advance for any help,
C.
  #2  
Old November 12th, 2005, 12:37 AM
Joshua D. Drake
Guest
 
Posts: n/a
Default Re: psql version mismatch

Simplest solution is to compile --without-readline.
However that is blow a lot of the psql functionality. If you don't use
psql then --without-readline will probably
solve it for you and you can use phpPgAdmin or pgAdmin or pgManage.

Sincerely,

Joshua Drake


Chris Fonnesbeck wrote:
[color=blue]
>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)
>Trace/BPT trap
>
>Has anyone else run into this problem, or know of a solution?
>
>Thanks in advance for any help,
>C.
>
>---------------------------(end of broadcast)---------------------------
>TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faqs/FAQ.html
>
>[/color]

--
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-222-2783 - jd@commandprompt.com - http://www.commandprompt.com
Editor-N-Chief - PostgreSQl.Org - http://www.postgresql.org



---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

  #3  
Old November 12th, 2005, 12:38 AM
Tom Lane
Guest
 
Posts: n/a
Default Re: psql version mismatch

spam@fisher.forestry.uga.edu (Chris Fonnesbeck) writes:[color=blue]
> 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:[/color]
[color=blue]
> 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)[/color]

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

 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles