http://www.linuxfromscratch.org/blfs/view/svn/basicnet/rpcbind.html
bash-4.2# make make all-recursive make[1]: Entering directory `/tmp/rpcbind-0.2.0' Making all in src make[2]: Entering directory `/tmp/rpcbind-0.2.0/src' make all-am make[3]: Entering directory `/tmp/rpcbind-0.2.0/src' /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -lpthread -ltirpc -o rpcbind check_bound.o rpcbind.o rpcb_svc_4.o rpcb_svc_com.o util.o pmap_svc.o rpcb_stat.o rpcb_svc.o security.o warmstart.o -lpthread gcc -g -O2 -o rpcbind check_bound.o rpcbind.o rpcb_svc_4.o rpcb_svc_com.o util.o pmap_svc.o rpcb_stat.o rpcb_svc.o security.o warmstart.o /usr/lib/libtirpc.so -lnsl -lpthread -Wl,--rpath -Wl,/usr/lib -Wl,--rpath -Wl,/usr/lib /usr/lib/libtirpc.so: undefined reference to `key_encryptsession_pk' /usr/lib/libtirpc.so: undefined reference to `key_gendes' /usr/lib/libtirpc.so: undefined reference to `getnetname' /usr/lib/libtirpc.so: undefined reference to `getpublickey' /usr/lib/libtirpc.so: undefined reference to `_des_crypt_call' collect2: ld returned 1 exit status make[3]: *** [rpcbind] Error 1 make[3]: Leaving directory `/tmp/rpcbind-0.2.0/src' make[2]: *** [all] Error 2 make[2]: Leaving directory `/tmp/rpcbind-0.2.0/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/rpcbind-0.2.0' make: *** [all] Error 2 bash-4.2# Google is not helping much with this. I've run into the suggestion that changes in glibc are to blame, but that evidently isn't correct. Hmm, should the error where /usr/lib/libtirpc.so is being looked at be something along the lines of /lib/libtirpc.so??? -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
