Skip to content

Instantly share code, notes, and snippets.

@n0ts
Created November 13, 2014 00:16
Show Gist options
  • Save n0ts/493f0867b0541077768e to your computer and use it in GitHub Desktop.
Save n0ts/493f0867b0541077768e to your computer and use it in GitHub Desktop.
pgsql link error
...
ld: warning: directory not found for option '-L/usr/local/homebrew/Cellar/libpng/1.6.10/lib'
Undefined symbols for architecture x86_64:
"_lo_lseek64", referenced from:
_zif_pg_lo_seek in pgsql.o
"_lo_tell64", referenced from:
_zif_pg_lo_tell in pgsql.o
"_lo_truncate64", referenced from:
_zif_pg_lo_truncate in pgsql.o
ld: symbol(s) not found for architecture x86_64
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment