PDA

View Full Version : Testdisk Won't run - Cannot find libntfs.so.9



LordKuat
02-10-2007, 08:28 PM
Hey all,

Testdisk won't run as it can't find libntfs.so.9. I went looking, and while libntfs.so.9 isn't there, libntfs.so.10 is. So, how can I get testdisk to work? .9 is absent, but can I make it use .10? thanks alot.

Friedrich
02-20-2007, 08:30 AM
testdisk: error while loading shared libraries: libntfs.so.9: cannot open shared object file: no such file or directory

there is (Knoppix 5.1.1) no libntfs.so.9 (in /usr/lib/) but:
libntfs.so -> libntfs.so.10.0.0
libntfs.so.10 -> libntfs.so.10.0.0

what do you think about this:
rootwindow

cd /usr/lib
ln -s libntfs.so.10.0.0 libntfs.so.9

now testdisk will run