Hi!
I'm trying to recompile the autofs package, from the hamm distribution, so I can run it on my bo system. I patched the sources and ran the 'rules' script and this is what I get instead of a nice debian package: Leeloo:~/leeloo/tmp/autofs-0.3.14$ debian/rules test -f debian/rules make make[1]: Entering directory `/amd/Leeloo/home/students/feri/tmp/autofs-0.3.14' for i in daemon modules man; do make -C $i all; done make[2]: Entering directory `/amd/Leeloo/home/students/feri/tmp/autofs-0.3.14/daemon' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/amd/Leeloo/home/students/feri/tmp/autofs-0.3.14/daemon' make[2]: Entering directory `/amd/Leeloo/home/students/feri/tmp/autofs-0.3.14/modules' gcc -shared -O3 -fomit-frame-pointer -Wall -I../include -fpic -DAUTOFS_LIB_DIR=\"/usr/lib/autofs\" -o lookup_yp.so lookup_yp.c -lnsl ld: cannot open -lnsl: No such file or directory make[2]: *** [lookup_yp.so] Error 1 make[2]: Leaving directory `/amd/Leeloo/home/students/feri/tmp/autofs-0.3.14/modules' make[2]: Entering directory `/amd/Leeloo/home/students/feri/tmp/autofs-0.3.14/man' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/amd/Leeloo/home/students/feri/tmp/autofs-0.3.14/man' make[1]: Leaving directory `/amd/Leeloo/home/students/feri/tmp/autofs-0.3.14' touch build What is the 'nsl' library and where can I get it?? feri. -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .