Skip to content

Instantly share code, notes, and snippets.

@mrnugget
Created May 20, 2014 07:51
Show Gist options
  • Select an option

  • Save mrnugget/bf9fbbacb82e0905adce to your computer and use it in GitHub Desktop.

Select an option

Save mrnugget/bf9fbbacb82e0905adce to your computer and use it in GitHub Desktop.
postgis error with json-c
% brew install postgis
==> Downloading http://download.osgeo.org/postgis/source/postgis-2.1.2.tar.gz
Already downloaded: /Library/Caches/Homebrew/postgis-2.1.2.tar.gz
==> ./autogen.sh
;==> ./configure --with-projdir=/usr/local --with-jsondir=/usr/local/opt/json-c --with-pgconfig=/usr/local/Cellar/postgresql/9.3.4/bin/pg_config --disable-nls
checking proj_api.h usability... yes
checking proj_api.h presence... yes
checking for proj_api.h... yes
checking for pj_get_release in -lproj... yes
configure: error: Cannot find json dev files in "/usr/local/opt/json-c"
READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
These open issues may also help:
Postgis sql files not found (https://github.com/Homebrew/homebrew/issues/26604)
@DomT4
Copy link
Copy Markdown

DomT4 commented Apr 15, 2015

@PixelDuck - Sorry about that. Will be fixed when https://github.com/Homebrew/homebrew-versions/pull/774 is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment