From owner-freebsd-ports Mon Jun 11 10:27:15 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ankarloo.nu (barracude.hd.chalmers.se [129.16.220.59]) by hub.freebsd.org (Postfix) with ESMTP id 8553F37B401 for ; Mon, 11 Jun 2001 10:27:06 -0700 (PDT) (envelope-from johan@ankarloo.nu) Received: from localhost (johan@localhost) by ankarloo.nu (8.11.0/8.11.0) with ESMTP id f5BHOci78086; Mon, 11 Jun 2001 19:24:38 +0200 (CEST) Date: Mon, 11 Jun 2001 19:24:38 +0200 (CEST) From: Johan Ankarloo X-Sender: johan@localhost To: Dirk Meyer Cc: freebsd-ports@FreeBSD.ORG Subject: Re: OpenSSH In-Reply-To: <0UxvmlDRhP@dmeyer.dinoex.sub.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Well, as far as i have understod , i cant upgrade openssl since it is part of the core/kernel/base some how. I did trie to implement your flags below but with no success. Didn't try your binaries since i didn't know for what system it was compiled for. It seems that the configuration script breaks when it checks for openssl. ------------------------------------------------- checking for OpenSSL directory... configure: error: Could not find working OpenSSL library, please install or check config.log ===> Script "configure" failed: here are the contents of "config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:603: checking for gcc configure:716: checking whether the C compiler (cc -O -pipe -DBYTE_ORDER=BIG_ENDIAN ) works configure:732: cc -o conftest -O -pipe -DBYTE_ORDER=BIG_ENDIAN conftest.c 1>&5 configure:758: checking whether the C compiler (cc -O -pipe -DBYTE_ORDER=BIG_ENDIAN ) is a cross-compiler configure:763: checking whether we are using GNU C configure:772: cc -E conftest.c configure:791: checking whether cc accepts -g configure:848: checking host system type configure:869: checking whether byte ordering is bigendian configure:887: cc -c -O -pipe -DBYTE_ORDER=BIG_ENDIAN conftest.c 1>&5 In file included from /usr/include/sys/types.h:125, from configure:877: /usr/include/machine/endian.h:56: warning: `BYTE_ORDER' redefined *Initialization*:1: warning: this is the location of the previous definition configure:902: cc -c -O -pipe -DBYTE_ORDER=BIG_ENDIAN conftest.c 1>&5 In file included from /usr/include/sys/types.h:125, from configure:892: /usr/include/machine/endian.h:56: warning: `BYTE_ORDER' redefined *Initialization*:1: warning: this is the location of the previous definition configure: In function `main': configure:897: syntax error before `big' configure: failed program was: #line 891 "configure" #include "confdefs.h" #include #include int main() { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; } ----------------------------------------------- On Mon, 11 Jun 2001, Dirk Meyer wrote: > Johan Ankarloo wrote: > > openssh-portable: configure: > > > configure:897: syntax error before `big' > > problem is this line: > #if BYTE_ORDER != BIG_ENDIAN > > possible fixes in (Makefile or Makefile.local): > 1) > CFLAGS += -DBYTE_ORDER=BIG_ENDIAN > > 2) > USE_NEWGCC=yes > > I have build 2.2.8 a.out bin packages for testing: > ftp://ftp.dinoex.org/pub/approved/ > openssl-0.9.6a.tgz > openssh-portable-2.9p1_2.tgz > (unoffical, but seem to run.) > > Please check you use a new "openssl" lib. > > kind regards Dirk > > - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message