Hi Rich,
Thanks for the follow up and the reminders I should remember. doh!
I am on a couple of Dell laptops so my architecture is x86_64.
The compile experience is that I started with './autogen.sh' which ends successfully with
'Now type './configure' and 'make' to compile.'running ./configure goes pretty far along but ultimately ends with ...
checking for pam_start in -lpam... yes
checking security/pam_appl.h usability... no
checking security/pam_appl.h presence... no
checking for security/pam_appl.h... no
configure: error: Can't find required header files.
I have linux-pam-dev.tcz and linux-pam.tcz loaded. (pluggable authentication modules). The .h file in my system is actually located here:
/usr/local/include/pam_appl.h so I thought maybe that was it... In the ./configure file I see
if test "x$ac_cv_lib_pam_pam_start" = xyes; then :
ac_fn_c_check_header_mongrel "$LINENO" "security/pam_appl.h" "ac_cv_header_security_pam_appl_h"
I tried using my directory for the .h file but it didn't change the outcome... just shooting in the dark on that.
I added the additional extensions:
bc glibc_apps elfutils-dev Regarding the linux-headers I loaded
linux-4.19_api_headers.tczRe-ran './autogen.sh' and './configure' but I am ending at the same spot.
thanks so much!
Billy