switchkiller / pam-face-authentication

Automatically exported from code.google.com/p/pam-face-authentication
0 stars 0 forks source link

configure: error: PAM library missing #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. svn checkout http://pam-face-authentication.googlecode.com/svn/trunk/ 2.
pam-face-authentication
3. cd pam-face-authentication
4. ./autogen.sh
5. ./configure 

What is the expected output? What do you see instead?

configure: error: PAM library missing

What version of the product are you using? On what operating system?

pam-face-authentication 0.2 in Ubuntu 8.10

Please provide any additional information below.

Original issue reported on code.google.com by markin...@gmail.com on 17 Jul 2009 at 11:38

GoogleCodeExporter commented 9 years ago
A have the same problem...

What steps will reproduce the problem?
1. Download in
http://pam-face-authentication.googlecode.com/files/pam-face-authentication-0.2.
tar.gz
2. tar xzvf pam-face-authentication-0.2.tar.gz
3. cd pam-face-authentication-0.2
4. ./configure 

What is the expected output? What do you see instead?

checking for pam_start in -lpam... no
configure: error: PAM library missing

What version of the product are you using? On what operating system?

pam-face-authentication 0.2 in Ubuntu 9.04

Please provide any additional information below.

Instaled libcv1-1.0.0.6-1 and slang-gsl-0.7.0-4 from ubuntu repositories

Original comment by timtonys on 17 Jul 2009 at 4:51

GoogleCodeExporter commented 9 years ago
you need to install pam-devel library
i think the name in ubuntu would be 
libpam0g-dev - Development files for PAM

Original comment by rohan.a...@gmail.com on 17 Jul 2009 at 4:56

GoogleCodeExporter commented 9 years ago

Original comment by rohan.a...@gmail.com on 17 Jul 2009 at 4:57

GoogleCodeExporter commented 9 years ago
Ok.

Now I Compile fine. Thanks.

Original comment by timtonys on 22 Jul 2009 at 2:59

GoogleCodeExporter commented 9 years ago
no problem
marking as fixed

Original comment by rohan.a...@gmail.com on 22 Jul 2009 at 4:33