I\'m trying to compile a linux program, id3v2, and it says it is can\'t find the appropriate library:
id3v2: error while loading shared libraries: libid3-3.8.so
This solved the issue Just add /usr/local/lib to /etc/ld.so.conf (unless it's already in there; only put it once), then run ldconfig.