From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 78A4A138330 for ; Thu, 11 Jan 2018 14:29:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1175E0B89; Thu, 11 Jan 2018 14:29:15 +0000 (UTC) Received: from blaine.gmane.org (unknown [195.159.176.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74329E0A93 for ; Thu, 11 Jan 2018 14:29:15 +0000 (UTC) Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1eZdoq-0004UW-As for gentoo-user@lists.gentoo.org; Thu, 11 Jan 2018 15:27:00 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: glibc emerge error Date: Thu, 11 Jan 2018 16:29:07 +0200 Message-ID: References: <395ced69-7aa0-35b5-1a1c-cf01baada8af@charter.net> <9cb883e6-10d2-2c88-e9d2-e88fadae61ef@charter.net> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@blaine.gmane.org User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 In-Reply-To: <9cb883e6-10d2-2c88-e9d2-e88fadae61ef@charter.net> Content-Language: en-US X-Archives-Salt: e546c3ad-923c-46a6-8f43-1f201461175c X-Archives-Hash: 2497df343ab18199ec66d7e7b5f31810 On 11/01/18 15:28, Corbin Bird wrote: >> Why are you setting LD_LIBRARY_PATH system-wide to begin with? Don't >> do that. > > Unfortunately, I had to ( and didn't realize the implications. ) > In .bashrc : >> export LD_LIBRARY_PATH=$VULKAN_SDK/lib:$LD_LIBRARY_PATH > > Required by the Vulkan Loader ( Mesa && Chromium ). I think this is what the /etc/ld.so.conf.d/ directory is there for. Have you tried something like this instead: echo "$VULKAN_SDK/lib" > /etc/ld.so.conf.d/vulkan-loader.conf env-update