patches - attempt to compile disk io and no /dev/kmem osx 10.4 intel

2010-03-03 Thread aurfalien
Hi, Any one know where the patches are so I can apply them to source before compile time? Anything 5.4 and up is fine by me. Thanks in advance, - aurf -- Download IntelĀ® Parallel Studio Eval Try the new software tool

Re: net-snmp 5.5 and osx 10.4.11

2010-02-25 Thread aurfalien
Hi Mike, Yes, its an Intel Xserve running 10.4.11. Funny thing is that I installed net-snmp v5.5 but the agent won't run because of missing /dev/kmem. I feel like I've been running around in circles. You have any ideas for me? - aurf On Feb 25, 2010, at 6:27 PM, Mike Ayers wrote: >> From: a

Re: net-snmp 5.5 and osx 10.4.11 - follow up

2010-02-25 Thread aurfalien
Forgot to mention, I installed net-snmp via MacPorts is what I meant to say. - aurf On Feb 25, 2010, at 6:27 PM, Mike Ayers wrote: >> From: aurfal...@gmail.com [mailto:aurfal...@gmail.com] >> Sent: Thursday, February 25, 2010 5:39 PM > >> Has any one been able to compile net-snmp 5.5 in 10.4? >

net-snmp 5.5 and osx 10.4.11

2010-02-25 Thread aurfalien
Hi, Has any one been able to compile net-snmp 5.5 in 10.4? I keep getting; arning: no debug map in executable (-arch i386) ranlib: archive member: .libs/libnetsnmpagent.a(DynaLoader.a) fat file for cputype (7) cpusubtype (3) is not an object file (bad magic number) ar: internal ranlib comman

ucd snmp diskio + netsnmp 5.3.3 + osx toger 10.4.11 (intel)

2010-02-25 Thread aurfalien
I've been able to compile and run net-snmp 5.3.3 and .5.4.2 on my 10.4.11 box. However this was only possible after; configure --without-kmem-usage --with-out-mib-modules="mibII/icmp host/ hr_swrun" A key piece of info requiring SNMP on this box is disk i/o. The make will fail any time I do

snmp 5.4.2.1 on osx 10.4.11

2010-02-24 Thread aurfalien
Hi, I've followed the dir in the README.osX but experienced this during make; host/hr_network.c:250: error: invalid use of undefined type 'struct ifnet' I followed a thread about this being a known bug so my configure only had; --with-out-mib-modules="mibII/icmp host/hr_swrun" Will I s

Re: make net-snmp v5.3.3 on rhel4

2010-02-23 Thread aurfalien
>> I have an old system that must remain at RHEL 4x64. >> >> After downloading the source from net-snmp.org, and upon running make >> I get; >> >> /usr/lib/libopt.so: could not read symbols: File in wrong format. > > Try > > ./configure LDFLAGS="-L/usr/lib64" ... && make > > Ok, after messing a

Re: make net-snmp v5.3.3 on rhel4

2010-02-23 Thread aurfalien
Hi, I found the packages of elfutils-devel and elfutils-libelf-devel to solve the elf error. - aurf -- Download IntelĀ® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactiv

Re: make net-snmp v5.3.3 on rhel4

2010-02-23 Thread aurfalien
>> I have an old system that must remain at RHEL 4x64. >> >> After downloading the source from net-snmp.org, and upon running make >> I get; >> >> /usr/lib/libopt.so: could not read symbols: File in wrong format. > > Try > > ./configure LDFLAGS="-L/usr/lib64" ... && make Awsome, that got me a lot

make net-snmp v5.3.3 on rhel4

2010-02-23 Thread aurfalien
Hi all, I have an old system that must remain at RHEL 4x64. After downloading the source from net-snmp.org, and upon running make I get; /usr/lib/libopt.so: could not read symbols: File in wrong format. Reading some posts suggest I do; autoreconf -f -i so that I can re generate a config fil