admin管理员组文章数量:1332339
I'm trying to install a Postgres extension (h3) with pgxn. I have three versions of Postgres installed on my machine via Postgres.app: 15, 16, and 17. I would like to install h3 in the 15 database. The command I used was:
pgxn install --pg_config /Applications/Postgres.app/Contents/Versions/15/bin/pg_config h3
When the install
command is running, I see that it's installing into the 17 database instead. Here's an line from the logs that seems telling:
-- Found PostgreSQL: /Applications/Postgres.app/Contents/Versions/17/lib/libpq.dylib (found version "17.1") missing components: PostGIS
I've triple-checked that the path I specified for --pg_config
exists. Does anyone know why pgxn might be picking up the wrong version, or how else I can troubleshoot this?
本文标签: postgresqlpgxn install isn39t honoring pgconfigStack Overflow
版权声明:本文标题:postgresql - pgxn install isn't honoring --pg_config - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742330286a2454556.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论