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 A0D7E138206 for ; Sat, 13 Jan 2018 00:12:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F2E5E0950; Sat, 13 Jan 2018 00:12:06 +0000 (UTC) Received: from mtaout003-public.msg.strl.va.charter.net (mtaout003-public.msg.strl.va.charter.net [68.114.190.28]) by pigeon.gentoo.org (Postfix) with ESMTP id 9865DE08FE for ; Sat, 13 Jan 2018 00:12:05 +0000 (UTC) Received: from impout003 ([68.114.189.18]) by mtaout003.msg.strl.va.charter.net (InterMail vM.9.00.023.01 201-2473-194) with ESMTP id <20180113001205.KWUL7355.mtaout003.msg.strl.va.charter.net@impout003> for ; Fri, 12 Jan 2018 18:12:05 -0600 Received: from [97.93.202.134] ([97.93.202.134]) by impout003 with charter.net id xcC41w00C2uVVC101cC5WJ; Fri, 12 Jan 2018 18:12:05 -0600 X-Authority-Analysis: v=2.2 cv=XZf59Mx5 c=1 sm=1 tr=0 a=DOABN9EpTWmQ92XeSYFZIQ==:117 a=DOABN9EpTWmQ92XeSYFZIQ==:17 a=IkcTkHD0fZMA:10 a=x7bEGLp0ZPQA:10 a=wxUXu85z6ZTS_QPnTWoA:9 a=QEXdDO2ut3YA:10 X-Auth-id: Y29yYmluYmlyZEBjaGFydGVyLm5ldA== Subject: Re: [gentoo-user] Re: glibc emerge error To: gentoo-user@lists.gentoo.org References: <395ced69-7aa0-35b5-1a1c-cf01baada8af@charter.net> <9cb883e6-10d2-2c88-e9d2-e88fadae61ef@charter.net> From: Corbin Bird Message-ID: <6fd1a2f0-c7b0-f018-0dea-28bbdf68b7e1@charter.net> Date: Fri, 12 Jan 2018 18:11:51 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 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 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US X-Archives-Salt: 07af3eb3-9949-4d10-a6fe-af676f0893e0 X-Archives-Hash: 632317436327e8ebc942f42c5911f2b5 On 01/12/2018 04:14 PM, Nikos Chantziaras wrote: > echo "$VULKAN_SDK/lib" > /etc/ld.so.conf.d/vulkan-loader.conf Found out what was giving me an extra slash in the output "...x86_64//lib" The $VULKAN_SDK PATH had a slash at the end. Works now. Thank you. Corbin