View Single Post
Old 07-22-2009, 04:59 PM   #1
ronniet
Junior Member
ronniet began at the beginning.
 
ronniet's Avatar
 
Posts: 3
Karma: 10
Join Date: Jul 2009
Device: Sony PRS-505
Question libunrar.so for Ubuntu Jaunty

Hi,
Just got my PRS-505 today and Calibre looks just the ticket!

Unfortunately when I try to convert a CBR file I get the error:
Quote:
('OSError', u'libunrar.so: cannot open shared object file: No such file or directory')
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/calibre/parallel.py", line 960, in worker
result = work(client_socket, func, args, kwdargs)
File "/usr/lib/python2.6/dist-packages/calibre/parallel.py", line 918, in work
res = func(*args, **kargs)
File "/usr/lib/python2.6/dist-packages/calibre/ebooks/lrf/comic/convert_from.py", line 501, in do_convert
tdir = extract_comic(source)
File "/usr/lib/python2.6/dist-packages/calibre/ebooks/lrf/comic/convert_from.py", line 57, in extract_comic
extract(path_to_comic_file, tdir)
File "/usr/lib/python2.6/dist-packages/calibre/__init__.py", line 152, in extract
from calibre.libunrar import extract as rarextract
File "/usr/lib/python2.6/dist-packages/calibre/libunrar.py", line 30, in
_libunrar = load_library(_librar_name, cdll)
File "/usr/lib/python2.6/dist-packages/calibre/__init__.py", line 136, in load_library
return cdll.LoadLibrary(name+'.so')
File "/usr/lib/python2.6/ctypes/__init__.py", line 431, in LoadLibrary
return self._dlltype(name)
File "/usr/lib/python2.6/ctypes/__init__.py", line 353, in __init__
self._handle = _dlopen(self._name, mode)
OSError: libunrar.so: cannot open shared object file: No such file or directory
Which, I assume, means I need libunrar.so. I've hunted everywhere and can't find it anywhere. It's not in the repo's so I'm at a loss...

Any help is most appreciated on this one... it's driving me crazy!
ronniet is offline   Reply With Quote