MdCharm icon indicating copy to clipboard operation
MdCharm copied to clipboard

MdCharm 1.2 Linux binary version misses libhunspell.so

Open m1lhaus opened this issue 10 years ago • 7 comments
trafficstars

When I download and install mdcharm_1.2_amd64.deb, it won't run because it needs libhunspell.so.

mdcharm: error while loading shared libraries: libhunspell.so: cannot open shared object file: No such file or directory

I need to manually install sudo apt-get install libhunspell-dev (Debian derivatives). Please include this library to deb package.

m1lhaus avatar Jan 24 '15 20:01 m1lhaus

I had the same problem. Please include this dependency with the deb

RamananSharma avatar Feb 13 '15 07:02 RamananSharma

Same problem here.

twistedpair avatar Feb 26 '15 21:02 twistedpair

Try this: $ sudo apt-cache search libhunspell

I got this:

$ sudo apt-cache search libhunspell libhunspell-1.3-0 - spell checker and morphological analyzer (shared library) libhunspell-1.3-0-dbg - spell checker and morphological analyzer (debug symbols) libhunspell-dev - spell checker and morphological analyzer (development)

$ sudo apt-get install libhunspell-1.3-0 libhunspell-dev

This work for me :)

joserprieto avatar May 06 '15 19:05 joserprieto

@joserprieto Thx. It works on Ubuntu 15.05 :+1: :)

TylerTemp avatar Jun 21 '15 15:06 TylerTemp

@joserprieto Thx, this solved it for me on 14.04 :+1:

AlexZeitler avatar Aug 12 '15 08:08 AlexZeitler

I had the issue. Clicking the icon of MdCharm did nothing in the menu. I tried within a terminal to see what happens, and get a terminal output error message described here on first post. I copy-pasted in a webrowser to land on this page. Please, make this dependencies a requirement in the *.deb package, or many users will probably skip trying. ( Linux Mint 17.2 , based on ubuntu 14.04 )

Deevad avatar Sep 10 '15 23:09 Deevad

Could anyone knows how to fix this folk & fix this dependence problem? (Because of #4)

TylerTemp avatar Sep 11 '15 11:09 TylerTemp