Re: Solaris 8/net-snmp-5.2.2 build problems
Thomas Anders <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <[email protected]> |
Ruttenberg, Tanya wrote: > I downloaded this patch from sourceforge (rather than trying to use the text > in the email) and I was able to install it. However, it doesn't seem to > have helped. I still get the warning below when I run configure. And it > still fails in the same place: Do you have autoconf? As Robert said, you need to run it in order to update configure (from configure.in). Otherwise, try the attached patch for configure (use "patch -p0 < configure.diff"). +Thomas -- Thomas Anders (thomas.anders at blue-cable.de)
configure.diff
(text/x-patch, 665 B)
--- configure.old 2005-09-20 07:35:08.000000000 +0200 +++ configure 2005-09-23 16:35:03.000000000 +0200 @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 5.134.2.21 . +# From configure.in Revision: 5.134.2.23 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59 for Net-SNMP 5.2.2.pre1. # @@ -18954,12 +18954,12 @@ #if HAVE_SYS_TYPES_H #include <sys/types.h> #endif -#if HAVE_SYS_SOCKETVAR_H -#include <sys/socketvar.h> -#endif #if HAVE_SYS_SOCKET_H #include <sys/socket.h> #endif +#if HAVE_SYS_SOCKETVAR_H +#include <sys/socketvar.h> +#endif #if HAVE_ARPA_INET_H #include <arpa/inet.h> #endif