Hello,
I m trying to compile this example from Appendix B exactly as is:
docs.freebsd.org
Compiler: CC
FreeBSD x64 13.1
Seems it's missing headers (I get unresolved symbol first referenced in ...for all pam functions)
tried editing CFLAGS in the make.conf also tried via -L param but no luck
the pam_appl.h is located in /usr/include/security/ (I checked)
What am I doing wrong ?
Your friendly noob,
Momchil
I m trying to compile this example from Appendix B exactly as is:
Pluggable Authentication Modules
A guide to the PAM system and modules under FreeBSD
Compiler: CC
FreeBSD x64 13.1
Seems it's missing headers (I get unresolved symbol first referenced in ...for all pam functions)
tried editing CFLAGS in the make.conf also tried via -L param but no luck
the pam_appl.h is located in /usr/include/security/ (I checked)
What am I doing wrong ?
Your friendly noob,
Momchil