Template:FAQ:Compiling 04
From Net-SNMP Wiki
This is the same basic problem - the relevant development RPMs
have not been installed. You should either install them
(bzip2-devel
and libselinux-devel
respectively), or create
any missing symbolic links by hand:
(cd /usr/lib ; ls -s libbz2* libselinux*) ln -s libbz2.so.1 /usr/lib/libbz2.so ln -s libselinux.so.1 /usr/lib/libselinux.so