From: jody (jody.xha_at_gmail_dot_com)
Date: Sat Oct 31 2009 - 03:56:23 PDT
Hi I tried to install BLCR on my gentoo machine (gentoo kernel 2.6.30-gentoo-r6) but i don't get past thr configuring stage. If i do ./configure --prefix=/opt/blcr-0.8.2 the reply is checking for Linux kernel symbol table... failed configure: error: Failed to locate kernel symbol table. Try using --with-system-map or --with-vmlinux. if i do ./configure --prefix=/opt/blcr-0.8.2 --with-vmlinux=/usr/src/linux-2.6.30-gentoo-r6/vmlinux the reply is checking for Linux kernel symbol table... failed configure: error: Failed to validate "/usr/src/linux-2.6.30-gentoo-r6/vmlinux" if i do configure --prefix=/opt/blcr-0.8.2 --with-system-map=/boot/System.map-genkernel-x86-2.6.30-gentoo-r6 the reply is checking for Linux kernel symbol table... failed configure: error: Failed to validate "/boot/System.map-genkernel-x86-2.6.30-gentoo-r6" But those files exist: # ls -l /boot/System.map-genkernel-x86-2.6.30-gentoo-r6 -rw-r--r-- 1 root root 1310433 Oct 11 01:51 /boot/System.map-genkernel-x86-2.6.30-gentoo-r6 # ls -l /usr/src/linux-2.6.30-gentoo-r6/vmlinux -rwxr-xr-x 1 root root 8374414 Oct 11 01:51 /usr/src/linux-2.6.30-gentoo-r6/vmlinux Does anybody have an idea how i can get this to work? Thank You Jody