Greetings: On a Sun Solaris 8 machine using the Sun Studio 11 compiler: taz$ ./configure LDFLAGS=-xarch=v9 CFLAGS='-xO3 -xarch=v9' CC=/opt/SUNWspro/bin/cc --prefix=/opt/openssh-4.3p1 --with-ssl-dir=/opt/openssl-0.9.8a --with-xauth=/usr/openwin/bin/xauth --with-default-path=/bin:/sbin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/openwin/bin:/usr/dt/bin --without-zlib-version-check checking ndir.h usability... no checking ndir.h presence... no checking for ndir.h... no checking net/if.h usability... no checking net/if.h presence... yes configure: WARNING: net/if.h: present but cannot be compiled configure: WARNING: net/if.h: check for missing prerequisite headers? configure: WARNING: net/if.h: see the Autoconf documentation configure: WARNING: net/if.h: section "Present But Cannot Be Compiled" configure: WARNING: net/if.h: proceeding with the preprocessor's result configure: WARNING: net/if.h: in the future, the compiler will take precedence configure: WARNING: ## ------------------------------------------- ## configure: WARNING: ## Report this to openssh-unix-dev at mindrot.org ## configure: WARNING: ## ------------------------------------------- ## checking for net/if.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netgroup.h usability... no checking netgroup.h presence... no checking for netgroup.h... no checking netinet/in_systm.h usability... no checking netinet/in_systm.h presence... yes configure: WARNING: netinet/in_systm.h: present but cannot be compiled configure: WARNING: netinet/in_systm.h: check for missing prerequisite headers? configure: WARNING: netinet/in_systm.h: see the Autoconf documentation configure: WARNING: netinet/in_systm.h: section "Present But Cannot Be Compiled" configure: WARNING: netinet/in_systm.h: proceeding with the preprocessor's result configure: WARNING: netinet/in_systm.h: in the future, the compiler will take precedence configure: WARNING: ## ------------------------------------------- ## configure: WARNING: ## Report this to openssh-unix-dev at mindrot.org ## configure: WARNING: ## ------------------------------------------- ## checking for netinet/in_systm.h... yes checking pam/pam_appl.h usability... no checking pam/pam_appl.h presence... no checking for pam/pam_appl.h... no checking paths.h usability... no checking paths.h presence... no checking for paths.h... no checking pty.h usability... no
On Wed, 8 Feb 2006, Mark Zimmerman wrote:> Greetings: > > On a Sun Solaris 8 machine using the Sun Studio 11 compiler: >[snip]> configure: WARNING: net/if.h: present but cannot be compiled > configure: WARNING: net/if.h: check for missing prerequisite[snip]> configure: WARNING: netinet/in_systm.h: present but cannot be compiled > configure: WARNING: netinet/in_systm.h: check for missingFixed in CVS. Please try the latest snapshot. Snapshots can be found at ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/snapshot/ -- Tim Rice Multitalents (707) 887-1469 tim at multitalents.net
On Thu, 9 Feb 2006, Mark Zimmerman wrote:> On Thu, Feb 09, 2006 at 02:00:21PM -0800, Tim Rice wrote: > > On Thu, 9 Feb 2006, Mark Zimmerman wrote: > > > > > Greetings: > > > > > > Well, I tried the latest snapshot and it configures without warnings > > > and it compiles, but it doesn't work... > > > > Very suprising. > > Do a diff in the 2 config.h files and send it to me. > > What platform is this? > > foghorn$ uname -a > SunOS cswfsu01 5.8 Generic_117350-31 sun4u sparc SUNW,Sun-Fire-V440 > > > foghorn$ diff openssh-4.3p1/config.h openssh/config.h[diff sniped] Looks right.> > > foghorn$ ./ssh gaim > > > Disconnecting: Bad packet length 1423594411. > > > foghorn$ ./ssh -V > > > OpenSSH_4.3p1-snap20060208, OpenSSL 0.9.8a 11 Oct 2005Try the 20060210 snap. That's what's in CVS. It's working fine here. SunOS sun2 5.8 Generic_117350-31 sun4u sparc SUNW,Ultra-2 But then I'm using openssl 0.9.7 [hours pass, more building/testing] I just built a current 0.9.8 and tested again. regression tests fail. Hmm. Tests OK with 0.9.8 on my UnixWare box. I'll do more testing as time permits. -- Tim Rice Multitalents (707) 887-1469 tim at multitalents.net