Re: How to configure net-snmp for arm-linux

2008-04-01 Thread Dave Shield
On 01/04/2008, Colin Strachan <[EMAIL PROTECTED]> wrote: > find -name "*.o" -exec rm -f {} \; > find -name "*.lo" -exec rm -f {} \; > find -name "*.so" -exec rm -f {} \; > find -name "*.la" -exec rm -f {} \; > find -name "*.a" -exec rm -f {} \; That'd be incredibly inefficient! Try find

Re: How to configure net-snmp for arm-linux

2008-04-01 Thread Colin Strachan
Vishal This script builds the agent only, tweak to suit your requirements. cd net-snmp-5.4.1/ find -name "*.o" -exec rm -f {} \; find -name "*.lo" -exec rm -f {} \; find -name "*.so" -exec rm -f {} \; find -name "*.la" -exec rm -f {} \; find -name "*.a" -exec rm -f {} \; export PATH= $PATH:/opt/

How to configure net-snmp for arm-linux

2008-04-01 Thread Vishal Nandanwar
Hi, I want to build Net-SNMP-5.4.1 for arm linux. I am using snapgear for arm-linus. Is anybody knows how to configure and compile it for arm-linux? Vishal N - Check out the new SourceForge.net Marketplace. It's the best plac

Net-SNMP for ARM

2008-02-14 Thread Vishal N
Hi All, Do any one has compiled Nety-SNMP for ARM. How to compile Net-SNMP for ARM? which configuration/Environmen parameters I need to set? I am using Fedora 6 and target os if uClinux. Vishal N - This SF.net email is

Compilation error in Net-SNMP for arm linux

2008-02-11 Thread विशाल नंदनवार
Hi, I want to compile Net-SNMP-5.1.4 for arm linux, but it is giving me following error, mibII/var_route.c: In function `var_ipRouteEntry': mibII/var_route.c:506: error: dereferencing pointer to incomplete type mibII/var_route.c:550: error: dereferencing pointer to incomplete type mibII/var_route

Re: compile net-snmp for ARM 9

2006-09-25 Thread Zhang Chuan
Hi, Thanks for the help!   With Thomas' help, I have finished cross compile on ARM9 successfully. And I can run "snmpd -d -Le -f" to start the main agent of Net-SNMP. Thank you very much!   But the next problem occurred. I wrote some codes for a test mib file: ComputerMIB. And I have compile those

Re: compile net-snmp for ARM 9

2006-09-22 Thread Thomas Anders
Zhang Chuan wrote: > But the next problem occurred, I have to migrate the agent from X86 to > ARM9. > I have get the cross compile(arm-linux-gcc). But how can I compile the > snmpd with the cross compile tool? Should I only change the "gcc" to > "arm-linux-gcc" in the Makefile, and "configure", "ma

compile net-snmp for ARM 9

2006-09-22 Thread Zhang Chuan
Hi, everyone   With Mr.Dave and Mr.Robert 's kindly help, I have finished my first net-snmp agent on FC3. Thank you very much!   But the next problem occurred, I have to migrate the agent from X86 to ARM9. I have get the cross compile(arm-linux-gcc). But how can I compile the snmpd with the cross c

Re: RPM version of Net-SNMP for ARM

2005-04-28 Thread Alexander W. Janssen
On Wed, Apr 27, 2005 at 06:17:30PM +0200, Stage Iup - Fabrice & Frédéric wrote: > [EMAIL PROTECTED] sbin]$snmpd > snmpd: error in loading shared libraries: libcrypto.so.4: cannot open > shared object file: No such file or directory Install the OpenSSL-libraries and their development files, if they

RPM version of Net-SNMP for ARM

2005-04-27 Thread Stage Iup - Fabrice & Frédéric
Hi all I've tried to use Net-Snmp (found in ELDK iso >>>net-snmp-arm_trg-5.0.6-17_2.arm.rpm ) for arm. This is a Arm target version. so i've installed the agent and when i try to launch it, i've got an error that call libcrypto.so.4 but i've only have some libcrypt libs and no lib called libcrypto