Results 1 to 2 of 2
Trying to get Savage to work on Breezy, but I seem have to struck quite the dead end. I've installed all the necessary libs and made softlinks where appropriate. I ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-18-2006 #1Just Joined!
- Join Date
- Feb 2005
- Location
- At a rock house in Oak Cliff...
- Posts
- 87
Interesting Savage Error
Trying to get Savage to work on Breezy, but I seem have to struck quite the dead end. I've installed all the necessary libs and made softlinks where appropriate. I followed the HowTo from ubuntu exactly, but I get this error when I try and run it:
Traceback (most recent call last):
File "<string>", line 11, in ?
File "iu.py", line 277, in importHook
File "iu.py", line 362, in doimport
File "/home/slothy/cvs/src/s2update/builds2update/out1.pyz/wxPython", line 20, in ?
File "iu.py", line 277, in importHook
File "iu.py", line 338, in doimport
File "iu.py", line 184, in getmod
File "archive.py", line 386, in getmod
File "iu.py", line 46, in getmod
ImportError: /usr/lib/libtiff.so.3: file too short
There was an error (error 65280 - Unknown error 65280) running the updater! bailing out
I've tried googling, but there isn't a thing on "file too short". Any help would be great.
- 02-18-2006 #2
First make sure that /usr/lib/libtiff.so.3 is a symlink to /usr/lib/libtiff.so.3.8.0 (or whatever version you may be using), if it's not, you can create it with the following command;
First remove /usr/lib/libtiff.so.3 (preferably copy it somewhere you can get it again), then as root issue the following command, ln -sv /usr/lib/libtiff.so.3.8.0 /usr/lib/libtiff.so.3, remember to adjust your version number accordingly.
If the error still persists, then it's probably time to reinstall libtiff.
"file too short" i believe is an error message that prevents loading of files that are believed to be corrupted because they don't meet an expected size, the cause of this could be any number of reasons.Great GNU/Linux references and resources:
The Linux Documentation Project
Rute User's Tutorial and Exposition
GNU/Linux Man Pages


Reply With Quote
