szechyjs / dsd

Digital Speech Decoder
Other
680 stars 267 forks source link

dsd: error while loading shared libraries: libmbe.so.1 #125

Open hyserski opened 1 year ago

hyserski commented 1 year ago

Hi. I'm trying to use dsd on my Fedora 36 I installed everything including mbelib & I see this Can I fix it somehow? dsd: error while loading shared libraries: libmbe.so.1: cannot open shared object file: No such file or directory

sgarringer commented 1 year ago

You probably need to make sure to add /usr/local/lib to your library path:

export LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib