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 ... && make

for building, then.

> and also when i try to compile only the perl module, i get the following 
> error
> 
> no-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE 
> -D_FILE_OFFSET
> _BITS=64 -I/usr/include/gdbm -O2 -g -pipe -m64   -DVERSION=\"5.0301\" 
> -DXS_VERSI
> ON=\"5.0301\" -fPIC 
> "-I/usr/lib64/perl5/5.8.5/x86_64-linux-thread-multi/CORE"
> default_store.c
> cc1: error: unrecognized command line option "-fstack-protector"
> cc1: error: invalid parameter `ssp-buffer-size'
> default_store.c:1: error: CPU you selected does not support x86-64 
> instruction s
> et
> default_store.c:1: error: bad value (generic) for -mtune= switch
> make[1]: *** [default_store.o] Error 1
> make[1]: Leaving directory 
> `/home/amit/netsnmp/net-snmp-5.3.1/perl/default_store

Please give a full line of compiler options instead of the truncated one
above. What distro is this? What's the output of "perl -V"? Are you
using the same compiler (which version?) that has been used to compile
perl (you should)?


+Thomas

-- 
Thomas Anders (thomas.anders at blue-cable.de)

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
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

Reply via email to