Date: Mon, 24 Feb 2003 11:17:21 -0500 From: Chuck Swiger <cswiger@mac.com> To: freebsd-stable@freebsd.org Subject: OpenSSL build failure identified... Message-ID: <3E5A4591.4070503@mac.com>
next in thread | raw e-mail | index | archive | help
> /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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3E5A4591.4070503>