[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: How to compile the PAM module



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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]