#postfix#
ps:yum源已经替换到阿里云了
1、官网下载的postfix3.5.4.tar.gz 然后解压 这一步没问题
2、make 出错 提示请先安装 db*-devel 包
[root@192 postfix-3.5.4]# make
make -f Makefile.in MAKELEVEL= Makefiles
(echo "# Do not edit -- this file documents how Postfix was built for your machine."; /bin/sh makedefs) >makedefs.tmp
No <db.h> include file found.
Install the appropriate db*-devel package first.
make: *** [Makefile.in:33:Makefiles] 错误 1
make: *** [Makefile:22:Makefiles] 错误 2
3、yum install de*-devel -y
[root@192 postfix-3.5.4]# yum -y install db*-devel
Repository AppStream is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository PowerTools is listed more than once in the configuration
Repository centosplus is listed more than once in the configuration
上次元数据过期检查:0:25:23 前,执行于 2020年07月06日 星期一 22时49分00秒。
软件包 dbus-devel-1:1.12.8-9.el8.x86_64 已安装。
软件包 dbus-glib-devel-0.110-2.el8.x86_64 已安装。
软件包 dbusmenu-qt5-devel-0.9.3-0.20.20160218.el8.1.x86_64 已安装。
依赖关系解决。
无需任何处理。
完毕!
4、保险起见我重启服务器 但是 还是没有用依然提示原来的错误
ps:yum源已经替换到阿里云了
1、官网下载的postfix3.5.4.tar.gz 然后解压 这一步没问题
2、make 出错 提示请先安装 db*-devel 包
[root@192 postfix-3.5.4]# make
make -f Makefile.in MAKELEVEL= Makefiles
(echo "# Do not edit -- this file documents how Postfix was built for your machine."; /bin/sh makedefs) >makedefs.tmp
No <db.h> include file found.
Install the appropriate db*-devel package first.
make: *** [Makefile.in:33:Makefiles] 错误 1
make: *** [Makefile:22:Makefiles] 错误 2
3、yum install de*-devel -y
[root@192 postfix-3.5.4]# yum -y install db*-devel
Repository AppStream is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository PowerTools is listed more than once in the configuration
Repository centosplus is listed more than once in the configuration
上次元数据过期检查:0:25:23 前,执行于 2020年07月06日 星期一 22时49分00秒。
软件包 dbus-devel-1:1.12.8-9.el8.x86_64 已安装。
软件包 dbus-glib-devel-0.110-2.el8.x86_64 已安装。
软件包 dbusmenu-qt5-devel-0.9.3-0.20.20160218.el8.1.x86_64 已安装。
依赖关系解决。
无需任何处理。
完毕!
4、保险起见我重启服务器 但是 还是没有用依然提示原来的错误

