MdCharm
MdCharm copied to clipboard
MdCharm 1.2 Linux binary version misses libhunspell.so
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.
I had the same problem. Please include this dependency with the deb
Same problem here.
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 Thx. It works on Ubuntu 15.05 :+1: :)
@joserprieto Thx, this solved it for me on 14.04 :+1:
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 )
Could anyone knows how to fix this folk & fix this dependence problem? (Because of #4)