Compile TigerVNC 1.11.0 without PAM support
by dodoLQ from LinuxQuestions.org on (#5APDK)
Tried to compile (SlackBuild) TigerVNC 1.11.0 on 14.2_64 (stable), but a pb occured:
Code:-- Looking for include file security/pam_appl.h
-- Looking for include file security/pam_appl.h - not found
-- Looking for pam_start
-- Looking for pam_start - not found
CMake Error at CMakeLists.txt:275 (message):
Could not find PAM development files
- Configuring incomplete, errors occurred!I didn't find an option in cmake to correct that.. Any ideas? ;)


Code:-- Looking for include file security/pam_appl.h
-- Looking for include file security/pam_appl.h - not found
-- Looking for pam_start
-- Looking for pam_start - not found
CMake Error at CMakeLists.txt:275 (message):
Could not find PAM development files
- Configuring incomplete, errors occurred!I didn't find an option in cmake to correct that.. Any ideas? ;)