Difference between revisions of "Template:FAQ:Compiling 04"

From Net-SNMP Wiki
Jump to: navigation, search
 
(No difference)

Latest revision as of 14:43, 22 October 2006

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