Build error - configure: error: pam_modules.h not found
Closed this issue · 2 comments
jfcgaspar commented
Hi,
So attempting to build pam_radius-3.0.0 and I am getting the following error on the ./configure step
checking for pam/pam_modules.h... no configure: error: pam_modules.h not found
I have attached the configure log. Am I missing some dependency ?
I have tried on RHEL 8.10 and Debian 12, both have returned with same error.
Thanks for any assitance
alandekok commented
You have to install the PAM header files. These are part of some PAM developer package, and aren't included with the module.
jfcgaspar commented
Thanks, build was sucessful after installing pam-devel package.