i just recently installed Linux-PAM-0.75 my ulitimate goal is to "make lnp PASSWDTYPE=pam SSLTYPE=unix" i have everything set for the SSL just dont really understand much about PAM because the readme has 3 instructions "./configure, make, make install"
> On Thu, 28 Mar 2002 06:31:07 -0600 (CST), Brian Collins, Admin for Lk > Inc. wrote: >> news.c:309: warning: passing arg 3 of `scandir' from incompatible >> pointer type > > These error messages are covered in the FAQ. Different UNIX variants > prototype scandir() differently. One way causes this warning message > from POSIX compliant C compilers but the right code is generated > anyway; the other way causes an error message from other C compilers > and the compilation stops. > > /usr/lib/gcc-lib/i386-slackware-linux/3.0.3/../../../../i386-slackware- > linux/bin/ld: >> cannot find -lpam > > This error message indicates that you don't have the PAM library, so > you can't build it with PAM. Use "make slx" instead of of "make lnp".
