Hi, Well, It seems I have the agent installed on my computer :
[root@sonde-test ntop]# locate ucdagent /home/pierlo/ucd-snmp-4.2.3/agent/.libs/libucdagent- 0.4.2.3.so /home/pierlo/ucd-snmp-4.2.3/agent/.libs/libucdagent.so /home/pierlo/ucd-snmp-4.2.3/agent/.libs/libucdagent.a /home/pierlo/ucd-snmp-4.2.3/agent/.libs/libucdagent.lai /home/pierlo/ucd-snmp-4.2.3/agent/.libs/libucdagent.la /home/pierlo/ucd-snmp-4.2.3/agent/libucdagent.la /usr/lib/libucdagent.so.0.0.0 /usr/lib/libucdagent.so.0 /usr/local/lib/libucdagent-0.4.2.3.so /usr/local/lib/libucdagent.so /usr/local/lib/libucdagent.la /usr/local/lib/libucdagent.a [root@sonde-test ntop]# locate ucdmibs /home/pierlo/ucd-snmp-4.2.3/agent/.libs/libucdmibs- 0.4.2.3.so /home/pierlo/ucd-snmp-4.2.3/agent/.libs/libucdmibs.so /home/pierlo/ucd-snmp-4.2.3/agent/.libs/libucdmibs.a /home/pierlo/ucd-snmp-4.2.3/agent/.libs/libucdmibs.lai /home/pierlo/ucd-snmp-4.2.3/agent/.libs/libucdmibs.la /home/pierlo/ucd-snmp-4.2.3/agent/libucdmibs.la /home/pierlo/ucd-snmp-4.2.3/win32/libucdmibs /home/pierlo/ucd-snmp-4.2.3/win32/libucdmibs/.cvsignore /home/pierlo/ucd-snmp- 4.2.3/win32/libucdmibs/libucdmibs.def /home/pierlo/ucd-snmp- 4.2.3/win32/libucdmibs/libucdmibs.dsp /usr/lib/libucdmibs.so.0.0.0 /usr/lib/libucdmibs.so.0 /usr/local/lib/libucdmibs-0.4.2.3.so /usr/local/lib/libucdmibs.so /usr/local/lib/libucdmibs.la /usr/local/lib/libucdmibs.a And the same kind of result with "locate snmp" (but the list is very long) Obviously, I have the required files but ntop cannot find them... I altered the path (I mean the $PATH var) which looks like now /usr/local/lib:/home/pierlo/ucd-snmp- 4.2.3/agent/.libs but this didn't work out. I still have the same message in step 7. Maybe because we are not talking about the same path (what do you mean by 'standard path' if not $PATH ?) In my opinion, there might be a change to apply in UCD-SNMP check in my configure.in file (lines 1033 and following) : dnl> dnl> check for `UCD-SNMP' library by University of California [http://ucd-snmp.ucdavis.edu] AC_CHECK_LIB(ucdagent, register_mib, [AC_DEFINE (HAVE_SNMP) SNMPLIBS="-lsnmp -lucdagent -lucdmibs"], , - lsnmp -lucdagent -lucdmibs $LIBS $MORELIBS) How would it be possible to change this line in order that 'configure' file take a look in /usr/local/lib or /home/pierlo/ucd-snmp-4.2.3/agent/.libs where the files are located ??? What would be the syntax like ? Finally, what is 'register_mib' ??? If this is a file, I don't have it... Thanks a lot for your support ! Pierre-Loic -------------- Profitez de l'offre sp�ciale Tiscali Liberty Surf ! 50% de temps en plus pendant 3 mois sur tous les forfaits Internet. http://register.libertysurf.fr/subscribe_fr/signup.php3 _______________________________________________ Ntop-dev mailing list [EMAIL PROTECTED] http://listmanager.unipi.it/mailman/listinfo/ntop-dev
