On Mon, 1 May 2000, Jared Proudfoot wrote:
> -lnsl -lcrypt -ldb -lresolv \
> auths/auths.a(call_pam.o): In function `auth_call_pam':
> call_pam.o(.text+0x15a): undefined reference to `pam_start'
I think you need a -lpam added to your gcc line. I don't have the
Makefile, but maybe there is a line that has something like:
LIBS = -lnsl -lcrypt -ldb -lresolv
Try adding -lpam to the end of this list.
Jeremy C. Reed
....................................................
BSD software, documentation, resources, news...
http://bsd.reedmedia.net