Closed GoogleCodeExporter closed 9 years ago
Thanks Josechu.
I guess I've compiled the Ubuntu package only for i386. I'll try to make it for
any architecture. But please give me a few days, because I'm dead busy right
now.
Thanks again.
Original comment by gordebak
on 16 Aug 2010 at 8:01
Thank you for taking it into consideration!
Original comment by josechu2...@gmail.com
on 16 Aug 2010 at 9:26
Actually, if you couldn't start TextRoom after you've installed from the
generic Linux installer (i.e. textroom-0.6.5-installer.bin) that may be because
of some lacking dependencies. That installer doesn't control the dependencies.
So can you give it a try after you've installed QtGui, QtCore, SDL, and
SDL-mixer packages again? That must be the problem also behind it isn't able to
compile.
Please try these and give me an answer if it worked out.
Original comment by gordebak
on 26 Aug 2010 at 2:15
I'm also running 10.04 / 64-bit Ubuntu. I was able to compile from source,
but I did have similar(?) issues with the installer. josechu, try running
textroom from a command line (xterm or whatever) instead of the application
menu and note any errors you see. I recall seeing an issue with a hunspell
library when I did that. For whatever reason I resolved that only once I did
the full compilation.
Original comment by frey...@gmail.com
on 26 Aug 2010 at 9:35
Yeah, sorry, I forgot to mention hunpsell dependency. You should install that
too.
Original comment by gordebak
on 26 Aug 2010 at 10:23
I've installed manually several packages related to hunspell, but Textroom
doesn't run either.
When I run it in a terminal, I get this error message:
textroom: error while loading shared libraries: libhunspell-1.2.so.0: cannot
open shared object file: No such file or directory
even though I see libhunspell-1.2-0 correctly installed in the Synaptic Package
Manager
Original comment by josechu2...@gmail.com
on 26 Aug 2010 at 11:58
Please look into /usr/lib folder for files starting with libhunspell-1.2. If
there is one that named similar to "libhunspell-1.2.so.0.0.0" you should create
a libhunspell-1.2.so file by entering the following command in the Terminal:
sudo ln -s libhunspell-1.2.so.0.0.0(or whatever your libhunspell file's name
is, usually the longest filename) libhunspell-1.2.so.0
Please try this and report back. This seems to be a problem about your hunspell
installation.
Original comment by gordebak
on 27 Aug 2010 at 12:43
Thanks,
I run the following command line:
/usr/lib$ sudo ln -s libhunspell-1.2.so.0.0.0 libhunspell-1.2.so.0
but I keep getting the same error message when I try to run Textroom on the
console:
/usr/lib$ textroom
textroom: error while loading shared libraries: libhunspell-1.2.so.0: cannot
open shared object file: No such file or directory
Original comment by josechu2...@gmail.com
on 27 Aug 2010 at 10:09
Note that if you have a 64bit system you need 32bit libraries for 32bit
applications. AFAIK 32bit libs are installed into /usr/lib32/ on Ubuntu and not
/usr/lib/ so if there's no libhunspell-1.2.so.0 in there the 32bit TextRoom
version won't work.
Original comment by MauriceG...@googlemail.com
on 27 Aug 2010 at 3:14
Solution
1. Download de .DEB package for i386. Install it using: sudo dpkg -i
--force-architecture /path/to/package.deb
2. install getlibs: http://explore-ubuntu.blogspot.com/2010/04/getlibs.html
3. install lib with getlibs: getlibs libhunspell-1.2.so.0
Be happy! :D
Original comment by PauloRcC...@gmail.com
on 24 Sep 2010 at 8:40
Thanks Paulo for the help, your solution worked fine!
Original comment by albert.k...@gmail.com
on 10 Oct 2010 at 1:41
Original comment by gordebak
on 29 Dec 2010 at 10:09
Re: #10
Thanks, that worked like a charm!
Original comment by malep...@gmail.com
on 23 Jun 2011 at 9:05
Original issue reported on code.google.com by
josechu2...@gmail.com
on 16 Aug 2010 at 6:15