OS: Solaris 8
Compiler: gcc
Output of crle:
crle -c /var/ld/ldconfig -l /usr/lib:/usr/ssl/lib
I compiled 5.4 with my usual bells and whistles and installed.
When I run with my usual startup script it fails:
ls.so.1: fatal: libgcc.so.1: open failed: No such file or directory
WTF?
--
This comm
I'm implementing a V3 MIB which uses traps to send notifications back to a
manager that certain tasks are complete...
For example
manager does a SET request for a BIT saying execute (an INT 1), the agent
receives the set, then notifies saying the BIT has completed, then the
manager does a GET r
bhushan wrote:
> 2) compile my subagnt on windows so as to get exe of it
> to send trap -- so how should i compile agent on windows ?
> are this api ( ie send_v2trap, snmp_varlist_add_variable) will
> work on windows are there any dll which have thiis function.
README.win32 explain
On 27/11/06, Venkata Guddeti <[EMAIL PROTECTED]> wrote:
> Even if I switch the order of variables, the problem is with the 2nd variable.
That sounds like the handler isn't properly working through the list
of varbind that it's given.
> I am attaching the code here in a file tables_gbbfcommn.c: