How to fix "fatal error: security/pam

  
 

The missing header file ‘security/pam_modules.h’ is part of the libpam development, a PAM (Pluggable Authentication Modules) library. So to fix this error, you need to install the libpam development package as shown below.

For Debian, Ubuntu or Linux Mint:< sudo apt-get install libpam0g-dev

Yes with CentOS, Fedora or RHEL:< sudo yum install Gcc pam-devel

Now verify that the missing header files are installed in /usr/include/security.



Copyright © Windows knowledge All Rights Reserved