Gentoo Archives: gentoo-user

From: Corbin Bird <corbinbird@×××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: glibc emerge error
Date: Fri, 12 Jan 2018 16:32:14
Message-Id: cd27ac41-9add-dc3f-6c8c-60a150059490@charter.net
In Reply to: [gentoo-user] Re: glibc emerge error by Nikos Chantziaras
1 On 01/11/2018 08:29 AM, Nikos Chantziaras wrote:
2 > On 11/01/18 15:28, Corbin Bird wrote:
3 >>> Why are you setting LD_LIBRARY_PATH system-wide to begin with? Don't
4 >>> do that.
5 >>
6 >> Unfortunately, I had to ( and didn't realize the implications. )
7 >> In .bashrc :
8 >>> export LD_LIBRARY_PATH=$VULKAN_SDK/lib:$LD_LIBRARY_PATH
9 >>
10 >> Required by the Vulkan Loader ( Mesa && Chromium ).
11 >
12 > I think this is what the /etc/ld.so.conf.d/ directory is there for.
13 > Have you tried something like this instead:
14 >
15 >   echo "$VULKAN_SDK/lib" > /etc/ld.so.conf.d/vulkan-loader.conf
16 >   env-update
17 >
18 >
19
20 Will try this method and see what happens.
21
22 Checked a file already there. In the "05gcc-x86_64-pc-linux-gnu.conf"
23 there were no $PATH variables.
24 Put explicit paths in instead.
25
26 This will be interesting.
27
28 Corbin

Replies

Subject Author
[gentoo-user] Re: glibc emerge error Nikos Chantziaras <realnc@×××××.com>