HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
[hylafax-users] Mac OS X 10.4.2 Client and HylaFAX 4.2.2, and PAM
Hi,
I am new to HylaFAX and have a few questions:
1, when i downloaded the source for HylaFAX 4.2.2 and modified the
configure file
from:
#include "security/pam_appl.h"
...
CheckForLibrary pam_authenticate -lpam &&
CheckForIncludeFile security/pam_appl.h && {
to:
#include "pam/pam_appl.h"
...
CheckForLibrary pam_authenticate -lpam &&
CheckForIncludeFile pam/pam_appl.h && {
the compile goes ok:
...
Checking for PAM (Pluggable Authentication Module) support
... found. Enabling PAM support
...
however, when i run make:
...
/usr/bin/ranlib libfaxutil.a
make[3]: *** No rule to make target `-lpam', needed by `faxmsg'. Stop.
make[2]: *** [default] Error 2
i seem to have the man file for pam_authenticate, but i cant find the
file that executes. if i leave out the PAM make and make install go
ok. any suggestions?
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*