>>>>> On Tue, 21 Dec 2004 11:16:45 +0200, Mike Mohamet <[EMAIL PROTECTED]> said:
Mike> I am using the UCD-SNMP-4.2.6 and I am trying to use the Mike> send_easy_trap function in a project that I am Mike> developing. Although, I included the header file with the Mike> function prototype, I cannot build my application due to a Mike> linker error concerning the function definition. (undefined Mike> reference to `send_easy_trap(int, int)' You need to include all the right libraries. That function should only be called within the agent. Are you coding an agent module? -- Wes Hardaker Sparta ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
