From owner-freebsd-stable Mon Feb 24 8:17:29 2003 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 47ACD37B401 for ; Mon, 24 Feb 2003 08:17:28 -0800 (PST) Received: from pop015.verizon.net (pop015pub.verizon.net [206.46.170.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E1E843FBF for ; Mon, 24 Feb 2003 08:17:27 -0800 (PST) (envelope-from cswiger@mac.com) Received: from mac.com ([129.44.41.173]) by pop015.verizon.net (InterMail vM.5.01.05.27 201-253-122-126-127-20021220) with ESMTP id <20030224161726.BXDC14460.pop015.verizon.net@mac.com> for ; Mon, 24 Feb 2003 10:17:26 -0600 Message-ID: <3E5A4591.4070503@mac.com> Date: Mon, 24 Feb 2003 11:17:21 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030210 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: OpenSSL build failure identified... X-Enigmail-Version: 0.73.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at pop015.verizon.net from [129.44.41.173] at Mon, 24 Feb 2003 10:17:26 -0600 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 > /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_aes_128_cbc' > /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_aes_192_cbc' > /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_aes_256_cbc' > /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `HMAC_CTX_cleanup' > *** Error code 1 > Stop in /usr/src/secure/usr.bin/scp. > *** Error code 1 > Stop in /usr/src/secure/usr.bin. I discovered that the build would work fine under /bin/sh, but not under my normal shell, which is zsh. It turns out that having a /usr/local/bin/openssl (from a port-build of openssh-0.9.6g) in the path was causing the problem. Is a build failure resulting from an interaction with the user's $PATH regarded as a bug? -Chuck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message