From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59120) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3tTA-0007GO-1R for qemu-devel@nongnu.org; Fri, 20 May 2016 19:04:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b3tT4-0004TU-26 for qemu-devel@nongnu.org; Fri, 20 May 2016 19:04:34 -0400 Received: from mail-ig0-x22e.google.com ([2607:f8b0:4001:c05::22e]:38693) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3tT3-0004TD-Te for qemu-devel@nongnu.org; Fri, 20 May 2016 19:04:29 -0400 Received: by mail-ig0-x22e.google.com with SMTP id vs11so1223005igb.1 for ; Fri, 20 May 2016 16:04:29 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Programmingkid In-Reply-To: <573F94D3.7090902@redhat.com> Date: Fri, 20 May 2016 19:04:27 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: <0322B7E6-88DD-436E-884A-F0F78B8209BE@gmail.com> <573F9327.9000808@redhat.com> <2C42DD54-A6FC-47F8-B4D3-33E7A7413068@gmail.com> <573F94D3.7090902@redhat.com> Subject: Re: [Qemu-devel] undefined symbol _nettle_cast5_set_key List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: qemu-devel qemu-devel , "Daniel P. Berrange" On May 20, 2016, at 6:50 PM, Eric Blake wrote: > On 05/20/2016 04:46 PM, Programmingkid wrote: >>>> Undefined symbols for architecture x86_64: >>>> "_nettle_cast5_set_key", referenced from: >>>> _qcrypto_cipher_new in cipher.o >>>=20 >>> What version of nettle are you compiling against? Obviously it's an >>> older version, but is it one that we need to work around at = configure >>> time, or one that you should just update locally? >>=20 >> I'm not sure how to find the version of nettle. Would you have a = simple program that could tell me this information? >=20 > On Fedora, it's: >=20 > # rpm -q nettle-devel > nettle-devel-3.2-1.fc23.x86_64 > # pkg-config --modversion nettle > 3.2 >=20 > I don't use MacOS, so I have no clue how to query your package manager > about what version of a given package is installed, but the pkg-config > command might work. $pkg-config --modversion nettle 3.2 Hope this helps.=