switchkiller / pam-face-authentication

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

install on ubuntu 10.04 error " PAM was not found " #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
am runing ubuntu linux 10.04 Desktop x86 
I am facing problem with installing PAM and  I got this error 

-- Checking GNUCXX version 3/4 to determine  OpenCV /opt/net/ path
CMake Error at cmake/modules/FindPAM.cmake:70 (message):
  PAM was not found
Call Stack (most recent call first):
  CMakeLists.txt:81 (FIND_PACKAGE)

-- Configuring incomplete, errors occurred!

I try serverel time but with no hope 

Original issue reported on code.google.com by a7med.na...@gmail.com on 17 Jul 2010 at 9:17

GoogleCodeExporter commented 9 years ago
you must download libpam-dev fist
sudo apt-get install libpam-dev 

and try again to cmake 

Original comment by kacangi...@gmail.com on 22 Jul 2010 at 4:45

GoogleCodeExporter commented 9 years ago
Have a look at: 
http://pam-face-authentication.org/wiki/index.php?title=Installation#.28K.29Ubun
tu

Original comment by feichtne...@gmail.com on 19 Aug 2010 at 5:07

GoogleCodeExporter commented 9 years ago
I am in ubuntu 10.10 and I am having the same issue, I tried your solution ans 
this is what I got:

sudo apt-get install libpam-dev 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting libpam0g-dev instead of libpam-dev
libpam0g-dev is already the newest version.

Original comment by nolansyk...@gmail.com on 8 Dec 2010 at 9:50

GoogleCodeExporter commented 9 years ago
remove the build directory
and recreate it, and follow the installation procedure

Original comment by rohan.a...@gmail.com on 8 Dec 2010 at 9:58

GoogleCodeExporter commented 9 years ago
wow, that really worked and I have no idea why...

Original comment by nolansyk...@gmail.com on 8 Dec 2010 at 10:32