View Single Post
Old 14 August 2014, 16:55   #44
Keir
Registered User
 
Join Date: May 2011
Location: Cambridge
Posts: 682
Quote:
Originally Posted by Retroplay View Post
No, all my images are *.raw files.
I tried renaming them to *.ctr but that didn't work either.

I have libcapsimage.so.5.1 installed and linked in the same location as libdisk.so.0.
Code:
sudo ln -s /usr/local/lib/libcapsimage.so.5.1 /usr/local/lib/libcapsimage.so.5
Perhaps I need to rename the library to something else ?
Then I think you are not running the latest libdisk. If you have downloaded and installed it, you can check where disk-analyse is picking the library up from by running
Code:
ldd `which disk-analyse`
Perhaps you have an old version installed somewhere which is getting picked up by mistake?

The latest libdisk will give you a warning to download v5 of the IPF support library if it doesn't find it. If you don't see that message then your libdisk is stale.
Keir is offline  
 
Page generated in 0.04534 seconds with 10 queries