On Sat, 27 Dec 2003 19:12:30 -0800, "karthik selvan" <karthik_selvan@hotmail.com> wrote: >1) I able not able to build modutils-2.4.26. I am getting follwoing error >messages >obj_x86_64.c:109: 'R_X86_64_64' undeclared (first use in this function). >obj_x86_64.c:113: 'R_X86_64_32' undeclared (first use in this function). You need a newer set of kernel headers, one that defines R_X86_64_64. If you do not want to upgrade the kernel headers then configure modutils without combined 32/64 support, you will get ix86 only. ./configure --disable-common-i386 -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/