EDB 설치 프로그램으로 postgres를 설치했습니다. 내 데이터베이스에서 pgrouting을 사용하고 싶었다. 그래서, 자작 brew install pgrouting
postgres에서 Pgrouting - 확장자를 만들 수 없습니다.
다음을 통해 다운로드 내 데이터베이스에 initalize 싶었 : psql mydatabase -c "create extension pgrouting;"
하지만 난 그냥 복사해야 /usr/local/Cellar/pgrouting/2.4.1/share/postgresql/extension/pgrouting.control
에 pgrouting.control
을 발견 ERROR: could not open extension control file "/Library/PostgreSQL/9.6/share/postgresql/extension/pgrouting.control": No such file or directory
이 오류가 발생했습니다/usr에서/Library/Postgres에있는 파일들 ... ??
https://github.com/pgRouting/pgrouting/issues/795 << 매우 전문적이지 않은 방법으로 주위를 둘러 보았습니다 ( – user3613919