Hi
all,
I'm trying to extend
the agent, by using a dynamically loaded SO.
The init_plugin()
function calls c++ functions that are compiled with extern
"C".
And in turn, the c++
functions try to connect by TCP to get the info for the SNMP
query.
The problem is that
the TCP connection always fails, but if I make a simple executable that uses the
SO, it works fine.
I'm using net-SNMP
5.1.2
Is there something
that I'm missing here? any configuration I must tweak so that I could open tcp
sockets?
Please
help...
AryeS.
