gpt4 book ai didi

postgresql - 安装 PostGIS 的问题

转载 作者:行者123 更新时间:2023-11-29 11:11:57 25 4
gpt4 key购买 nike

我正尝试按照以下说明安装 PostGIS:

wget http://postgis.refractions.net/download/postgis-1.5.2.tar.gz
tar zxvf postgis-1.5.2.tar.gz && cd postgis-1.5.2/
sudo ./configure && make && sudo checkinstall --pkgname postgis-1.5.2 --pkgversion 1.5.2-src --default

但它没有通过“sudo ./configure”命令。它说的最后一行:

 configure: error: could not find pg_config within the current path. You may need to try re-running configure with a --with-pgconfig parameter.

所以我在网上找了一个地方说这样的话:

--with-pgconfig=FILE PostgreSQL provides a utility called pg_config to enable extensions like PostGIS to locate the PostgreSQL installation directory. Use this parameter (--with-pgconfig=/path/to/pg_config) to manually specify a particular PostgreSQL installation that PostGIS will build against.

我使用“whereis pg_config”搜索了 pg_config,但找不到。它指的是“/etc/postgresql/9.0/main/pg_hba.conf”文件还是文件夹....?我错过了什么吗?在这一点上我真的很困惑。我想真正的困惑总比虚假的清晰要好:)。

我正在使用 PostgreSQL 9/Ubuntu 10.10。任何帮助将不胜感激。

最佳答案

您需要安装 geos。

但最简单的安装方法来自 ubuntugis-unstable存储库:

sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable
sudo apt-get update
sudo apt-get install postgis

如果你想从源代码编译你需要安装:

如果你从包管理器安装,还要检查开发文件

我可能忘记了什么,但编译器会告诉我。

最后,连接到您的数据库并运行以下 SQL 以在空间上启用它:

CREATE EXTENSION postgis;

HTH

关于postgresql - 安装 PostGIS 的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4629796/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com