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

2019-07-31 17:25 By "Powerless" 3324 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

  • Redis各种数据类型的使用场景举例分析【三】
    Posted on 2018-11-22 17:00
  • 投票通过,PHP 8 确认引入 Union Types 2.0
    Posted on 2019-11-18 22:22
  • PHP设计模式 - 委托模式
    Posted on 2019-04-25 16:15
  • BASE原则
    Posted on 2020-12-17 16:42
  • 一些常见的基础概念
    Posted on 2018-11-28 19:10
  • HTTP和HTTPS的区别
    Posted on 2020-08-10 23:00
  • PHP扩展安装
    Posted on 2019-06-24 11:28
  • 程序员年中考试题-段子版
    Posted on 2021-06-23 15:57