On 1/2/07, Mauricio Casanova <[EMAIL PROTECTED]> wrote: > > make output: > [...] > make[1]: Entering directory `/sources/iproute2-2.6.16-060323/misc' > gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I../include > -DRESOLVE_HOSTNAMES -I/usr/include -o arpd arpd.c ../lib/libnetlink.a > ../lib/libutil.a -ldb -lpthread > arpd.c:19:20: error: db_185.h: No such file or directory
Something has gone wrong with your Berkeley DB installation because you should have /usr/include/db_185.h. Maybe run a `find /usr/include -name db_185.h' to see if it's there but in a different directory. If it's not there, you may just want to go back to the DB page and reinstall it. Although, in that case, you may want to reinstall perl, too, since it will build a db module. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
