Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. configure: error: Topology requires GEOS version >= 3.3.2. Use --without-topology or install a newer GEOS.
  2.  
  3. wget http://download.osgeo.org/geos/geos-3.3.9.tar.bz2
  4. tar xfj geos-3.3.9.tar.bz2
  5. cd geos-3.3.9
  6. ./configure
  7. make
  8. sudo make install
  9. cd ..
  10.  
  11. wget http://download.osgeo.org/postgis/source/postgis-2.0.6.tar.gz
  12. tar xfz postgis-2.0.6.tar.gz
  13. cd postgis-2.0.6
  14. ./configure
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement