h-persistent-directory="/var/net-snmp"
--disable-manuals --without-perl-modules --disable-embedded-perl || exit $?
echo
echo "Make ..."
echo
make || exit $?
echo
echo "Make Install ..."
echo
make install && echo "Installation Completed!!!" || exit $?
On Tue, Sep 21, 2010 at 10:06 AM, Leo Lin wrote:
> master.o: In function `real_init_master`:
>
> master.c: 55: undefined reference to ___stack_chk_guard
>
I have never seen such an error message myself during any of the many times
I built Net-SNMP on Cygwin.
Have you already tried to run "make
disable it?
Thanks!
Leo;
--- On Mon, 9/20/10, Abraham Varricatt
wrote:
From: Abraham Varricatt
Subject: Re: ./configure conftest.c permission denied
To: "Leo Lin"
Cc: "Net-snmp-users"
Date: Monday, September 20, 2010, 10:06 PM
On Tue, Sep 21, 2010 at 6:44 AM
On Tue, Sep 21, 2010 at 6:44 AM, Leo Lin wrote:
>
> Hi,
>
> I tried to cross-compile for a embedded system. It didn't work, so I wanted
> to re-compile it again for my system, and now it fails all the time.
>
It would be a lot easier to help you if we knew what version of
net-snmp you are using
but it still giving me errors. Everytime, the
error is different.
Should I run
`make uninstall'
then ./configure again?
Thanks!
Leo;
--- On Mon, 9/20/10, Leo Lin wrote:
From: Leo Lin
Subject: ./configure conftest.c permission denied
To: "Net-snmp-users"
Date: Monday, Se
Hi,
While installing net-snmp-5.6.rc1, there's an error during ./configure
seems that configure script is not able to find the source file conftest.c
Anyone know what is the purpose of this sourcefile? test configuration? Where
can I download it, and where (directory) I need to place it so