Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: glibc emerge error
Date: Thu, 11 Jan 2018 14:29:23
Message-Id: p37s78$e2s$1@blaine.gmane.org
In Reply to: Re: [gentoo-user] Re: glibc emerge error by Corbin Bird
1 On 11/01/18 15:28, Corbin Bird wrote:
2 >> Why are you setting LD_LIBRARY_PATH system-wide to begin with? Don't
3 >> do that.
4 >
5 > Unfortunately, I had to ( and didn't realize the implications. )
6 > In .bashrc :
7 >> export LD_LIBRARY_PATH=$VULKAN_SDK/lib:$LD_LIBRARY_PATH
8 >
9 > Required by the Vulkan Loader ( Mesa && Chromium ).
10
11 I think this is what the /etc/ld.so.conf.d/ directory is there for. Have
12 you tried something like this instead:
13
14 echo "$VULKAN_SDK/lib" > /etc/ld.so.conf.d/vulkan-loader.conf
15 env-update

Replies

Subject Author
Re: [gentoo-user] Re: glibc emerge error Corbin Bird <corbinbird@×××××××.net>