Re: ./snmpd:not found

2010-04-30 Thread Sylvain Dery
e.net Sent: Mon, March 15, 2010 11:29:48 AM Subject: Re: ./snmpd:not found On 15 March 2010 15:22, Sylvain Dery wrote: > $ ldd ./snmpd >  not a dynamic executable > $ file ./snmpd > ./snmpd: ELF 32-bit LSB executable, ARM, version 1, > dynamically linked (uses shared libs) Hmmm..

Re: -sh: ./snmpd:not found

2010-03-16 Thread Bart Van Assche
On Mon, Mar 15, 2010 at 2:52 PM, Sylvain Dery wrote: > Setting LD_TRACE_LOADED_OBJECTS did not do anything... any other > suggestions are welcome! > > > /usr/local/sbin # LD_TRACE_LOADED_OBJECTS=1 ./snmpd > -sh: ./snmpd: not found > > Printing which shared libraries are necessary by setting LD_TRA

Re: ./snmpd:not found

2010-03-15 Thread Sylvain Dery
load/net-snmp-5.5/ARG-temp-install" --with-ldflags=-Bstatic > Regards, Sylvain From: Dave Shield To: Sylvain Dery Cc: net-snmp-users@lists.sourceforge.net Sent: Mon, March 15, 2010 11:29:48 AM Subject: Re: ./snmpd:not found On 15 March 2010 15:22, Syl

Re: ./snmpd:not found

2010-03-15 Thread Dave Shield
On 15 March 2010 15:22, Sylvain Dery wrote: > $ ldd ./snmpd >  not a dynamic executable > $ file ./snmpd > ./snmpd: ELF 32-bit LSB executable, ARM, version 1, > dynamically linked (uses shared libs) Hmmm... So one command states that it's not using shared libraries, while the other claims tha

Re: ./snmpd:not found

2010-03-15 Thread Sylvain Dery
/home/sylvain.dery/Download/net-snmp-5.5/ARG-temp-install" > --with-ldflags=-Bstatic > Regards, Sylvain From: Sylvain Dery To: Dave Shield Cc: net-snmp-users@lists.sourceforge.net Sent: Mon, March 15, 2010 10:34:03 AM Subject: Re: ./snmpd:not found If you

Re: ./snmpd:not found

2010-03-15 Thread Sylvain Dery
net-snmp-users@lists.sourceforge.net Sent: Mon, March 15, 2010 10:02:17 AM Subject: Re: ./snmpd:not found On 15 March 2010 13:53, Sylvain Dery wrote: > You are correct, but I am still clueless on what is happening! What was the answer to Bart's question about shared libraries? What do the

Re: -sh: ./snmpd:not found

2010-03-15 Thread Sylvain Dery
-users@lists.sourceforge.net Sent: Sat, March 13, 2010 3:06:07 AM Subject: Re: -sh: ./snmpd:not found On Thu, Mar 11, 2010 at 10:28 PM, Sylvain Dery wrote: I'm compiling net-snmp for an arm-linux embedded system.  However, when I try to run the snmp daemon on the embedded system, I get: > &g

Re: ./snmpd:not found

2010-03-15 Thread Sylvain Dery
You are correct, but I am still clueless on what is happening! Regards, Sylvain From: Dave Shield To: Mike Ayers Cc: Sylvain Dery ; net-snmp-users@lists.sourceforge.net Sent: Mon, March 15, 2010 6:29:58 AM Subject: Re: ./snmpd:not found On 13 March 2010 00

Re: ./snmpd:not found

2010-03-15 Thread Dave Shield
On 15 March 2010 13:53, Sylvain Dery wrote: > You are correct, but I am still clueless on what is happening! What was the answer to Bart's question about shared libraries? What do the commands file ./snmpd ldd ./snmpd report? Dave

Re: ./snmpd:not found

2010-03-15 Thread Dave Shield
On 13 March 2010 00:05, Mike Ayers wrote: >> /usr/local/sbin # ls -la ./snmpd >> -rwxr-xr-x     1 root    root   32859  Mar 10  14:40  2010  ./snmpd > >        If this is actually cut-n-paste, then the daemon, which should be > named "snmpd", > is actually named "./snmpd" No - the daemon is inde

RE: ./snmpd:not found

2010-03-15 Thread Mike Ayers
> From: Sylvain Dery [mailto:snmpgroupu...@yahoo.ca] > Sent: Thursday, March 11, 2010 1:28 PM > /usr/local/sbin # ./snmpd > -sh: ./snmpd: not found > > But it is there!: > /usr/local/sbin # ls -la ./snmpd > -rwxr-xr-x 1 rootroot 32859 Mar 10 14:40 2010 ./snmpd If this is ac

Re: -sh: ./snmpd:not found

2010-03-13 Thread Bart Van Assche
On Thu, Mar 11, 2010 at 10:28 PM, Sylvain Dery wrote: > I'm compiling net-snmp for an arm-linux embedded system. However, when I > try to run the snmp daemon on the embedded system, I get: > > /usr/local/sbin # ./snmpd > *-sh: ./snmpd: not found* > > But it is there!: > /usr/local/sbin # ls -la .

-sh: ./snmpd:not found

2010-03-12 Thread Sylvain Dery
Hi, I'm compiling net-snmp for an arm-linux embedded system.  However, when I try to run the snmp daemon on the embedded system, I get: /usr/local/sbin # ./snmpd -sh: ./snmpd: not found But it is there!: /usr/local/sbin # ls -la ./snmpd -rwxr-xr-x 1 root    root   32859  Mar 10  14:40  2010