为了能快速了解并处理您的问题,请提供以下基础信息: 面板版本: 8.0.2 PostgreSQL管理器 2.0
Ubuntu 11.4.0-1ubuntu1~22.04
用 PostgreSQL管理器 安装Postgresql 14.2版本后,
git clone --branch v0.5.0 https://github.com/pgvector/pgvector.git
make && make install 报错
Makefile:48: /usr/lib/postgresql/14/lib/pgxs/src/makefiles/pgxs.mk: 没有那个文件或目录
make: *** 没有规则可制作目标“/usr/lib/postgresql/14/lib/pgxs/src/makefiles/pgxs.mk”。 停止。
pg_config --bindir 输出为 /usr/lib/postgresql/14/bin
我看postgresql实际安装目录是 /www/server/pgsql
|
|