Make-Error

2008-07-17 Thread Phani Chand.Kolli
I ma getting the following error. can some one please help me? net-snmp-5.4.1.1#make "Makefile", line 94: make: 1254-057 Shell command needs a leading tab. "Makefile", line 96: make: 1254-057 Shell command needs a leading tab. "Makefile", line 179: make: 1254-057 Shell command needs a leading t

Make-Error

2008-07-31 Thread Phani Chand.Kolli
Hi frnds, When I run - Net-SNMP configuration summary: - SNMP Versions Supported:1 2c 3 Net-SNMP Version: 5.4.1.2 Building for: ai

Make error

2006-12-06 Thread Bellicini Alberto
I Thomas I've done all, but now it can't find the package bos.perf.libperfstat that seems to be needed by SNMP CPU/Memory Counters. This package already came around when I tried to use directly the net-snmp 5.4 binaries. The only problem is that the package is not in the AIX CD, as st

make error

2017-06-16 Thread Peter Kelemen
During step 3) "make" i get error "undefined reference to 'init_usmConf :' make[2]: Leaving directory `/home/snmp/net-snmp-5.7.1/agent/mibgroup' /bin/bash ../libtool --mode=link gcc -fno-strict-aliasing -g -O2 -Ulinux -Dlinux=linux -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -

SNMP Make error

2010-08-10 Thread Ernie Lacson
Hi, While running: make test, I get the following error. Thanks in advance for any help you provide. make test making all in /usr/local/src/net-snmp/net-snmp-5.5/snmplib making all in /usr/local/src/net-snmp/net-snmp-5.5/agent /bin/bash ../libtool --mode=compile gcc -I../inclu

Re: Make-Error

2008-07-17 Thread Thomas Anders
Phani Chand.Kolli wrote: > I ma getting the following error. > can some one please help me? > > net-snmp-5.4.1.1#make > > "Makefile", line 94: make: 1254-057 Shell command needs a leading tab. What's the OS version? Exact configure command? What version of make (AIX vs. GNU) are you using? Plea

Re: Make-Error

2008-07-17 Thread Umesh Kamath
Phani, I suspect its because of make command, Check your man page can you post the result of running 'make -v' and 'gmake -v'? "Phani Chand.Kolli" <[EMAIL PROTECTED]> 07/17/2008 20:53 To net-snmp-users@lists.sourceforge.net cc Subject Make-Error

Re: Make-Error

2008-07-17 Thread Richard Horton
2008/7/17 Phani Chand.Kolli <[EMAIL PROTECTED]>: > I ma getting the following error. > can some one please help me? > Without more info hard to say but it looks like the make your system is finding is aix and the makefile has been generated for GNU Make... When you run which make and find / -nam

Re: Make-Error

2008-07-17 Thread Phani Chand.Kolli
OS:- AIX 5.3 /net-snmp-5.4.1.1#make (I am running this after ./configure Umesh:- net-snmp-5.4.1.1#make -v make: Not a recognized flag: v usage: make [-eiknqrst] [-k|-S] [-d[A|adg[1|2]msv]] [-D variable] [-f makefile ] [-j [jobs]] [variable=value ...] [target ...] BRKSVX20e/ul/yyyt158/net

Re: Make-Error

2008-07-17 Thread Thomas Anders
Phani Chand.Kolli wrote: > OS:- AIX 5.3 > > /net-snmp-5.4.1.1#make (I am running this after ./configure Plain "./configure" without any options? Did you read README.aix in the top-level source directory? What about my other request for the gzip'ed Makefile? +Thomas -- Thomas Anders (thomas

Re: Make-Error

2008-07-17 Thread Phani Chand.Kolli
Plain "./configure" without any options? ... yes (I even tried with options which are specified in README.aix) README.aix in the top-level source directory? ... yes What about my other request for the gzip'ed Makefile?... can you be eloborate on this. can you let me know where i can find it? Th

Re: Make-Error

2008-07-18 Thread Thomas Anders
Phani Chand.Kolli wrote: > What about my other request for the gzip'ed Makefile?... can you be > eloborate on this. can you let me know where i can find it? After running configure you have a file "Makefile" in your top-level source directory. Your version of "make" claims there's a syntax error

Re: Make-Error

2008-07-18 Thread Phani Chand.Kolli
please file is enough. Thank you for your help. On Fri, Jul 18, 2008 at 3:28 AM, Thomas Anders <[EMAIL PROTECTED]> wrote: > Phani Chand.Kolli wrote: > > What about my other request for the gzip'ed Makefile?... can you be > > eloborate on this. can you let me know where i can find it? > > Aft

Re: Make-Error

2008-07-18 Thread Phani Chand.Kolli
please let me know if the file is enough. Thank you for your help On Fri, Jul 18, 2008 at 3:28 AM, Thomas Anders <[EMAIL PROTECTED]> wrote: > Phani Chand.Kolli wrote: > > What about my other request for the gzip'ed Makefile?... can you be > > eloborate on this. can you let me know where i can

RE: Make-Error

2008-07-18 Thread Mike Ayers
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Phani Chand.Kolli > Sent: Friday, July 18, 2008 6:15 AM > please let me know if the file is enough. If not, I've converted it to gzip. HTH, Mike Makefile.gz Description: Makefile.gz ---

RE: Make-Error

2008-07-18 Thread Mike Ayers
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Phani Chand.Kolli > please guide me if i am doing any thing wrong Something's definitely wrong here, but it's not you. Apparently some tool on your machine is converting tabs to spaces (detabifying) when it shouldn'

RE: Make-Error

2008-07-23 Thread Mike Ayers
[Please send all list correspondence to the list.] I'm not sure what the issue is here. It seems you're running AIX native make, which I do not have access to. Can anyone on the list make on AIX? Thanks, Mike > From: Phani Chand.Kolli [mailto:[EMAIL PROTECT

Re: Make-Error

2008-07-24 Thread Thomas Anders
Mike Ayers wrote: >> "makefile", line 94: make: 1254-055 Dependency line needs >> colon or double colon operator. > > I'm not sure what the issue is here. It seems you're running AIX > native make, which I do not have access to. > > Can anyone on the list make on AIX? The problem

Re: Make-Error

2008-07-29 Thread Phani Chand.Kolli
I am getting the following error. can some one please help me? net-snmp-5.4.1.1#make D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384 -qnoansialias -DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_INIT -q32 -D_LARGE_FILES -qlonglong -I/usr/opt/perl5/lib/5.8.2/a ix-thread-multi/CORE -g -Daix5=aix5 -c mibgroup/a

Re: Make-Error

2008-07-29 Thread Thomas Anders
Phani Chand.Kolli wrote: > cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib > -D_ALL_SOURCE - > > D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384 -qnoansialias > -DUSE_NATIVE_DLOPEN > > -DNEED_PTHREAD_INIT -q32 -D_LARGE_FILES -qlonglong > -I/usr/opt/perl5/lib/5.8.2/a > > ix-thread-

Re: Make-Error

2008-07-31 Thread Thomas Anders
Phani Chand.Kolli wrote: > BRKSVX20e/ul/yyyt158/net-snmp-5.4.1.2#perl -V > [...] > cc='cc_r', ccflags ='-D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem [...] > > cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib > > -D_ALL_SOURCE - As documented in README.aix, you sho

Re: Make-Error

2008-08-01 Thread Thomas Anders
Phani Chand.Kolli wrote: > BRKSVX20e/ul/yyyt158/net-snmp-5.4.1.2#./configure --with-CC=cc_r... --with-cc=cc_r Case matters. +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) - This SF.Net email is sponsored by

Re: Make-Error

2008-08-01 Thread Phani Chand.Kolli
BRKSVX20e/ul/yyyt158/net-snmp-5.4.1.2#./configure --with-cc=cc_r... checking what to build and install... agent apps man local mibs using default persistent mask 077 using default AgentX socket /var/agentx/master using default "enterprise.net-snmp" using default enterprise sysOID "NET-SNMP-MIB

Re: Make-Error

2008-08-01 Thread Phani Chand.Kolli
Thank youj for helping BRKSVX20e/ul/yyyt158/net-snmp-5.4.1.2#cat config.log This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by Net-SNMP configure 5.4.1.2, which was generated by GNU Autoconf 2.59

Re: Make-Error

2008-08-01 Thread Thomas Anders
Phani Chand.Kolli wrote: > BRKSVX20e/ul/yyyt158/net-snmp-5.4.1.2#./configure --with-cc=cc_r... > [...] > checking for C compiler default output file name... configure: error: C > compiler cannot create executables On my AIX 5.3 box, cc_r is in /usr/vac/bin. So either add this directory to your PAT

Re: Make-Error

2008-08-04 Thread Phani Chand.Kolli
Thank you for your help. Now I am getting this error /bin/sh: cc_r: not found. make: 1254-004 The error code from the last command is 127. Stop. make: 1254-004 The error code from the last command is 2. Stop. make: 1254-004 The error code from the last command is 2. Stop. On 8/1/0

Re: Make-Error

2008-08-04 Thread Phani Chand.Kolli
Thomas, Now I am getting the following error :( Warning: -L../../snmplib/.libs changed to -L/ul/yyyt158/net-snmp-5.4.1.2/perl/de fault_store/../../snmplib/.libs Warning: -L../../snmplib/ changed to -L/ul/yyyt158/net-snmp-5.4.1.2/perl/default _store/../../snmplib/ Unrecognized argument in LIB

Re: Make-Error

2008-08-05 Thread Phani Chand.Kolli
Thomas, Now I am getting the following error. can you please guide me/ BRKSVX20e/ul/yyyt158/net-snmp-5.4.1.2#make test making all in /ul/yyyt158/net-snmp-5.4.1.2/snmplib Target "all" is up to date. making all in /ul/yyyt158/net-snmp-5.4.1.2/agent making all in /ul/yyyt158/net-snmp-5.4.1.2/ag

netsnmp make error

2006-05-09 Thread Al G
Hi all, I'm getting this error when trying to ./make for net-snmp 5.3.0.1 as instructed on the cacti.net's website. The ./configure part of it completed successfully. Any asistance is greatly appreciated. thanks rm -f host/.libs/hr_network.lo gcc -I../../include -I. -I../../agent -I../../

net-snmp make error

2004-12-28 Thread Tai Kyon
Hi all,   Running into some weird issues during my attempt to compile net-snmp-5.1.2. I’m running a Slackware distro running on 2.4.28 kernel. Ran configure script with personal options. The error occurs during make. I’ve included the error message. If anyone can help me out regarding the

MacOSx Tiger make error

2005-06-28 Thread C Wells
The default netsnmp snmnpd that comes with Tiger seems to fall over everytime I query it, so I am trying to compile 5.0.10. The configure seemed to run ok, but the make ended like this mibII/interfaces.c: In function 'var_ifEntry': mibII/interfaces.c:655: error: 'Name' undeclared (first use in thi

macosX tiger make error

2005-06-30 Thread C Wells
I asked about this error before, but since I can't solve it making all in /tmp/netsnmp/net-snmp-5.0.10/agent/mibgroup /bin/sh ../../libtool --mode=compile gcc -I../../include -I../../include -I. -I../.. -I. -I./../.. -I./../../snmplib -I./.. -I.. -g -O2 -Ddarwin8 -c -o mibII/interfaces.lo mibI

"make" error information analysis

2009-11-18 Thread 飞飞
Hi: at the end of the "make" command output,I got error information below(the net-snm-5.4.2.1 source code put /usr/local/src/): collect2: ld returned 1 exit status make[1]: *** [snmpd] Error 1 make[1]: Leaving directory `/usr/local/src/net-snmp-5.4.2.1/agent' make: *** [subdirs] Error 1

RE: SNMP Make error

2010-08-10 Thread Mike Ayers
> From: Ernie Lacson [mailto:elac...@successfactors.com] > Sent: Tuesday, August 10, 2010 2:12 PM [SNIP] > In file included from /usr/include/kvm.h:14, > > from kernel.h:11, > > from snmp_vars.c:143: > > /usr/include/sys/proc.h:202: error: syntax error before "

Re: SNMP Make error

2010-08-12 Thread Dave Shield
On 10 August 2010 22:12, Ernie Lacson wrote: > While running: make test, I get the following error. > In file included from /usr/include/kvm.h:14, > from kernel.h:11, > from snmp_vars.c:143: > /usr/include/sys/proc.h:202: error: syntax error before "p_t1_lgrpid"

NET-SNMP make error

2014-09-06 Thread Dharm S
I am using Ubuntu 14.04 (64-bit) . I have downloaded net-snmp-5.7.3.pre5 and did the configure. The make is giving the following error. /usr/bin/ld: /usr/local/lib/perl5/5.18.2/x86_64-linux/CORE/libperl.a(op.o): relocation R_X86_64_32S against `PL_sv_yes' can not be used when making a shared objec

Make - Error Code 139

2006-12-07 Thread Nardis, Frank
When trying to compile net-snmp 5.4 on Solaris 9 - make dies with "error code 139" I have tried the following - all with the same results. ./configure --with-perl-modules ./configure --with-mib-modules="ucd-snmp/lmSensors ucd-snmp/diskio smux mibII/mta_sendmail" ./configure Config

net-snmp compile/make error.

2004-10-06 Thread Chirag Parekh
Hi, I am a novice in the field of networking and have hardly any knowledge of SNMP. I have been assigned with the task of setting up SNMP monitoring on HP-UX servers via net-snmp. Searched the forum as well as net, but did not find any document that gave the details of what steps need to be ta

Re: net-snmp make error

2004-12-29 Thread Users
On Tue, 28 Dec 2004 18:14:15 -0500 Tai wrote: TK> Running into some weird issues during my attempt to compile net-snmp-5.1.2. TK> I'm running a Slackware distro running on 2.4.28 kernel. Ran configure TK> script with personal options. The error occurs during make. [...] TK> TK> snmp_api.c: In func

NET-SNMP 5.2.1 make error.

2005-04-14 Thread Andrews, Glenn J (Glenn)
I am trying to compile 5.2.1 for Solaris ( 5.8 Generic_108528-11 sun4u sparc SUNW,Ultra-4). I used these options for 'configure' --with-openssl=/usr/local/ssl --enable-shared --enable-static --enable-internal-md5 \ --with-logfile="none" --with-cc=gcc --prefix=/usr/local/net --disable-age

NET-SNMP 5.2.1.2 make error

2005-07-21 Thread Andrews, Glenn J (Glenn)
I get the following './make' errors after a sucessful './configure' ... In file included from /usr/include/sys/signal.h:34, from /usr/include/signal.h:26, from snmp_alarm.c:24: /usr/include/sys/siginfo.h:259: error: parse error before "ctid_t" /usr/include

Re: "make" error information analysis

2009-11-18 Thread Dave Shield
2009/11/18 飞飞 : > at the end of the "make" command output,I got error information below(the > net-snm-5.4.2.1 source code put  /usr/local/src/): > > collect2: ld returned 1 exit status > make[1]: *** [snmpd] Error 1 > make[1]: Leaving directory `/usr/local/src/net-snmp-5.4.2.1/agent' > make: *** [s

make error - cannot find -lperl

2010-09-08 Thread Barry Leggett
Using Linux 2.6.26-2-686 running on VirtualBox 3.2.8 r64453 on an HP running Windows 7 net-snmp version 5.5 Followed instructions in file INSTALL when I ran "make" I got the following /bin/sh ../libtool --mode=link gcc -g -O2 -Ulinux -Dlinux=linux -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-st

Make error on hpux 11.00

2006-09-01 Thread [EMAIL PROTECTED]
Hi, I would install net-snmp v5.3.0.1. on hp-ux 11.00. I run 3 configure with these options: >./configure --with-libs=-lnm --prefix=/users/cmt/netsnmp/net-snmp-5.3.0.1/ >--with-cc=aCC Makefiles are generated, but when I try to execute them the linking fails with the following errors: libtool:

Re: Make - Error Code 139

2006-12-07 Thread Thomas Anders
Nardis, Frank wrote: > # make > gcc -E -Iinclude -I./include > -I./agent/mibgroup -I. -I.-DDONT_INC_STRUCTS -DBINDIR=/usr/local/bin > -x c ./sedscript.in | egrep '^s[/#]' | sed > 's/REMOVEME//g;s# */#/#g;s/ *#/#/g;s#/ *#/#g;s

RE: Make - Error Code 139

2006-12-07 Thread Nardis, Frank
uot;EXAMPLE.conf", 0xFFBFEFB8) = 0 lstat64("EXAMPLE.conf.def", 0xFFBFEE50) = 0 lstat64("standardall", 0xFFBFEFB8) Err#2 ENOENT lstat64("subdirs", 0xFFBFEE50) Err#2 ENOENT lstat64(".make.state", 0xFFBFD920)

Re: Make - Error Code 139

2006-12-07 Thread Thomas Anders
Nardis, Frank wrote: > #truss make Use "truss -f make" (to follow fork()) and mail the output to me privately to keep list noise low. +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) - Take Surveys. Earn Cash. Inf

Re: Make - Error Code 139

2006-12-08 Thread Thomas Anders
Nardis, Frank wrote: > Attached output of "truss -f make". Looks like make is crashing on snmplib/Makefile. Please either: - install the current Solaris patch set for /usr/ccs/bin make, or - install GNU make and try again. +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) --

Re: net-snmp compile/make error.

2004-10-07 Thread Thomas Anders
Chirag Parekh wrote: I have been assigned with the task of setting up SNMP monitoring on HP-UX servers via net-snmp. I downloaded the net-snmp 5.1.2 source code from the net-snmp.org website and configured the s/w. But I am getting error when I run the make command. [...] /bin/sh ../libtoo

RE: net-snmp compile/make error.

2004-10-07 Thread Chirag Parekh
Administrator Belkin Corporation Information Services 310.604.2015 310.863.1494 cell 310.604.2022 fax [EMAIL PROTECTED] www.belkin.com -Original Message- From: Thomas Anders [mailto:[EMAIL PROTECTED] Sent: Thursday, October 07, 2004 1:00 AM To: '[EMAIL PROTECTED]' Subject: Re: net-snmp co

Re: net-snmp compile/make error.

2004-10-07 Thread Thomas Anders
Chirag, (now bringing this back to the net-snmp-users list) Chirag> Attached is the o/p from the make command with the file you had provided. It failed too. Ouput inline at the bottom of this mail (for others to follow[-up]). This is no longer a make issue. (For -users: his Makefile was garbled w

Re: net-snmp compile/make error.

2004-10-07 Thread Thomas Anders
Chirag Parekh wrote: I grabbed a copy of GNU gcc from their web-site. But the compression on the utility is in the format of bzip2. Searched the web to find tools to uncompress the file. Any ideas? http://hpux.connect.org.uk/hppd/hpux/Misc/bzip2-1.0.2/ You may also want to use their gcc and GNU mak

RE: net-snmp compile/make error.

2004-10-07 Thread Chirag Parekh
310.863.1494 cell 310.604.2022 fax [EMAIL PROTECTED] www.belkin.com -Original Message- From: Thomas Anders [mailto:[EMAIL PROTECTED] Sent: Thursday, October 07, 2004 5:45 AM To: Chirag Parekh Cc: [EMAIL PROTECTED] Subject: Re: net-snmp compile/make error. Chirag, (now bringing this

RE: net-snmp compile/make error.

2004-10-07 Thread Chirag Parekh
, October 07, 2004 8:10 AM To: Chirag Parekh Cc: [EMAIL PROTECTED] Subject: Re: net-snmp compile/make error. Chirag Parekh wrote: > I grabbed a copy of GNU gcc from their web-site. But the compression on the utility > is in the format of bzip2. Searched the web to find tools to uncompress th

RE: net-snmp compile/make error.

2004-10-07 Thread Chirag Parekh
310.863.1494 cell 310.604.2022 fax [EMAIL PROTECTED] www.belkin.com -Original Message- From: Thomas Anders [mailto:[EMAIL PROTECTED] Sent: Thursday, October 07, 2004 8:10 AM To: Chirag Parekh Cc: [EMAIL PROTECTED] Subject: Re: net-snmp compile/make error. Chirag Parekh wrote: > I grabbe

Re: net-snmp compile/make error.

2004-10-07 Thread Users
On Thu, 7 Oct 2004 09:01:22 -0700 Chirag wrote: CP> After installing the depot for gcc.3.4.2 as well as make that I downloaded CP> from the web-site in your email, when I run the make command still keep CP> getting the same error. Which error? If it has "(Bundled) cc", then it is still compiling

Re: net-snmp compile/make error.

2004-10-08 Thread Thomas Anders
Chirag Parekh wrote: After installing the depot for gcc.3.4.2 as well as make that I downloaded from the web-site in your email, when I run the make command still keep getting the same error. You should re-run "configure". +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) --

Re: NET-SNMP 5.2.1 make error.

2005-04-14 Thread Robert Story
On Thu, 14 Apr 2005 14:31:51 -0400 Andrews, wrote: AGJ> Then I did 'make' and I get these errors.. AGJ> In file included from snmptrapd_handlers.c:33: AGJ> ../include/net-snmp/agent/net-snmp-agent-includes.h:20:48: AGJ> net-snmp/agent/agent_module_config.h: No such file or directory*** AGJ> How ca

RE: NET-SNMP 5.2.1 make error.

2005-04-14 Thread Andrews, Glenn J (Glenn)
E. Glenn -Original Message- From: Thomas Anders [mailto:[EMAIL PROTECTED] Sent: Thursday, April 14, 2005 5:05 PM To: Andrews, Glenn J (Glenn) Subject: Re: NET-SNMP 5.2.1 make error. Glenn, do you get the same when leaving out "--disable-agent"? The file in question is needed f

Re: NET-SNMP 5.2.1 make error.

2005-04-15 Thread Robert Story
On Thu, 14 Apr 2005 18:39:10 -0400 Andrews, wrote: AGJ> cc: default_store.o: No such file or directory AGJ> *** Error code 1 AGJ> make: Fatal error: Command failed for target AGJ> `../blib/arch/auto/NetSNMP/default_store/default_store.so' Current working AGJ> directory /tmp/net-snmp-5.2.1/perl/defa

Re: NET-SNMP 5.2.1 make error.

2005-04-15 Thread Alex Burger
Hi Glenn. Andrews, Glenn J (Glenn) wrote: After quite awhile... At the very end.. cc: default_store.o: No such file or directory *** Error code 1 make: Fatal error: Command failed for target `../blib/arch/auto/NetSNMP/default_store/default_store.so' Current working directory /tmp/net-snmp-5.2.1/pe

RE: NET-SNMP 5.2.1 make error.

2005-04-15 Thread Andrews, Glenn J (Glenn)
Original Message- From: Alex Burger [mailto:[EMAIL PROTECTED] Sent: Friday, April 15, 2005 12:56 PM To: Andrews, Glenn J (Glenn) Cc: 'net-snmp-users@lists.sourceforge.net' Subject: Re: NET-SNMP 5.2.1 make error. Hi Glenn. Andrews, Glenn J (Glenn) wrote: > After quite awhile...

Re: NET-SNMP 5.2.1 make error.

2005-04-15 Thread Thomas Anders
Andrews, Glenn J (Glenn) wrote: /usr/bin/perl -I/usr/perl5/5.00503/sun4-solaris -I/usr/perl5/5.00503 /usr/perl5/5.00503/ExtUtils/xsubpp -prototypes -typemap /usr/perl5/5.00503/ExtUtils/typemap -typemap typemap default_store.xs >xstmp.c && mv xstmp.c default_store.c cc -c -g -O2 -Dsolaris2 -I/us

Re: make error - cannot find -lperl

2010-09-08 Thread Wes Hardaker
> On Wed, 8 Sep 2010 01:13:53 +0100, "Barry Leggett" > said: ... BL> /usr/bin/ld: cannot find -lperl ... BL> where should "perl" come from? I find it odd that configure thought it found it but then failed to link with it. But... you can just re-run configure with --without-perl-module

Re: make error - cannot find -lperl

2010-09-21 Thread Barry Leggett
- Original Message - From: "Wes Hardaker" To: "Barry Leggett" Cc: Sent: Wednesday, September 08, 2010 2:47 PM Subject: Re: make error - cannot find -lperl > >>>>> On Wed, 8 Sep 2010 01:13:53 +0100, "Barry Leggett" said: > > ... &

Re: make error - cannot find -lperl

2010-09-21 Thread Wes Hardaker
> On Tue, 21 Sep 2010 15:23:12 +0100, "Barry Leggett" > said: BL> I have been using net-snmp without perl support for now but I believe I need BL> it in order to use mib2c so can we look at this further, please. Ahh... Then just use "--disable-embedded-perl" as you don't needed the emb

AIX & Net SNMP install make error

2010-09-29 Thread I Apong
Hi I installed Net-snmp 5.5 on an AIX 5.3.12 - 64 bit server and all is well. I am now trying to install it on a production server: AIX 5.3.04 - 32bit I am using the same tar balls from before: net-snmp-5.5.tar openssl.0.9.8.1103.tar /configure --without-kmem-usage --with-mib-modules=host and /c

Make Error on HP-UX 11

2006-04-26 Thread Vollman, Mike
I receive the following error when trying to run the make after successfully completing the configure using the flags –with-libs=-lnm –cache-file=/dev/null.  I set the default snmp to SNMPv2c and changed the name of the logfile to /var/log/net-snmpd.log.  I have attached a text document wit

Re: Make error on hpux 11.00

2006-09-01 Thread Thomas Anders
[EMAIL PROTECTED] wrote: > I would install net-snmp v5.3.0.1. on hp-ux 11.00. > I run 3 configure with these options: > >> ./configure --with-libs=-lnm --prefix=/users/cmt/netsnmp/net-snmp-5.3.0.1/ >> --with-cc=aCC > > Makefiles are generated, but when I try to execute them the linking fails >

Re: Make error on hpux 11.00

2006-09-05 Thread [EMAIL PROTECTED]
snmptrapd auth (and 5.3) but i don't know apply them. Anyone can help me? Thank you in advance. Thanks > Da: Thomas Anders <[EMAIL PROTECTED]> > Data: Fri, 01 Sep 2006 16:18:12 +0200 > A: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > Oggetto: Re: Make error on

Re: Make error on hpux 11.00

2006-09-05 Thread Thomas Anders
[EMAIL PROTECTED] wrote: > I have installed net-snmp 5.3.1 but no builds fine for me on HP-UX 11.00.I > have the same net-snmp 5.3.0.1 problems. What exact errors do you get for a clean build with 5.3.1? What are your system/compiler details and configure options? Have you tried on any other HP-U

Re: Make error on hpux 11.00

2006-09-05 Thread [EMAIL PROTECTED]
gent 'make' ends without errors but 'make test'reports many errors. I haven't try on any other HP-UX machine. Thanks > Da: Thomas Anders <[EMAIL PROTECTED]> > Data: Tue, 05 Sep 2006 13:54:07 +0200 > A: "[EMAIL PROTECTED]" <[EMAIL PROTECTED

Re: Make error on hpux 11.00

2006-09-05 Thread Thomas Anders
[EMAIL PROTECTED] wrote: > 3) aCC: /usr/ccs/bin/ld: Unsatisfied symbols: > Exit (code) > argvrestart (data) > argvrestartp (data) > argvrestartname (data) > *** Error exit code 1 Is there a particular reason for compiling with a C++ compiler? I strongly recommend to use a C compiler (eithe

Re: Make error on hpux 11.00

2006-09-05 Thread [EMAIL PROTECTED]
EMAIL PROTECTED]" <[EMAIL PROTECTED]> > Oggetto: Re: Make error on hpux 11.00 > > [EMAIL PROTECTED] wrote: > > 3) aCC: /usr/ccs/bin/ld: Unsatisfied symbols: > >   Exit (code) > >   argvrestart (data) > >   argvrestartp (data) > >   argvrestartname (data) >

Make error net-snmp-5.3.1 binaries

2006-09-13 Thread [EMAIL PROTECTED]
Hi, I have installed net-snmp-5.3.1-HP-UX_B.11.00_9000_712 binaries on hpux11.00 machine as root in  / . The snmptrapd and snmptrap daemon work fine. So i would compile my 'snmpTrapManager.c',but when I try to do 'make' it reports these errors: make -f Makefile all echo "Compiling snmpTra

Fwd: AIX & Net SNMP install make error

2010-10-01 Thread I Apong
Hi, My Net-SNMP account was un-subscribed when I posted this mail - now changed. Is it possible that I missed any response to this post, how can I check if so? Thanks, Ian Original Message Subject:AIX & Net SNMP install make error Date: Wed, 29 Sep 2010 16:1

Fwd: AIX & Net SNMP install make error

2010-10-06 Thread I Apong
Original Message Subject:AIX & Net SNMP install make error Date: Wed, 29 Sep 2010 16:13:47 -0400 From: I Apong Reply-To: iap...@sagaxis.com To: Support Net-SNMP Please, any ideas as to what the 'make' error may be related to? Thanks fo

Net-Snmp make error in AIX 5.3

2008-01-25 Thread Hotz, Harry
I'm having a make issue with the 5.4.1 net-snmp on an AIX 5.3 server and was wondering if folks have seen this scenario/errors before and what I might be doing wrong. Any help would be appreciated I downloaded the 5.4.1 tar. Untarred it into /usr/lpp/. Went into /usr/lpp/net-snmp-5.4.1

make error on a solaris 9 system

2008-07-30 Thread Anna MacMurray
I'm unable to get net-snmp-5.2.5 make to complete successfully. Below is system information and a copy of the output from the failing make. If you have any ideas I would love to hear them. I'm all out. Thank you, Anna 1.) net-snmp-5.2.5 2.) SunOS quartz 5.9 Generic_122300-28 sun4u sparc SUNW,

net-snmp make error : cannot find -lperl

2017-01-09 Thread deepak . sachan deepak . sachan
Hello friends During net-snmp installation following error message shows. I think this must some library linking issue. Need help to resolve this up/agentx/.libs/subagent.o mibgroup/utilities/.libs/execute.o mibgroup/utilities/.libs/iquery.o mibgroup/mibII/.libs/vacm_conf.o mibgroup/agentx/.libs

Net-SNMP 5.3.1 on RHEL 5 make error

2007-08-23 Thread Mathew Matson
Hi Folks, This is my first post to the list. Trying to compile Net-SNMP 5.3.1 on RHEL 5. Below are the configure options and full output. Thanks in advance for any assistance! -Matt ./configure --prefix=/usr/local \ --with-mib-modules="host mibII/mta_sendmail ucd_snmp disman/event-mib

Re: Net-Snmp make error in AIX 5.3

2008-01-31 Thread Dave Shield
On 24/01/2008, Hotz, Harry <[EMAIL PROTECTED]> wrote: > I'm having a make issue with the 5.4.1 net-snmp on an AIX 5.3 > server and was wondering if folks have seen this scenario/errors before > and what I might be doing wrong. The problem you describe appears to be related to an incompatib

Re: net-snmp make error : cannot find -lperl

2017-01-09 Thread Rajmohan Banavi
This indicates that perl is missing on the system. Depending on the package manager for your system, you can use yum/apt/others to install perl first and then later try to build net-snmp. You could also try to build without perl support but you will lose some utilities ./configure --prefix=/tmp/l

make error while cross compiling with arm-linux-gnu

2009-11-18 Thread radhika mv
/opt/arm_tools/bin/../lib/gcc/arm-linux-gnu/3.4.3/../../../../arm-linux-gnu/bin/ld: mibgroup/snmpv3/.libs/usmConf.o: Relocations in generic ELF (EM: 3) mibgroup/snmpv3/.libs/usmConf.o: could not read symbols: File in wrong format collect2: ld returned 1 exit status make[1]: *** [libnetsnmpagent.

Re: Net-SNMP 5.3.1 on RHEL 5 make error

2007-08-23 Thread Thomas Anders
Mathew Matson wrote: > gcc -I../include -I. -I../snmplib -D_REENTRANT -D_GNU_SOURCE > -fno-strict-aliasing -pipe -Wdeclaration-after-statement > -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -I/usr/include/gdbm -I/usr/lib/perl5/5.8.8/i386-linux-thread-multi/CORE > -g -O2 -Dlinux

RE: Net-SNMP 5.3.1 on RHEL 5 make error

2007-08-23 Thread Mathew Matson
SNMP 5.3.1 on RHEL 5 make error Mathew Matson wrote: > gcc -I../include -I. -I../snmplib -D_REENTRANT -D_GNU_SOURCE > -fno-strict-aliasing -pipe -Wdeclaration-after-statement > -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -I/usr/include/gdbm -I/usr/lib/perl5/5.8.8/i

Re: Net-SNMP 5.3.1 on RHEL 5 make error

2007-08-23 Thread Thomas Anders
Mathew Matson wrote: > I just ran 'make', no redirection. Is this default behaviour? Can I change > this? -Matt If you just run "make" again, what do you get? If you cd snmplib gcc -I../include -I. -I../snmplib -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-stateme

RE: Net-SNMP 5.3.1 on RHEL 5 make error

2007-08-23 Thread Mathew Matson
To: Mathew Matson Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Net-SNMP 5.3.1 on RHEL 5 make error Mathew Matson wrote: > I just ran 'make', no redirection. Is this default behaviour? Can I change > this? -Matt If you just run "make" again, what do you get?

Re: Net-SNMP 5.3.1 on RHEL 5 make error

2007-08-23 Thread Thomas Anders
Mathew Matson wrote: > It seems to run successfully...without errors. -matt And if you now run "make -j1" (in the top-level build dir), does it run through until the end? +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) ---

RE: Net-SNMP 5.3.1 on RHEL 5 make error

2007-08-23 Thread Mike Ayers
> It seems to run successfully...without errors. -matt The failure: rm -f .libs/parse.lo gcc -I../include -I. -I../snmplib -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/includ

RE: Net-SNMP 5.3.1 on RHEL 5 make error

2007-08-23 Thread Mike Ayers
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Mike Ayers > appears to be on parse.lo, the relocatable object file, not > parse.o. You could try building without shared libs. Correction: you could try building without making shared libs. Sorry, Mike

RE: Net-SNMP 5.3.1 on RHEL 5 make error

2007-08-23 Thread Mathew Matson
nt: Thu 8/23/2007 10:39 AM To: Mathew Matson Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Net-SNMP 5.3.1 on RHEL 5 make error Mathew Matson wrote: > It seems to run successfully...without errors. -matt And if you now run "make -j1" (in the top-level build dir), does it run

Re: make error while cross compiling with arm-linux-gnu

2009-11-19 Thread Kirill Mishustin
On Thu, 19 Nov 2009 12:15:40 +0530 radhika mv wrote: > /opt/arm_tools/bin/../lib/gcc/arm-linux-gnu/3.4.3/../../../../arm-linux-gnu/bin/ld: > mibgroup/snmpv3/.libs/usmConf.o: Relocations in generic >ELF (EM: 3) > > mibgroup/snmpv3/.libs/usmConf.o: could not read symbols: >File in wrong > format

Net-snmp 5.3.1 on Fedora 7 make error "-fstack-protector"

2007-09-24 Thread Matt Matson
I'm getting the following make error regarding "-fstack-protector" on Fedora7. Thanks in Advance! Fedora 7 Net-SNMP 5.3.1 GCC 3.4.3 Configure options: ./configure --prefix=/usr/local \ --with-mib-modules="host mibII/mta_sendmail ucd_snmp disman/event-mib misc

Re :Re: Net-snmp 5.3.1 on Fedora 7 make error

2007-09-25 Thread vishal_nitr
odule (SNMPv2-TM): At line 0 in (none)Cannot find module (NET-SNMP-VACM-MIB): At line 0 in (none)EricOn Mon, 2007-09-24 at 18:26 -0700, Matt Matson wrote:> > I\'m getting the following make error regarding \"-fstack-protector\" on> Fedora7. Thanks in Advance!> > F

Question about make error that with custom cross compile configuration

2017-05-04 Thread Taeheon Kim
HI This is question about cross compile net-snmp. I tried make with below configure options, - ./configure --with-default-snmp-version="3" \ --with-logfile="/var/log/snmpd.log" \ --host=arm-wrs-linux-gnueabi \ --target=arm-wrs-linux-gnueabi \

Re: Net-snmp 5.3.1 on Fedora 7 make error "-fstack-protector"

2007-09-25 Thread Thomas Anders
Matt Matson wrote: > I'm getting the following make error regarding "-fstack-protector" on > Fedora7. Thanks in Advance! > > Fedora 7 > Net-SNMP 5.3.1 > GCC 3.4.3 [...] > cc1: error: unrecognized command line option "-fstack-protector" > cc1: err

Re: Net-snmp 5.3.1 on Fedora 7 make error "-fstack-protector"

2007-09-25 Thread Eric Maines
27;m getting the following make error regarding "-fstack-protector" on > Fedora7. Thanks in Advance! > > Fedora 7 > Net-SNMP 5.3.1 > GCC 3.4.3 > > Configure options: >./configure --prefix=/usr/local \ >--with-mib-modules="host mibII/mta_sen

Re: Re :Re: Net-snmp 5.3.1 on Fedora 7 make error

2007-09-27 Thread Eric Maines
MIB): At line 0 in (none) > Cannot find module (SNMPv2-TM): At line 0 in (none) > Cannot find module (NET-SNMP-VACM-MIB): At line 0 in (none) > > Eric > > On Mon, 2007-09-24 at 18:26 -0700, Matt Matson wrote: > > > > I'm getting the following make error reg

Re: Net-snmp 5.3.1 on Fedora 7 make error "-fstack-protector"

2007-09-27 Thread Matt Matson
Indeed, it was a version conflict. Compiles fine now. Thank you Thomas! Thomas Anders wrote: Matt Matson wrote: I'm getting the following make error regarding "-fstack-protector" on Fedora7. Thanks in Advance! Fedora 7 Net-SNMP 5.3.1 GCC 3.4.3 [...] cc1: erro

  1   2   >