From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x332.google.com (mail-wm1-x332.google.com [IPv6:2a00:1450:4864:20::332]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.server123.net (Postfix) with ESMTPS for ; Thu, 12 Sep 2019 16:33:06 +0200 (CEST) Received: by mail-wm1-x332.google.com with SMTP id q12so297641wmj.4 for ; Thu, 12 Sep 2019 07:33:06 -0700 (PDT) References: <3qMW-xDCmV_cpIim00eiw8xpCeZHnpPyKKHU3kQq_FOQCjWNFhh4g7w-wP65FoD6-r8piBT_VYaGpAGT0csU3GjSw-ILrv7G6PrtihA5YfY=@pm.me> From: Milan Broz Message-ID: <12549b0d-82aa-2fe6-8af5-ea7fc436615d@gmail.com> Date: Thu, 12 Sep 2019 16:33:04 +0200 MIME-Version: 1.0 In-Reply-To: <3qMW-xDCmV_cpIim00eiw8xpCeZHnpPyKKHU3kQq_FOQCjWNFhh4g7w-wP65FoD6-r8piBT_VYaGpAGT0csU3GjSw-ILrv7G6PrtihA5YfY=@pm.me> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] Building issues with latest cryptsetup package List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anon <5050202089@pm.me>, dm-crypt On 12/09/2019 12:13, Anon wrote: > Hi, > > Ime having issues trying to properly install/configure cryptsetup 2.2.1. I'm testing it in a VM with the same is as I use primarily to prevent data loss and I'm glad I did. I use Kubuntu 19.04. As luks is security software I like to stay up to date, Kubuntu includes version 2.1.0 therefore I'm trying to update it's version. > > I extracted the archive, CD into it and ran: ./configure > First time got a bunch of missing dependencies such as dev-mapper header files, libssl, blkid..I got those all installed then configure ran without errors. > > I then ran make, and that completed just fine. Then sudo make install, which was successful. > > Once running a cryptsetup command (such as cryptsetup --version), it would give me error: cryptsetup: relocation error: cryptsetup: symbol crypt_reencrypt_init_by_passphrase version CRYPTSETUP_2.0 not defined in file libcryptsetup.so.12 with link time reference Check ldd over cryptsetup binary, you have apparently some older libcryptsetup library in some system path, just remove it. (This is a new symbol added in 2.2) m.