Guest User

Untitled

a guest
Dec 13th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. $ psql
  2.  
  3. dyld: lazy symbol binding failed: Symbol not found:
  4. _PQsetErrorContextVisibility
  5. Referenced from: /usr/local/bin/psql
  6. Expected in: /usr/local/lib/libpq.5.dylib
  7.  
  8. dyld: Symbol not found: _PQsetErrorContextVisibility
  9. Referenced from: /usr/local/bin/psql
  10. Expected in: /usr/local/lib/libpq.5.dylib
  11.  
  12. Abort trap: 6
  13.  
  14. PATH="/usr/local/bin/psql:/usr/local/sbin:/usr/local/bin:/sbin:/bin
  15. :/usr/sbin:/usr/bin:/root/bin:/usr/local/bin/geckodrive‌​r:$PATH"
  16. export PATH
  17.  
  18. rm '/usr/local/lib/libpq.5.dylib'
  19. brew upgrade postgresql
  20. brew link postgresql
Add Comment
Please, Sign In to add comment