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

libhunspell.so: cannot open shared object file: No such file or directory in Debian #26

Open
tonghuix opened this issue Feb 26, 2015 · 6 comments

Comments

@tonghuix
Copy link

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

OS: Debian Jessie / amd64

@tonghuix
Copy link
Author

Installed from deb file. I think it may lack some dependencies.
Please re-check it again.

@RasmusB
Copy link

RasmusB commented Mar 20, 2015

It works after installing libhunspell-dev. I'm not sure if that is a bug in the Debian libhunspell package or a missing dependency in the .deb.

@cookiengineer
Copy link

Same here on UbuntuGNOME 15.04 and 14.04.2 LTS.

@towserchen
Copy link

What a pity.

@brbsix
Copy link

brbsix commented Nov 16, 2015

If you have libhunspell-1.3-0 installed, you can just run the following command:

sudo ln -s /usr/lib/x86_64-linux-gnu/libhunspell-1.3.so.0.0.0 /usr/lib/x86_64-linux-gnu/libhunspell.so

No need to install the development package.

@loretoparisi
Copy link

@brbsix I'm having the same issue with libhunspell-1.5.so.0

analyze: error while loading shared libraries: libhunspell-1.5.so.0: cannot open shared object file: No such file or directory

while I have it in

root@13868b65a558:/hunspell# /usr/local/lib/
libhunspell-1.5.la        libhunspell-1.5.so        libhunspell-1.5.so.0      libhunspell-1.5.so.0.0.0  pkgconfig/                
root@13868b65a558:/hunspell# /usr/local/lib/libhunspell-1.5.so.0

but not in /usr/lib/x86_64-linux-gnu/.

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

No branches or pull requests

6 participants