[Samba] samba --with-pam install problems

Jim Watt wattjg at appliedbiosystems.com
Mon Mar 18 19:12:03 GMT 2002


--On 03/18/2002 10:22 PM +0100 flitjens wrote:

} The define PAM_SERVICE_ERR is defined in _pam_types.h. Above you can see that
} the file is available on my system. On the other hand if you open
} nsswitch/pam_winbind.h you can read that the headerfile pam_modules.h is only
} included if the flag HAVE_SECURITY_PAM_MODULES_H is defined. This headerfile
} is responsible for including _pam_types.h wich expaines the compiler error.
} 
} My question is:
} 
} How do I define HAVE_SECURITY_PAM_MODULES_H

That's the easy part.  You'll find it in source/include/config.h.
The one here (for a RH 6.2 machine) contains this:

/* Define if you have the <security/pam_modules.h> header file.  */
#define HAVE_SECURITY_PAM_MODULES_H 1

The difficult part will be determining why configure didn't find
the pam headers in /usr/include/security.

Jim
--
Jim Watt                               wattjg at appliedbiosystems.com
Applied Biosystems                     Voice (desk): +1 408 577 2228
3833 North First Street                Fax:          +1 408 894 9307
San Jose CA 95134-1701                 Voice (main): +1 408 577 2200





More information about the samba mailing list