Skip to content

Instantly share code, notes, and snippets.

@elee
Created September 13, 2012 16:40
Show Gist options
  • Select an option

  • Save elee/3715649 to your computer and use it in GitHub Desktop.

Select an option

Save elee/3715649 to your computer and use it in GitHub Desktop.
after installing from postgresql-9.1.5-1-osx.dmg
$ psql
dyld: Library not loaded: @loader_path/../lib/libssl.dylib
Referenced from: /usr/lib/libpq.5.dylib
Reason: Incompatible library version: libpq.5.dylib requires version 1.0.0 or later, but libssl.0.9.8.dylib provides version 0.9.8
Trace/BPT trap: 5
$ uname -a
Darwin sf4229.et.local 11.4.2 Darwin Kernel Version 11.4.2: Wed May 30 20:13:51 PDT 2012; root:xnu-1699.31.2~1/RELEASE_X86_64 x86_64
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment