OpenSSH / Ubuntu PAM Headers missing

by Wolfram Saringer  (2013-11-22)
last change: 2013-11-22


When compiling OpenSSH on Ubuntu you might get the error message "PAM headers not found". Try installing the missing header files:

sudo apt-get install libpam0g-dev

and retry
./configure --prefix=/usr --sysconfdir=/etc/ssh --with-pam


all articles represent the sole opinion of their respective author. all content comes without any warranty for correctnes, despite due diligence.