motivation
In the installation steps of upgrading openssh → → configuration command
./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
An error was reported
configure: error: PAM headers not found
Solution
yum -y install pam-devel
Similar Posts:
- zlib.h:no such file or directory
- Python3 ImportError: No module named _ssl [How to Solve]
- /usr/bin/ld: cannot find -lz
- [Solved] Ruby cannot load such file — zlib, openssl(LoadError), gem No rule to make target `/include/ruby.h’
- Python Installation WARNING: pip is configured with locations that require TLS/SSL, however the ssl module…
- Python Via get-pip.py Install pip Error: zipimport.ZipImportError: can‘t decompress data; zlib not availabl
- [Solved] SCP transmission prompt bash: SCP: command not found
- PHP5.6.27 Install error: error: dereferencing pointer to incomplete type ‘EVP_PKEY’ {aka ‘struct evp_pkey_st’}
- Make Command ERROR: “make:*** No targets specified and no makefile found.Stop.” [Three Method to Solve]
- [Solved] E: Sub-process /usr/bin/dpkg returned an error code (1)