I am trying to install some software on Fedora Linux. I am getting the following error:
cc -L/usr/local/lib -o ./makepath build/makepath.c -pthread -ldl -lm -lbz2
/usr/bin/ld: cannot find -lbz2
collect2: ld returned 1 exit status
gmake: *** [makepath] Error 1
Configured.


I ran "locate libbz2" and got:
/lib/libbz2.so.1
/lib/libbz2.so.1.0.4
/lib64/libbz2.so.1
/lib64/libbz2.so.1.0.4