Guest User

Untitled

a guest
Sep 18th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. tar xvzf postgis-2.4.5.tar.gz
  2. cd postgis-2.4.5
  3. ./configure
  4. make
  5.  
  6. ---- Making all in doc
  7. make[1]: Entering directory `/var/lib/pgsql/postgis-2.4.5/doc'
  8. /usr/bin/perl -lpe
  9.  
  10. "s'@@LAST_RELEASE_VERSION@@'2.4.5'g;s'@@POSTGIS_DOWNLOAD_URL@@'http://download.osgeo.org/postgis/source'g;" postgis.xml > postgis-out.xml
  11. /usr/bin/xsltproc --novalid ./xsl/postgis_aggs_mm.xml.xsl postgis-out.xml > postgis_aggs_mm.xml
  12.  
  13. /bin/sh: line 1: 9995 Segmentation fault /usr/bin/xsltproc --novalid ./xsl/postgis_aggs_mm.xml.xsl postgis-out.xml > postgis_aggs_mm.xml
  14.  
  15. make[1]: *** [postgis_aggs_mm.xml] Error 139
  16.  
  17. make[1]: Leaving directory `/var/lib/pgsql/postgis-2.4.5/doc'
  18.  
  19. make: *** [all] Error 1
Add Comment
Please, Sign In to add comment