Re: Error while loading

From: Nick Couchman (Nick.Couchman_at_seakr_dot_com)
Date: Fri Jul 20 2007 - 05:15:03 PDT

  • Next message: Paul H. Hargrove: "Announcing the release of BLCR 0.6.0_beta1"
    You need to make sure that libcr.so.0 is in your library search path.  There are a couple of ways you can do this...first, you could export the LD_LIBRARY_PATH environment variable with the directory where libcr.so.0 resides.  This is kind of a pain to make sure that you have this done each and every time, so the easier way is to edit /etc/ld.so.conf and add the directory where libcr.so.0 resides to that file, then run "ldconfig" (as root or with sudo) to regenerate the library search cache.  If you're not sure where libcr.so.0 resides, check /usr/local/lib, first, as I think that's where it goes by default.
     
    --Nick
    
    >>> On 2007/07/20 at 01:44, Thitinan Tantidham <[email protected]> wrote:
    Hi there,
    
    I am a phd student and interested checkpoint for my own research. 
    I followed the installation guide, blcr-0.5.6/doc/html/BLCR_Admin_Guide.html. I have got error when I call a program: 
    
    cr_checkpoint: error while loading shared libraries: libcr.so.0: cannot open shared object file: No such file or directory
    
    Would you mind to tell me how to solve it?
    
    My system is running on linux 2.6.13-15.13-default and when I check lsmod, blcr is already there.
    
    lsmod
    Module                  Size  Used by
    usb_storage            72640  0
    blcr                   48652  0
    blcr_vmadump           19600  1 blcr
    blcr_imports            7424  2 blcr,blcr_vmadump
    ipt_pkttype             1664  1
    ipt_LOG                 6912  9
    ...
    
    Thank you very much for your help.
    
    Have a nice day,
    Thitinan T.
    
    
    
    
    Be a better Heartthrob. Get better relationship answers  ( http://us.rd.yahoo.com/evt=48255/*http://answers.yahoo.com/dir/_ylc=X3oDMTI5MGx2aThyBF9TAzIxMTU1MDAzNTIEX3MDMzk2NTQ1MTAzBHNlYwNCQUJwaWxsYXJfTklfMzYwBHNsawNQcm9kdWN0X3F1ZXN0aW9uX3BhZ2U-?link=list&amp;sid=396545433 )from someone who knows.
    Yahoo! Answers - Check it out. 
    

  • Next message: Paul H. Hargrove: "Announcing the release of BLCR 0.6.0_beta1"