Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => Linux Servers Support => Topic started by: indigo on May 28, 2013, 07:45:47 PM

Title: configure: error: PAM enabled but headers or library not found, install the PAM
Post by: indigo on May 28, 2013, 07:45:47 PM
I have now following error when I am trying to install Monit, earlier it was error with gcc missing, I fixed that and this error :

configure: error: PAM enabled but headers or library not found, install the PAM development support or run configure --without-pam

I ran
Code: [Select]
Yum install pamPam was installed but still same error ..

And now what is the problem ?
Title: Re: configure: error: PAM enabled but headers or library not found, install the PAM
Post by: indigo on May 28, 2013, 08:09:22 PM
I again found solution myself.. actually I need to install pam-devel also.. so should be like :
Code: [Select]
yum install -y yum-devel
I might look impatient but I was just looking for answer online and after install yum-devel , it solved problem of pam not found.