From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x42d.google.com (mail-pf1-x42d.google.com [IPv6:2607:f8b0:4864:20::42d]) by sourceware.org (Postfix) with ESMTPS id B4117385840C for ; Thu, 7 Oct 2021 18:54:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B4117385840C Received: by mail-pf1-x42d.google.com with SMTP id m14so6092948pfc.9 for ; Thu, 07 Oct 2021 11:54:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:reply-to :from:date:message-id:subject:to:cc:content-transfer-encoding; bh=j9jJkZF58nNME5DCwu3UaafYDOv08n6bx9HmAcBsaIw=; b=q9aOijfGEoZ6oA1J93iaiAVTCK3Dt9X/j8hhkcHQUuraPgsEhAbAo0dBvk2yTlUjKL 1EcwgLyl1+WEoPYS6gPMqf4zkMual5H+fjgI7kYNskb+h4wFkH2zwKVPLDxT+A6MZHTE 2tW6vyqloDLPf3lfWMhrFhe/cGEsXsCX2FiVGa/Si+2XvrL/sFipe42BhXKBvocmslME MPAX9z7MNf+Sp31JOWvzkDG218cvVZi7SjpEYgnjRVCai6/Y45obSf/uVwWgyU4RXMsG eX3yl3mg+0sCD5HeEwLFylWDCHv3C2VS7tXgMdtrUACPfbGI3X+E6DQyGte7VfJTZjeZ eWDA== X-Gm-Message-State: AOAM531hrOtoeg9d+CNFLwTFzx8Bamcm62qHQGL/hDc31Doxn7GPdP5w bYJ9E1YMyymvw0zOkQTuzRQxlk/iDrRFxtORXcEknbh/M4Y= X-Google-Smtp-Source: ABdhPJwWrHlMqiLMM+yk95zhOY2pgz0lQEtbTQrBskqw+xAfAp+fdvwv7W6R3j4WI1b10PmkXNvd4cY5etuet5zZnlk= X-Received: by 2002:aa7:9d02:0:b0:43d:ea96:5882 with SMTP id k2-20020aa79d02000000b0043dea965882mr5975397pfp.23.1633632882779; Thu, 07 Oct 2021 11:54:42 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Reply-To: noloader@gmail.com From: Jeffrey Walton Date: Thu, 7 Oct 2021 14:53:29 -0400 Message-ID: Subject: Re: My dynamic loader refuses to load libQt5Core because of the ABI tag note To: =?UTF-8?Q?Krzysztof_=C5=BBelechowski?= Cc: "libc-help@sourceware.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-help@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-help mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2021 18:54:45 -0000 On Thu, Oct 7, 2021 at 2:47 PM Krzysztof =C5=BBelechowski via Libc-help wrote: > > /usr/lib/YaST2/bin/y2controlcenter > /usr/lib/YaST2/bin/y2controlcenter: error while loading s= hared libraries: libQt5Core.so.5: cannot open shared object file: No such f= ile or directory > uname -r > 4.4.0-19041-Microsoft > ldd /usr/lib64/libQt5Widgets.so.5 > libQt5Core.so.5 =3D> not found > /usr/lib64/libQt5Core.so.5 > This is the QtCore library version Qt 5.12.7 (x86_64-litt= le_endian-lp64 shared (dynamic) release build; by GCC 7.5.0) > Copyright (C) 2016 The Qt Company Ltd. > Contact: http://www.qt.io/licensing/ > > Installation prefix: /usr > Library path: lib64 > Include path: include/qt5 > Processor features: sse2[required] sse3 ssse3 fma sse4.1 sse4.2 movbe po= pcnt aes avx f16c rdrnd bmi avx2 bmi2 rdseed sha > readelf -n /usr/lib64/libQt5Core.so.5 > Displaying notes found in: .note.ABI-tag > Owner Data size Description > GNU 0x00000010 NT_GNU_ABI_TAG (ABI version tag) > OS: Linux, ABI: 3.17.0 > objcopy -R .note.ABI-tag /usr/lib64/libQt5Core.so.5 /tmp/libQt5Core.so.5 > LD_LIBRARY_PATH=3D/tmp /usr/lib/YaST2/bin/y2controlcenter Off-topic, this is probably CVE worthy: LD_LIBRARY_PATH=3D/tmp Jeff