switchkiller / pam-face-authentication

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

Not work in gentoo #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Installation - no errors ....
[ebuild  N    ] media-libs/opencv-2.0.0  USE="ffmpeg gstreamer gtk jpeg mmx 
openmp png python sse sse2 tiff v4l -debug -deprecated -examples -ieee1394 
-jpeg2k -octave -sse3 -test -xine" 0 kB [0]
[ebuild  N    ] sys-auth/pam-face-authentication-0.3  0 kB [1]
2. I start qt-qt-facetrainer without problems ...
3. Editing /etc/pam.d/sudo
4. Run
wasia@host ~ % sudo ls
Face Verification Pluggable Authentication Module Started
Keep proper distance with the camera.
Verifying Face ...
Verification successful.
zsh: segmentation fault  sudo ls
wasia@host ~ % 

I apologize for my English:)

Original issue reported on code.google.com by wrinkles...@gmail.com on 3 Feb 2010 at 4:43

GoogleCodeExporter commented 9 years ago
can you install opencv-2.0.0 without OpenMP ?

Original comment by rohan.a...@gmail.com on 17 Feb 2010 at 5:30

GoogleCodeExporter commented 9 years ago
Compiling OpenCV 2.0 without OpenMP fixes and building pam-face-authentication 
fixes this. OpenCV 2.1 works without any problem. They have removed OpenMP 
dependency.

Original comment by rohan.a...@gmail.com on 8 Jul 2010 at 10:57