Template:FAQ:Compiling 04

From Net-SNMP Wiki
Revision as of 14:43, 22 October 2006 by Dts12 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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