我的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
我使用的是Mac OS X 10.7和rails 4.0 Ruby 2.0.0。
尝试使用sudo:
sudo psql -h localhost -U postgres