View Single Post
Old 14 August 2014, 18:13   #46
Keir
Registered User
 
Join Date: May 2011
Location: Cambridge
Posts: 682
Quote:
Originally Posted by Retroplay View Post
However the lib is still not detected by disk-analyse:
Code:
linux-gate.so.1 =>  (0xb778e000)
    libdisk.so.0 => /usr/local/lib/libdisk.so.0 (0xb7747000)
    libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xb7597000)
    /lib/ld-linux.so.2 (0xb778f000)
That should pretty much be all I need to do to make it work right ?
Can you do:
Quote:
strings /usr/local/lib/libdisk.so.0 | grep "CT Raw"
Which will confirm that the installed library is definitely up to date. If you get no output from the above command then it is not up to date.

If it is up to date then please let us know the exact command line you give disk-analyse, together with all output.
Keir is offline  
 
Page generated in 0.04322 seconds with 11 queries