Hum... I need development header files? I have pam installed, and the header files does exist at /usr/include/pam: -rw-r--r-- 1 root root 2972 2009-10-29 18:58 _pam_compat.h -rw-r--r-- 1 root root 6101 2009-10-29 18:58 _pam_macros.h -rw-r--r-- 1 root root 12837 2009-10-29 18:58 _pam_types.h -rw-r--r-- 1 root root 3297 2009-11-06 10:15 pam_appl.h -rw-r--r-- 1 root root 7203 2009-10-29 18:58 pam_client.h -rw-r--r-- 1 root root 3251 2009-10-29 18:58 pam_ext.h -rw-r--r-- 1 root root 1140 2009-10-29 18:58 pam_filter.h -rw-r--r-- 1 root root 1577 2009-10-29 18:58 pam_misc.h -rw-r--r-- 1 root root 6432 2009-10-29 18:58 pam_modules.h -rw-r--r-- 1 root root 4076 2009-10-29 18:58 pam_modutil.h Thanks, On Fri, Nov 6, 2009 at 2:18 PM, Alan DeKok <aland@deployingradius.com> wrote:
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. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- Chico Sokol