我正试图在我的Ubuntu系统上为django框架安装Postgis。但每次当我运行命令./configure它给了我错误错误:请安装PostgreSQL服务器开发包并重新运行配置
error: the PGXS Makefile /usr/lib/postgresql/9.3/lib/pgxs/src/makefiles/pgxs.mk cannot be found. Please install the PostgreSQL server development packages and re-run configure.
我已经在我的系统上安装了postgres,并且还创建了用户。但我无法在我的系统上安装Postgis。我已经通过了我在互联网上找到的许多说明,但未能安装它。
请告诉我这个错误的解决方案,以便我可以在Ubuntu上安装Postgis。 帮助将得到高度赞赏
为了将来的参考,这对于superuser.com或者serverfault.com而不是stackoverflow.com更合适。请参阅游览和常见问题。 – 2014-10-01 06:08:53
你为什么从头开始构建postgis?试试[apt库](https://wiki.postgresql.org/wiki/Apt)。 – 2014-10-01 06:15:29
好的@Craig Ringer,我会在提到你的网站上问sch问题。谢谢 – 2014-10-01 06:49:50