我的PostgresApp运行得很好,但是今天我尝试从控制台使用它给了我以下错误。
dyld: Library not loaded: @executable_path/../lib/libedit.3.dylib
Referenced from: /Applications/Postgres.app/Contents/MacOS/bin/psql
Reason: image not found
Trace/BPT trap: 5我使用的是MacOSX10.7和rails 4.0 Ruby2.0.0。
发布于 2013-10-15 12:53:17
尝试使用sudo:
sudo psql -h localhost -U postgreshttps://stackoverflow.com/questions/18292444
复制相似问题