github / cmark-gfm

GitHub's fork of cmark, a CommonMark parsing and rendering library and program in C
Other
876 stars 171 forks source link

cmark-gfm: cannot open shared object file #163

Closed poupryc closed 5 years ago

poupryc commented 5 years ago

Hi everyone,

I just installed cmark-gfm with make, make test and then sudo make install. But when I executed cmark-gfm, I got the following cmark-gfm: error while loading shared libraries: libcmark-gfm-extensions.so.0.29.0.gfm.0: cannot open shared object file: No such file or directory. I've tried different things without success.

kivikakk commented 5 years ago

Is that .so actually being installed? Can you find it next to other cmark .so files in /usr/lib or /usr/local/lib? If not, we need to fix that. If so, maybe sudo ldconfig is required.

poupryc commented 5 years ago

It's strange, I cleaned some files and it seems to work fine. Sorry for the inconvenience >.<

kivikakk commented 5 years ago

I'm glad it's working for you now!

Poikilos commented 4 years ago

@HelloEdit Please explain what you did to fix the problem. I have the problem too. I tried:

Those steps did not resolve the issue.

:edit: The above was on Fedora 33 or so. sudo ldconfig fixed it on Debian 10 though.

Poikilos commented 1 year ago

It's strange, I cleaned some files and it seems to work fine. Sorry for the inconvenience >.<

Can you explain what you did? I still have the problem on Fedora 37.