From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Date: Thu, 21 Jan 2021 12:00:55 +0100 Subject: [LTP] [PATCH v2 1/1] configure.ac: More descriptive NUMA error message In-Reply-To: References: <20210121103727.28534-1-pvorel@suse.cz> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it > Hi! > > Some people were confused and searched for libnuma.so.2, > > which does not exist. > > Required is libnuma.so.1, but with LIBNUMA_API_VERSION >= 2. > > The API version is tighten to libnuma version in git, but that has > > nothing to do with library soname version, which is still 1.0.0. > > Reviewed-by: Cyril Hrubis > > Signed-off-by: Petr Vorel > I consider this safe for the release, please push. Thanks, merged! Kind regards, Petr