Linux 无法打开/usr/share/sendmail-cf/m4/cf.m4

2019-07-31 17:25 By "Powerless" 3357 0 1

[root@wzxaini9 /]# m4 sendmail.mc > sendmail.cf
m4:sendmail.mc:10: cannot open `/usr/share/sendmail-cf/m4/cf.m4': No such file or directory

这是因为sendmail-cf包不存在并且需要安装

[root@wzxaini9 /]# yum install sendmail-cf -y
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
......

安装完成后即可使用

[root@wzxaini9 /]# m4 sendmail.mc > sendmail.cf


评 论

View in WeChat

Others Discussion

  • PHP扩展ImageMagick安装
    Posted on 2022-11-11 11:16
  • Redis各种数据类型的使用场景举例分析【三】
    Posted on 2018-11-22 17:00
  • TCP协议的特性
    Posted on 2019-04-26 16:46
  • 前端知识体系精简-Css
    Posted on 2018-03-28 18:34
  • 一些常见的基础概念
    Posted on 2018-11-28 19:10
  • MySQL事务介绍
    Posted on 2019-06-05 18:14
  • 程序员年中考试题-段子版
    Posted on 2021-06-23 15:57
  • BASE原则
    Posted on 2020-12-17 16:42