개발실/GIS

PostGIS Shapefile import 실행오류

copycd 2019. 7. 4. 11:09
반응형

윈도우 메뉴에서 실행

  • postgresql을 설치하고 shp파일을 db에 넣으려고 postGIS 2.0 Shapefile을 실행함
  • “libintl-9.dll is missing” when trying to run PostGIS 2.0 Shapefile and DBF Loader Exporter" 이딴 에러가 남.
  • 해당 폴더에 가봤더니, Program Files\PostgreSQL\11\bin\postgisgui
  • "libintl-9.dll"  파일이 없음.
  • 바로 상위 폴더에 "bin"에 가보니 있음. 그래서 상위폴더에 있는 모든 dll파일을 복사함. 기존에 있는건 당근 skip.
  • 실행잘됨. 
  • 알겠지만, shp파일의 경로중에 한글이 들어갔더니, dbf 파일을 못찾는다고 오류가 나더라, 그래서 한글을 제거했더니 잘됨.

 

 

반응형