zhangshine / MdCharm

MdCharm Source Code
BSD 3-Clause "New" or "Revised" License
354 stars 100 forks source link

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

Open tonghuix opened 9 years ago

tonghuix commented 9 years ago

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 commented 9 years ago

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

RasmusB commented 9 years ago

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 commented 9 years ago

Same here on UbuntuGNOME 15.04 and 14.04.2 LTS.

towserchen commented 9 years ago

What a pity.

brbsix commented 8 years ago

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 commented 7 years ago

@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/.