Created
May 20, 2014 07:51
-
-
Save mrnugget/bf9fbbacb82e0905adce to your computer and use it in GitHub Desktop.
postgis error with json-c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % 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) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@PixelDuck - Sorry about that. Will be fixed when https://github.com/Homebrew/homebrew-versions/pull/774 is merged.