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 incompatibility
between the build environment used for compiling perl, and that
used for building the Net-SNMP agent.
   From README.aix:

----
In general, Perl modules need to be compiled with the same compiler and
compiler options as Perl itself. configure detects some mismatches (gcc vs.
vendor compiler), but treats different incarnations of the same compiler type
as similar. If your version of Perl (e.g. the one supplied by IBM for AIX 5.x)
has been compiled with cc_r on AIX, please make sure you also use CC=cc_r
when building net-snmp. Building with xlc in this case is known to fail
(see bug #1600099).
---

So your two options would seem to be:
   a)   build the Net-SNMP suite using "cc_r"
or
   b)   build it using "configure --disable-embedded-perl"

There's more discussion of this problem in Bug #1600099.
(http://sourceforge.net/tracker/index.php?func=detail&aid=1600099&group_id=12694&atid=112694)

Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to