本文介绍了库未加载:/usr/local/opt/readline/lib/libreadline.6.2.dylib的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我刚刚用自制软件安装了posgresql,然后继续键入命令
I just installed posgresql with homebrew and when I go on to type the command
psql
我收到以下错误:
dyld: Library not loaded: /usr/local/opt/readline/lib/libreadline.6.2.dylib
Referenced from: /usr/local/bin/psql
Reason: image not found
[1] 69711 trace trap psql
有人对出什么问题有任何想法吗?
Does anyone have any idea about what's wrong?
推荐答案
我遇到了完全相同的错误,但以上答案对我不起作用。我必须重新安装postgresql。
I was getting the exact same error, but the above answers didn't work for me. I had to reinstall postgresql.
酿造重新安装postgresql
这篇关于库未加载:/usr/local/opt/readline/lib/libreadline.6.2.dylib的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!