aad-for-linux / pam_aad

Azure Active Directory PAM Module
GNU General Public License v3.0
22 stars 9 forks source link

Issue while installing pam module #37

Open ankitmunot opened 8 months ago

ankitmunot commented 8 months ago

Hello Team, I am trying to integrate Azure AD with a Linux VM for authentication via SSH. I am trying to install pam_aad module on Ubuntu 20.04 VM. The following error appears when I run ./bootstrap.sh:

image

Does this require any prerequisites? Do I miss something?

ankitmunot commented 8 months ago

Someone can help me on this ?

flexwie commented 4 months ago

I fixed this by installing libtool

ankitmunot commented 3 months ago

@flexwie Thanks for your help. It resolved that issue. Now facing the issue while running the make command

image

Could you please help me to resolve this issue?

flexwie commented 3 months ago

Sure. I think in the end you will need to install the following packages

apt install libcurl4-openssl-dev libjansson-dev libsodium-dev libjwt-dev libpam0g-dev

and fetch the prebuilt package for sds from here.