Disable Prelinking Ubuntu10

Hello,

I have done the checkpoint (with BLCR library) of my program like that in a machine /home/researcher
~/blcr-build/bin/cr_run find /
ps aux | grep find
~/blcr-build/bin/cr_checkpoint -f /tmp/find.blcr 15135

i have migrate the file find.blcr in another machine /home/researcher1
i'd like to do the restart ~/blcr-build/bin/cr_restart /home/researcher1/find.blcr but i have this problem on /home/researcher1/ :

  • open('/home/researcher/blcr-build/libcr/.libs/libcr_run.so.0.5.2', 0x0) failed: -2
  • mmap failed: /home/researcher/blcr-build/libcr/.libs/libcr_run.so.0.5.2
  • thaw_threads returned error, aborting. -2
    Restart failed: No such file or directory

perhaps for this reason :

Please, How can i disable the prelinking in ubuntu10? after or before install blcr ?
Thank you.