From owner-freebsd-stable Wed Jul 17 0:49:43 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4990737B49C; Wed, 17 Jul 2002 00:49:37 -0700 (PDT) Received: from pump3.york.ac.uk (pump3.york.ac.uk [144.32.128.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1F6643E5E; Wed, 17 Jul 2002 00:48:31 -0700 (PDT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from ury.york.ac.uk (ury.york.ac.uk [144.32.108.81]) by pump3.york.ac.uk (8.10.2/8.10.2) with ESMTP id g6H7kUa19246; Wed, 17 Jul 2002 08:46:30 +0100 (BST) Received: from ury.york.ac.uk (localhost.york.ac.uk [127.0.0.1]) by ury.york.ac.uk (8.12.3/8.12.3) with ESMTP id g6H7kUv6004050; Wed, 17 Jul 2002 08:46:30 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from localhost (gavin@localhost) by ury.york.ac.uk (8.12.3/8.12.3/Submit) with ESMTP id g6H7kTcu004047; Wed, 17 Jul 2002 08:46:29 +0100 (BST) X-Authentication-Warning: ury.york.ac.uk: gavin owned process doing -bs Date: Wed, 17 Jul 2002 08:46:29 +0100 (BST) From: Gavin Atkinson To: , Subject: Build error if crypto was not installed Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, Fresh CVSUP as of 3pm yesterday GMT of stable cvs-all. System was installed from 4.6 CD, however only the base package was installed from the CD, no crypto. Make buildworld: ===> secure/usr.bin/scp cc -O -pipe -I/usr/src/secure/usr.bin/scp/../../../crypto/openssh -DNO_IDEA -c /usr/src/secure/usr.bin/scp/../../../crypto/openssh/scp.c cc -O -pipe -I/usr/src/secure/usr.bin/scp/../../../crypto/openssh -DNO_IDEA -o scp scp.o -lssh /usr/obj/usr/src/i386/usr/libexec/elf/ld: warning: libcrypto.so.2, needed by /usr/obj/usr/src/i386/usr/lib/libssh.so, not found (try using -rpath or -rpath-link) /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_DigestInit' /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_enc_null' /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_CIPHER_CTX_init' /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `BN_rand' /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `RSA_generate_key' /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `PEM_read_PrivateKey' /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_DigestFinal' [snipped lots more undefined references] /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `HMAC_Update' /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_bf_cbc' /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_get_digestbyname' *** Error code 1 Stop in /usr/src/secure/usr.bin/scp. *** Error code 1 Stop in /usr/src/secure/usr.bin. *** Error code 1 Stop in /usr/src/secure. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Thanks, Gavin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message