search for: glibcfix

Displaying 1 result from an estimated 1 matches for "glibcfix".

Did you mean: glibc_fix
2004 Feb 12
1
Solution: iproute2 and kernel 2.6.1
..."The simplest trick which I was able to invent is to write fake db.h including db_185.h and adding -I/usr/include/db3 to CFLAGS." ... #include <db_185.h> ----- </snip iproute2/include-glibc/db.h> ----- The solution was to chang the following line in iproute2/Makefile from: GLIBCFIX=-I../include-glibc -I/usr/include/db3 to: GLIBCFIX=-I../include-glibc -I/usr/include/db4 and make sure that KERNEL_INCLUDE pointed to, which I''d done from the very beginning. > KERNEL_INCLUDE=/usr/src/linux-2.6.1/include I''m one happy camper now *grin* Thanks Dale _______...