Installing BLCR on Lustre Kernel

From: Karthik Gopalakrishnan (gopalakk_at_cse.ohio-state.edu)
Date: Mon Apr 06 2009 - 12:24:11 PDT

  • Next message: Zhiyong Wang: "integrate BLCR into GDB"
    Hi Paul.
    
    I configured & installed BLCR 0.8.1 from source using
    [root@x4 blcr-0.8.1]# ./configure --prefix=/usr/local/blcr-0.8.1
    --with-linux=/lib/modules/2.6.18-92.1.10.el5_lustre.1.6.6smp/build/ &&
    make && make install
    
    The build & installation go through fine. When I try to load
    blcr_imports.ko, I get the following error message in dmesg.
    "Running kernel UTS_RELEASE (2.6.18-92.1.10.el5_lustre.1.6.6smp) does
    not match that used to build BLCR
    (2.6.18-92.1.10.el5_lustre.1.6.6custom)"
    
    Additionally,
    
    [root@x4 build]# uname -r
    2.6.18-92.1.10.el5_lustre.1.6.6smp
    [root@x4 build]# cat
    /lib/modules/2.6.18-92.1.10.el5_lustre.1.6.6smp/build/include/linux/utsrelease.h
    #define UTS_RELEASE "2.6.18-92.1.10.el5_lustre.1.6.6custom"
    
    How do I resolve this problem?
    
    Thanks & Regards,
    Karthik
    

  • Next message: Zhiyong Wang: "integrate BLCR into GDB"