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

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 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

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

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

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 iap...@sagaxis.com Reply-To: iap...@sagaxis.com To: Support Net-SNMP net-snmp-users@lists.sourceforge.net Please, any ideas as to what

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:13:47

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

Re: make error - cannot find -lperl

2010-09-21 Thread Barry Leggett
- Original Message - From: Wes Hardaker harda...@users.sourceforge.net To: Barry Leggett btlegg...@tiscali.co.uk Cc: net-snmp-users@lists.sourceforge.net 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

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

Re: make error - cannot find -lperl

2010-09-08 Thread Wes Hardaker
On Wed, 8 Sep 2010 01:13:53 +0100, Barry Leggett btlegg...@tiscali.co.uk 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

Re: SNMP Make error

2010-08-12 Thread Dave Shield
On 10 August 2010 22:12, Ernie Lacson elac...@successfactors.com 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

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

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: 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

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: make error information analysis

2009-11-18 Thread Dave Shield
2009/11/18 飞飞 chenyapu1...@qq.com: 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 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]: ***

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

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

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

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
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

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 PATH

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:

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 should

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

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

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

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 is that

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

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 in

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? After

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 find

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't.

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 tab.

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 I ma getting the following error. can

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 / -name

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 ...]

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

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?

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

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

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

2007-09-27 Thread Eric Maines
: 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/ip --with-default

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: error: unrecognized

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: error: invalid parameter `ssp-buffer-size' It means that your

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/ipfwacc tunnel smux

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 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
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/i386-linux-thread-multi

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? If you cd snmplib gcc -I

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: SNIP 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

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
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 through until the end? +Thomas

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)

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 Configure

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

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

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

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 hpux 11.00 [EMAIL PROTECTED] wrote: I would

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-UX

Re: Make error on hpux 11.00

2006-09-05 Thread [EMAIL PROTECTED]
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] Oggetto: Re: Make error on hpux 11.00 [EMAIL PROTECTED] wrote: I have installed

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 (either

Re: Make error on hpux 11.00

2006-09-05 Thread [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) *** Error exit code 1 Is there a particular reason for compiling with a C++ compiler? I

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 with the

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

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 with

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

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

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

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

RE: NET-SNMP 5.2.1 make error.

2005-04-15 Thread Andrews, Glenn J (Glenn)
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... At the very end.. cc: default_store.o: No such file or directory *** Error code 1 make: Fatal error: Command failed

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

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

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 can I

RE: NET-SNMP 5.2.1 make error.

2005-04-14 Thread Andrews, Glenn J (Glenn)
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 for building snmptrapd and there may well be an issue with --disable-agent because

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. Im running a Slackware distro running on 2.4.28 kernel. Ran configure script with personal options. The error occurs during make. Ive included the error message. If anyone can help me out regarding the

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)

net-snmp compile/make error.

2004-10-07 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

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

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 compile/make

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

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

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 the file

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 with