报错:configure: error: Cannot find libpq-fe.h. Please specify correct PostgreSQL installation path
在目录下输入:
yum -y install postgresql-devel
然后重新输入你刚才的代码就没有错了。
本文介绍了解决在配置过程中遇到的libpq-fe.h文件缺失问题的方法。通过安装postgresql-devel包来确保PostgreSQL开发文件正确安装,从而避免configure阶段出现错误。
报错:configure: error: Cannot find libpq-fe.h. Please specify correct PostgreSQL installation path
在目录下输入:
yum -y install postgresql-devel
然后重新输入你刚才的代码就没有错了。
567
1050

被折叠的 条评论
为什么被折叠?