pam_appl.h and pam_misc.h missing, in rshd.c source code

后端 未结 4 1742
时光取名叫无心
时光取名叫无心 2021-02-20 05:20

I am working on a centOS 5.5 OS.

It shows error that /security/pam_appl.h and /security/misc.h file is missing.

Actually my rshd.c does not load

4条回答
  •  孤街浪徒
    2021-02-20 05:32

    For people who find this through the search engines, the following worked for me on CentOS 7:

    yum install pam-devel
    

提交回复
热议问题