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
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/
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
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
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
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
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
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
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
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
10 matches
Mail list logo