Matt Shields wrote:
> I'm having a terrible time trying to compile net-snmp-5.3.1.rc2 on RHEL4
> 64 bit.  Below is the last couple lines of the make.  Can anyone shed
> light on this?
[...]
> gcc -g -O2 -Dlinux -I/usr/include/rpm -o .libs/snmpd snmpd.o
> ./.libs/libnetsnmpmibs.so ./.libs/libnetsnmpagent.so
> helpers/.libs/libnetsnmphelpers.so ../snmplib/.libs/libnetsnmp.so -ldl
> -lrpm -lrpmio /usr/lib/libpopt.so -lz -lcrypto -lm  -Wl,--rpath
> -Wl,/usr/local/lib
> /usr/lib/libpopt.so: could not read symbols: File in wrong format

Try

  env LDFLAGS=-L/usr/lib64 ./configure ...
  make


+Thomas


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


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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