Compile Linux-PAM 1.2.1 from source
Hi everybody
For research purposes I want to compile Linux-PAM-1.2.1 from source code.
Version of my linux is
cat /etc/centos-release
CentOS release 6.4 (Final)
I run following command:
[root@localhost Linux-PAM-1.2.1]# ./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --disable-regenerate-docu --enable-securedir=/lib/security ;
and has the following error: undefined reference to `selinux_check_access'
My final destination is to register windows station in Samba domain
My question is :What is the correct way to compile linux-pam on centos 6.4?
|