JvanKatwijk / dab-cmdline

DAB decoding library with example of its use
GNU General Public License v2.0
57 stars 29 forks source link

dab_cmdline unable to locate shared library #11

Closed Discosmurf closed 7 years ago

Discosmurf commented 7 years ago

I've followed your guide, but when I try to run dab_cmdline I get the following error: ./dab_cmdline: error while loading shared libraries: libdab_lib.so: cannot open shared object file: No such file or directory

This may be a stupid question, but am I supposed to move libdab_lib.so somewhere after I build? (The install places the lib correctly into /usr/local/lib)

Discosmurf commented 7 years ago

Solved: After installing the shared library, runldconfig in order to update the shared library cache.