RE: Error while starting sub-agent

2008-10-04 Thread bhuvaneswar.lalith
, Michael [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2008 4:24 PM To: [email protected] Subject: AW: Error while starting sub-agent Hi, it looks like there are two different libs envolved. Maybe the second system had another installation of net-snmp already installed

Re: Error while starting sub-agent

2008-10-03 Thread Wes Hardaker
> On Mon, 29 Sep 2008 15:28:22 +0530, <[EMAIL PROTECTED]> said: bl> $./example-subagent& bl> ./example-subagent: symbol lookup error: /usr/lib/libnetsnmp.so.10: bl> undefined symbol: RAND_bytes compile it with the -lcrypto library too. -- Wes Hardaker Sparta, Inc. --

AW: Error while starting sub-agent

2008-09-29 Thread Hanig, Michael
Hi, it looks like there are two different libs envolved. Maybe the second system had another installation of net-snmp already installed (from a package)? -Ursprüngliche Nachricht- When I compiled my sub-agent again on the new system (with out any changes) and executed the sub-agent, I am

Error while starting sub-agent

2008-09-29 Thread bhuvaneswar.lalith
Hi, I have developed a sub-agent (example-subagen) and it was working properly. But due to some problems, I have to create build environment on another system. When I compiled my sub-agent again on the new system (with out any changes) and executed the sub-agent, I am getting the following error: