Date: Wed, 28 Nov 2018 08:39:02 -0800 From: bob prohaska <fbsd@www.zefox.net> To: KIRIYAMA Kazuhiko <kiri@kx.openedu.org> Cc: freebsd-ports@freebsd.org Subject: Re: Can't compile sysutils/u-boot-rpi3 on rpi3 Message-ID: <20181128163901.GA2040@www.zefox.net> In-Reply-To: <201811280538.wAS5cYii069843@kx.openedu.org> References: <20181128020659.GA98196@www.zefox.net> <201811280538.wAS5cYii069843@kx.openedu.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Nov 28, 2018 at 02:38:34PM +0900, KIRIYAMA Kazuhiko wrote: > At Tue, 27 Nov 2018 18:06:59 -0800, > bob prohaska wrote: > > > > In trying to compile sysutils/u-boot-rpi3 natively the compilation > > stops with many errors caused by rsa-sign.c > > > > /usr/bin/ld: error: undefined symbol: OPENSSL_init_ssl > > >>> referenced by rsa-sign.c > > >>> tools/lib/rsa/rsa-sign.o:(rsa_sign) > > > > /usr/bin/ld: error: undefined symbol: EVP_MD_CTX_new > > >>> referenced by rsa-sign.c > > >>> tools/lib/rsa/rsa-sign.o:(rsa_sign) > > > > > > and so on..... > > Maybe OpenSSL 1.1 API problems [1]. > The errors listed in the bug report didn't include any of the form "undefined symbol". Not sure how significant the distinction is, but it looks different to a naive eye. > [1] https://wiki.freebsd.org/OpenSSL/1.1.0 > Thanks for reading! bob prohaska
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20181128163901.GA2040>