How to compile the PAM module

Kenneth Geisshirt kenneth at geisshirt.dk
Wed Mar 7 12:25:37 UTC 2007


qin wrote:

> I have no idea. Could sombody give me some advice?

Try:

$ gcc -fPIC -c pam_module.c
$ ld -x --shared -o pam_module.so pam_module.o

/kneth




More information about the Pam-list mailing list