Bruce Dubbs schrieb: > Tobias Gasser wrote: > > >>> Bruce Dubbs wrote: >>> > > >>> If you really want a challenge, get nfs-utils to work with glibc-2.14{,.1} >>> >>> >>> >> working for me. >> >> libtirpc 0.2.2 with no-des.patch >> > > Well this is what I get: > > $ tar -xf libtirpc-0.2.2.tar.bz2 > $ cd libtirpc-0.2.2 > $ ../configure > ... > $ make > ... > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -DPORTMAP > -DINET6 -DVERSION=\"0.2.2\" -D_GNU_SOURCE -Wall -pipe -g -O2 -MT > libtirpc_la-auth_time.lo -MD -MP -MF .deps/libtirpc_la-auth_time.Tpo -c > auth_time.c -fPIC -DPIC -o .libs/libtirpc_la-auth_time.o > auth_time.c:46:24: fatal error: rpcsvc/nis.h: No such file or directory > compilation terminated. > make[2]: *** [libtirpc_la-auth_time.lo] Error 1 > make[2]: Leaving directory `/usr/src/libtirpc/libtirpc-0.2.2/src' > > What do you have that I don't? I'm using LFS7. > > -- Bruce >
an important detail i just missed: (btw: i already wrote it, but with the wrong sender-address... sorry for the noise) don't forget to copy the rpc-headers from glibc mkdir /usr/include/rpc{,svc} cp sunrpc/rpc/*.h /usr/include/rpc cp sunrpc/rpcsvc/*.h /usr/include/rpcsvc cp nis/rpcsvc/*.h /usr/include/rpcsvc as far as i remember, william gets the credits for this information. tobias -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page