--- mbrowse-0.3.1/configure.orig 2007-04-22 22:36:23 +1100 +++ mbrowse-0.3.1/configure 2007-04-22 22:46:27 +1100 @@ -4097,7 +4097,9 @@ echo $ECHO_N "checking for snmp-type... for trytype in libsnmp.sl libsnmp.so libsnmp.a libnetsnmp.sl libnetsnmp.so libnetsnmp.a ; do if test -r "$tryprefix/lib/$trytype" ; then SNMP_LIBS="-L$tryprefix/lib -lsnmp" - fi + elif test -r "$tryprefix/lib64/$trytype" ; then + SNMP_LIBS="-L$tryprefix/lib64 -lsnmp" + fi done fi