Linux环境安装Postgresql报错。configure: error: zlib library not found

Linux环境安装Postgresql报错

configure: error: zlib library not found
If you have zlib already installed, see config.log for details on the
failure.  It is possible the compiler isn't looking in the proper directory.
Use --without-zlib to disable zlib support.

先安装repolist :yum repolist 解决依赖冲突
若安装时依然依赖冲突,执行该命令:yum update
安装以下几个依赖:
yum install -y readline-devel
yum install -y readline-static

使用该命令yum search all zlib,我们可以看到有一个zlib-devel。安装zlib-devel。

=========================== 匹配:zlib ======================
jzlib.noarch : Re-implementation of zlib in pure Java
jzlib-demo.noarch : Examples for jzlib
jzlib-javadoc.noarch : API documentation for jzlib
perl-Compress-Raw-Zlib.i686 : Low-level interface to the zlib compression library
perl-Compress-Raw-Zlib.x86_64 : Low-level interface to the zlib compression library
zlib-devel.i686 : Header files and libraries for Zlib development
zlib-devel.x86_64 : Header files and libraries for Zlib development
zlib-static.i686 : Static libraries for Zlib development
zlib-static.x86_64 : Static libraries for Zlib development
perl-IO-Zlib.noarch : Perl IO:: style interface to Compress::Zlib
zlib.i686 : The compression and decompression library
zlib.x86_64 : The compression and decompression library
genwqe-zlib-devel.i686 : Development files for genwqe-tools
genwqe-zlib-devel.x86_64 : Development files for genwqe-tools
genwqe-zlib-static.i686 : Static library files for genwqe-tools
genwqe-zlib-static.x86_64 : Static library files for genwqe-tools
genwqe-zlib.i686 : GenWQE hardware accelerated libz
genwqe-zlib.x86_64 : GenWQE hardware accelerated libz
libisofs.i686 : Library to create ISO 9660 disk images
libisofs.x86_64 : Library to create ISO 9660 disk images
minizip.i686 : Library for manipulation with .zip archives
minizip.x86_64 : Library for manipulation with .zip archives
minizip-devel.i686 : Development files for the minizip library
minizip-devel.x86_64 : Development files for the minizip library
perl-Archive-Tar.noarch : A module for Perl manipulation of .tar files
perl-IO-Compress.noarch : Read and write compressed data
pigz.i686 : Parallel implementation of gzip
pigz.x86_64 : Parallel implementation of gzip
snappy.i686 : Fast compression and decompression library
snappy.x86_64 : Fast compression and decompression library
zziplib.i686 : Lightweight library to easily extract data from zip files
zziplib.x86_64 : Lightweight library to easily extract data from zip files
zziplib-devel.i686 : Development files for the zziplib library
zziplib-devel.x86_64 : Development files for the zziplib library
zziplib-utils.i686 : Utilities for the zziplib library
zziplib-utils.x86_64 : Utilities for the zziplib library

再执行此命令./configure --prefix=/usr/local/pgsql/postgresql-13.1,正常执行
再执行make,执行成功

All of PostgreSQL successfully made. Ready to install.

有关安装postgre,推荐下面这篇博客的安装教程。写的非常详细。
https://blog.csdn.net/kinshy/article/details/112134102

你的问题是在尝试使用`systemctl start postgresql`命令启动PostgreSQL服务时遇到了错误,提示postgresql.service not found。这个错误通常意味着系统找不到名为postgresql的systemd服务单元文件。 首先,你需要确认你的系统是否支持PostgreSQL。在一些系统上,可能需要额外安装一些包或服务来运行PostgreSQL。在Linux系统上,常见的包可能包括`postgresql`、`postgresql-server`等。 如果你的系统已经支持PostgreSQL,并且你确认了你的服务名称正确(例如:postgresql.service),那么可能的原因是你的systemd环境没有正确配置以找到这个服务。你可以尝试以下步骤来解决这个问题: 1. 检查你的systemd版本和配置:确保你的系统已经安装了正确版本的systemd,并且其配置文件(例如/etc/systemd/system/multi-user.target.wants/postgresql.service)存在并且没有被错误地移动或删除。 2. 确保PostgreSQL服务已经正确安装:使用包管理器(如apt、yum等)检查并安装PostgreSQL服务。 3. 检查服务单元文件的路径:确认postgresql.service是否存在于正确的位置。通常,它应该位于/etc/systemd/system/或者/usr/lib/systemd/system/目录下。 4. 重新加载systemd配置:使用以下命令重新加载systemd配置,以便它可以找到新的服务单元文件: ```bash sudo systemctl daemon-reload ``` 5. 尝试手动启动服务:使用以下命令手动启动PostgreSQL服务,以确认问题是否解决: ```bash sudo systemctl start postgresql ``` 如果以上步骤都无法解决问题,你可能需要提供更多关于你的系统环境(例如操作系统、包管理器等)的信息,以便更好地帮助你解决问题。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值