Skip to content

Instantly share code, notes, and snippets.

@mobilestack
Last active August 29, 2015 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mobilestack/8769991 to your computer and use it in GitHub Desktop.
Save mobilestack/8769991 to your computer and use it in GitHub Desktop.
proj.4.8.0 install failure on Linux

https://code.zmaw.de/boards/2/topics/895

to add --without-jni, so it is

./configure --prefix=/home1/username/proj --without-jni

in the downloaded and extracted proj file.

Then when installing Postgis on Bluehost, just download postgis and run inside the extracted file folder:

 ./configure --prefix=/home1/username/postgis --with-geosconfig=/home1/username/geos/bin/geos-config --with-projdir=/home1/username/proj --with-gdalconfig=/home1/username/gdal/bin/gdal-config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment