6 Nov
2009
6 Nov
'09
8:18 a.m.
Chico Sokol wrote:
Hy guys, I'm using version 2.1.7. And I'm having trouble at building freeradius from de source with pam module (rlm_pam). Here's what I'm doing:
# ./configure --with-modules=rlm_pam # make
Then I get the following error, during the pam module compilation:
rlm_pam.c:123: warning: 'struct pam_response' declared inside parameter list
You don't have the PAM development header files installed. You will need to figure out where they are (which package, etc.), and install them. Alan DeKok.