Regarding cross compile and Perl Dependecy

2011-11-16 Thread Suresh kumar




Hello all,
 



I have to
build net-snmp 5.6.1 on taget RT Linux.



i what know
how i build this for cross compile target platform on Montavista Linux.?



and Second
think i also want know what are the net-snmp dependency on Perl. is Perl is lib
is require on target platform.



Thanks in Advance
~Suresh
  --
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Re: Install net-snmp into Ubuntu

2011-11-16 Thread Dave Shield
On 16 November 2011 15:38, francisco moreno fjmom...@gmail.com wrote:
  I solved the install problem. The problem was that some scripts using the
 sh shell and others the bash shell. I changed the symbolic link /bin/sh
 - /bin/dash to /bin/sh - /bin/bash. Then the intallation was successfull.

Do you know which scripts were being affected by this?
This is something that we should try to fix if possible.


   I run the snmpd daemon that it is on /usr/local/sbin/snmpd
 and it show this message:
  error while loading shared libraries: libnetsnmpagent.so.15:
 cannot open shared object file: No such file or directory

Does this library exist anywhere?
(Probably as /usr/local/lib/libnetsnmpagent.so.15)

What does 'ldd /usr/local/sbin/snmpd' report?
Try running the command 'ldconfig'   (as root)
What does 'ldd /usr/local/sbin/snmpd' report?

If it's still complaining about missing libraries,
then is there a directory /etc/ld.conf.d ?
If so, then try creating a file
/etc/ld.conf.d/net-snmp.conf
containing
/usr/local/lib
and then run 'ldconfig' again.

What does ldd report now?
Does the agent start or not?


   My other problem is the agentx not start and my application doesn't work
        - the agentx wasn't into /var directory

As I already said, this will be created automatically when you run the agent.
If the agent is not able to run (because of the missing library problem),
then of course, it won't be creating this folder!

Concentrate on fixing the agent first

Dave

--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users