Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

MdCharm 1.2 Linux binary version misses libhunspell.so #23

Open
m1lhaus opened this issue Jan 24, 2015 · 7 comments
Open

MdCharm 1.2 Linux binary version misses libhunspell.so #23

m1lhaus opened this issue Jan 24, 2015 · 7 comments

Comments

@m1lhaus
Copy link

m1lhaus commented Jan 24, 2015

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.

@RamananSharma
Copy link

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

@twistedpair
Copy link

Same problem here.

@joserprieto
Copy link

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 :)

@TylerTemp
Copy link

@joserprieto Thx. It works on Ubuntu 15.05 👍 :)

@AlexZeitler
Copy link

@joserprieto Thx, this solved it for me on 14.04 👍

@Deevad
Copy link

Deevad commented Sep 10, 2015

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 )

@TylerTemp
Copy link

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

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants