Linux -- 升级openssh报 PAM headers not found


动机

在升级OpenSSH的安装步骤 →→→ 配置命令


./configure --prefix=/usr/local/openssh/ --sysconfdir=/etc/ssh --with-md5-passwords --with-pam --with-zlib --with-openssl-includes=/usr --with-privsep-path=/var/lib/sshd

报了错误

configure: error: PAM headers not found

解决方案

yum -y install pam-devel

摘抄文档


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM