Library not loaded: /usr/local/opt/readline/lib/libreadline.6.2.dylib

后端 未结 22 1819
闹比i
闹比i 2020-12-02 06:30

I just installed posgresql with homebrew and when I go on to type the command

psql

I get the following error:

dyld: Library         


        
22条回答
  •  再見小時候
    2020-12-02 06:50

    This worked for me

    brew switch readline
    

    This would display the versions you have installed. Pick one out of them. I picked 7.0.5

    I then ran

    brew switch readline 7.0.5
    

    The readline version got updated, and psql ran smoothly.

提交回复
热议问题