Re: Compilation Problem with 5.3.1

2006-09-21 Thread Thomas Anders
Amit Gupta wrote: > Thanks for the response. I could move forward but still not able > to complete it, You didn't answer all of my questions which make it hard to help. Again: - What distro is this? - Are you using the same compiler (which version?) that has been used to compile perl (you should

RE: Compilation Problem with 5.3.1

2006-09-20 Thread Amit Gupta
OTECTED]> cc net-snmp-users@lists.sourceforge.net Subject RE: Compilation Problem with 5.3.1 My Make is now failing at usr/bin/ld: cannot find -lelf collect2: ld returned 1 exit status make[1]: *** [snmpd] Error 1 make[1]: Leaving directory `/home/amit/netsnmp/net-snmp-5.3.1/agen

RE: Compilation Problem with 5.3.1

2006-09-20 Thread Srivastava, Namburi (IE10)
net-snmp-users@lists.sourceforge.netSubject: Re: Compilation Problem with 5.3.1 Hi Thomas, Thanks for the response.  I could move forward but still not able to complete it, My Make is now failing at usr/bin/ld: cannot find -lelf collect2: ld returned 1 exit status make[1]: *** [snmpd] Error 1

Re: Compilation Problem with 5.3.1

2006-09-20 Thread Amit Gupta
gt; Sent by: [EMAIL PROTECTED] 09/20/2006 02:31 PM Please respond to net-snmp-users@lists.sourceforge.net To Amit Gupta <[EMAIL PROTECTED]> cc net-snmp-users@lists.sourceforge.net Subject Re: Compilation Problem with 5.3.1 Amit Gupta wrote: > I ahave just download

Re: Compilation Problem with 5.3.1

2006-09-20 Thread Thomas Anders
Amit Gupta wrote: > I ahave just downloaded the Netsnmp 5.3.1 source code and trying to build > it there on the Linux machine. > [...] > /usr/lib/libpopt.so: could not read symbols: File in wrong format Looks like you're building on x86-64. Please use LDFLAGS=-L/usr/lib64 ./configure ... && m

Compilation Problem with 5.3.1

2006-09-19 Thread Amit Gupta
Hi All, I ahave just downloaded the Netsnmp 5.3.1 source code and trying to build it there on the Linux machine. gcc -g -O2 -Dlinux -I/usr/include/rpm -o .libs/snmpd snmpd.o  ./.libs/libnetsnmp mibs.so ./.libs/libnetsnmpagent.so helpers/.libs/libnetsnmphelpers.so ../snmplib /.libs/libnetsnmp.s