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


Reply via email to