2017-05-21 7 views
0

EDB 설치 프로그램으로 postgres를 설치했습니다. 내 데이터베이스에서 pgrouting을 사용하고 싶었다. 그래서, 자작 brew install pgroutingpostgres에서 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에있는 파일들 ... ??

+0

https://github.com/pgRouting/pgrouting/issues/795 << 매우 전문적이지 않은 방법으로 주위를 둘러 보았습니다 ( – user3613919

답변

1

그래, 그게 합리적인 해결책 같아.

+0

). 그런 다음 lib 파일을 요구했습니다. :) 해결했습니다. VERY UNPROFESSIONAL. 여기에 설명되어 있습니다 : https://github.com/pgRouting/pgrouting/issues/795 – user3613919