Compile problem

2009-09-16 Thread Андрей Долгушин
Greetings! I try compile this package for PowerPC platform. Configuration string is: ./configure --host=i686-pc-linux-gnu --target=powerpc --prefix=$HOME/ppc_install --exec-prefix=$HOME/ppc_exec_install --disable-embedded-perl --disable-scripts --with-cc=powerpc-405-linux-gnu-gcc --with-linkcc

RE: Compile problem

2009-09-17 Thread Mike Ayers
> From: Андрей Долгушин [mailto:dolgushin_and...@mail.ru] > Sent: Wednesday, September 16, 2009 7:29 AM > I try compile this package for PowerPC platform. Configuration string > is: > > ./configure --host=i686-pc-linux-gnu --target=powerpc -- > prefix=$HOME/ppc_install --exec-prefix=$HOME/ppc_ex

Re: Compile problem

2009-09-29 Thread Thomas Anders
Андрей Долгушин wrote: > ./configure --host=i686-pc-linux-gnu --target=powerpc Are you sure that is a valid target? Please see http://freesnmp.com/net-snmp/faqs/#cross for further instructions. +Thomas -- Come build w

net-snmp compile problem

2009-01-14 Thread spectrum
Hello, have a compile problem with Net-SNMP 5.4.2.1 ./configure --enable-embedded-perl --enable-shared proceed without any error. make ... gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -Ulinux -Dlinux=linux -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -I/usr

Re: net-snmp compile problem

2009-01-14 Thread Nikos Balkanas
Do you have the error messages in Greek? It would be easier to read :-) BR, Nikos - Original Message - From: "spectrum" To: Sent: Wednesday, January 14, 2009 10:47 AM Subject: net-snmp compile problem Hello, have a compile problem with Net-SNMP 5.4.2.1 ./configur

Re: net-snmp compile problem

2009-01-14 Thread Thomas Anders
spectrum wrote: > have a compile problem with Net-SNMP 5.4.2.1 > ./configure --enable-embedded-perl --enable-shared > proceed without any error. What Linux distro are you using? What Perl packages do you have installed? What's the output of 'perl -V'? > make >

Re: net-snmp compile problem

2009-01-15 Thread Dave Shield
2009/1/15 Thomas Anders : > What Linux distro are you using? What Perl packages do you have installed? If you're using Fedora, then try installing the 'perl-devel' RPM. Dave -- This SF.net email is sponsored by: SourcFor

compile problem on solaris 8

2006-02-28 Thread Jeffrey Lee
Hi,   I try to compile the net-snmp-5.3.0.1 on solaris 8 and there was some error come out.    mibII ucd_snmp snmpv3mibs notification notification-log-mib target agent_mibs agentx disman/event-mib disman/schedule utilities tcp-mib host mibII/system_mib mibII/sysORTable mibII/at mibII/ifTable mibI

C++ compile problem in dlmod environement

2004-08-19 Thread Trang Nguyen
Hi,   I am trying to compile a mib module as a shared object to be used as a plugin for the standard agent. The source code is written in C++ and uses the old ucd-snmp api. I am getting the compilation error:   'header_generic' undeclared. This is typically declared in mibgroup/util_funcs.h

Re: compile problem on solaris 8

2006-02-28 Thread Joe Shen
Are you sure you unpack the tarball correctly? To my experience, Solaris's tar could not do with long directory path. So, GNU tar must be used with unpacking. Joe --- Jeffrey Lee <[EMAIL PROTECTED]>: > Hi, > > I try to compile the net-snmp-5.3.0.1 on solaris 8 > and there was some error come

Re: compile problem on solaris 8

2006-02-28 Thread Jeffrey Lee
Hi Joe,   Yes it looks like a tar problem and I use gtar then the problem solved. Thanks your help and  you are excellent.   Cheers.   Jeffrey ** * IMPORTANT INFORMATION* This document should be read only by those p

Re: compile problem on solaris 8

2006-03-01 Thread Thomas Anders
Joe Shen wrote: Are you sure you unpack the tarball correctly? To my experience, Solaris's tar could not do with long directory path. So, GNU tar must be used with unpacking. Yes, that's likely the solution for the original poster. However, it's actually more of a problem with our tarball rat

Re: C++ compile problem in dlmod environement

2004-10-08 Thread Dave Shield
[ Sorry for the delay in responding to this ] > I am trying to compile a mib module as a shared object to be used as > a plugin for the standard agent. The source code is written in C++ > and uses the old ucd-snmp api. I am getting the compilation error: > > 'header_generic' undeclared. T

5.4 compile problem on x86 Solaris 10...

2006-11-29 Thread Jean-Sebastien Morisset
Hi everyone, I'm upgrading from 5.3.0.1 to 5.4 and ran accross a little problem on an x86 Solaris 10 box -- this is my first attempt at compiling 5.4. - Net-SNMP configuration summary:

Re: 5.4 compile problem on x86 Solaris 10...

2006-11-29 Thread Thomas Anders
Jean-Sebastien Morisset wrote: > I'm upgrading from 5.3.0.1 to 5.4 and ran accross a little problem on an > x86 Solaris 10 box -- this is my first attempt at compiling 5.4. What's your full configure line? > /bin/sh ../libtool --mode=link gcc -g -O2 -Usolaris2 > -Dsolaris2=solaris2 -rpath /usr/

Re: 5.4 compile problem on x86 Solaris 10...

2006-11-30 Thread Jean-Sebastien Morisset
On Wed, Nov 29, 2006 at 11:18:35PM +0100, Thomas Anders wrote: > Jean-Sebastien Morisset wrote: >> I'm upgrading from 5.3.0.1 to 5.4 and ran accross a little problem on an >> x86 Solaris 10 box -- this is my first attempt at compiling 5.4. > > What's your full configure line? ./configure --enable

RE: 5.4 compile problem on x86 Solaris 10...

2006-11-30 Thread Bruce Shaw
> Jean-Sebastien Morisset wrote: >It compiles fine now, except for a few little errors: [snip!] /bin/sh ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -I/usr/local/ssl/include -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o mibgroup/kernel_sunos5.lo mibg

Re: 5.4 compile problem on x86 Solaris 10...

2006-11-30 Thread Thomas Anders
Jean-Sebastien Morisset wrote: > [snip!] Those are compiler warnings. Please ignore them. > "make test" fine, except for: > > 44: testing AgentX subagent in Perl (using NetSNMP::agent)... FAIL Where's your libcrypto.so*? Is it part of your crle config or LD_LIBRARY_PATH like it shouldbe? See RE

net-snmp 5.x compile problem(and fix?) on AIX 6.1

2009-10-26 Thread Jeff Quaintance
Hi All, I ran into an issue yesterday with trying to compile either 5.4 or 5.5 source trees on AIX 6.1, I have successfully compiled both on AIX 5.3 after digging around i found an open bug(2814153 on bug tracker) for net-snmp 5.4.1 on AIX 6.1 with the same compile error and in the comment there

Re: net-snmp 5.x compile problem(and fix?) on AIX 6.1

2009-10-26 Thread Thomas Anders
Jeff Quaintance wrote: > long story short, I followed the same recommendation that the coreutils > developer(s) came back with and applied it to the net-snmp tree, > basically wherever you are including libperfstat.h you must now also > include protosw.h or you get a compile error(detailed in the b