error while loading shared libraries, file too short
Posted
by
tommyk
on Ask Ubuntu
See other posts from Ask Ubuntu
or by tommyk
Published on 2011-02-01T11:39:05Z
Indexed on
2011/02/01
15:33 UTC
Read the original article
Hit count: 474
shared-library
|binary
From one of my customers I got an application. When I try to run it I got following error
error while loading shared libraries: ./libvtkWidgets.so.5.4: file too short
In my project structure I see following:
-rwxrwxrwx 1 tomasz tomasz 20 2011-02-01 10:44 libvtkWidgets.so
-rwxrwxrwx 1 tomasz tomasz 22 2011-02-01 10:44 libvtkWidgets.so.5.4
-rwxrwxrwx 1 tomasz tomasz 2147103 2011-02-01 10:44 libvtkWidgets.so.5.4.2
Is my shared library libvtkWidgets corrupted ? How to solve that error ?
© Ask Ubuntu or respective owner