Displaying 1 result from an estimated 1 matches for "nis_sperrno".
2000 Feb 18
0
compiling in NIS+ support error
I would like t compile NIS+ support into SAMBA, but I am getthing an
error. I am doing this:
./configure --with-nisplus
and when I run make, I get these errors:
Linking bin/smbd
passdb/nispass.o: In function `make_sam_from_nisresult':
passdb/nispass.o(.text+0x84f): undefined reference to `nis_sperrno'
passdb/nispass.o: In function `nisp_get_nis_list':
passdb/nispass.o(.text+0x8ff): undefined reference to `nis_list'
passdb/nispass.o(.text+0x956): undefined reference to `nis_freeresult'
passdb/nispass.o: In function `endnisppwent':
passdb/nispass.o(.text+0x9ba): undefined refe...