- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
**
(Postgrex.Error)ERROR 58P01
(undefined_file): could not open extension control file "/usr/local/Cellar/postgresql@9.6/9.6.5/share/postgresql@9.6/extension/postgis.control": No such file or directory
当我尝试运行 mix ecto.migrate
时出现此错误...
它为什么要看那条路?我试过移动 postgis.control
如果我运行这个命令 find/usr -name postgis.control
它会给我这个结果:
/usr/local/Cellar/postgis/2.4.0_1/share/postgresql/extension/postgis.control
/usr/local/share/postgresql@9.6/extension/postgis.control
有人知道我如何移动 postgis.control 或我可能做错了什么吗?
最佳答案
文件postgis.control
应该在 extension
PostgreSQL 共享目录的子目录。您可以通过运行 pg_config --sharedir
找到共享目录的位置。 .
属于 PostGIS 扩展的所有其他文件也必须就位:与控制文件位于同一目录中的 SQL 文件,以及 pg_config --libdir
中的共享库。 .
关于postgresql - (Postgrex.Error) 错误 58P01 (undefined_file),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47170516/
** (Postgrex.Error) ERROR 58P01 (undefined_file): could not open extension control file "/usr/local/
我是一名优秀的程序员,十分优秀!