--- net-snmp-5.5/configure.d/config_os_libs~ 2009-07-11 23:04:37.000000000 +0200 +++ net-snmp-5.5/configure.d/config_os_libs 2010-05-12 14:24:23.649259395 +0200 @@ -310,18 +310,6 @@ NETSNMP_SEARCH_LIBS(BZ2_bzread, bz2,,, $LMIBLIBS, _rpmlibs) fi - # two variants of db1 need checking. - NETSNMP_SEARCH_LIBS(dbopen, [db1 db],,, $LMIBLIBS, _rpmlibs) - - # two variants of db3 need checking. - NETSNMP_SEARCH_LIBS(db_create, [db-3.1 db-3.0],,, $LMIBLIBS, _rpmlibs) - - # rpm-3.0.5 and later needs popt. - NETSNMP_SEARCH_LIBS(poptParseArgvString, popt,,, $LMIBLIBS, _rpmlibs) - - # rpm-4.0.x needs rpmio. - NETSNMP_SEARCH_LIBS(Fopen, rpmio,,, $LMIBLIBS, _rpmlibs) - # rpm-4.0.3 librpmdb actually contains what we need. NETSNMP_SEARCH_LIBS(rpmdbOpen, rpmdb,,, $LMIBLIBS, _rpmlibs) # now check for rpm using the appropriate libraries.