Hi,
Rust has worked great till today when I 'rustup update'. After that I get
~> rustc -vV
~/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc: error while loading shared libraries: libLLVM-15-rust-1.66.0-stable.so: cannot enable executable stack as shared object requires: Permission denied
I've read different threads about updating LD_LIBRARY_PATH and tried unistall/reinstall, but nothing works for me. I can not find libLLVM-15-rust-1.66.0.stable.so on my machine. If the intention is that rustup shall install that somewhere, it might fail due to that I'm using OpenSUSE MicroOS? On the other hand, it has worked fine since I installed it first time.
~> uname -a
Linux localhost.localdomain 6.1.3-1-default #1 SMP PREEMPT_DYNAMIC Wed Jan 4 11:03:53 UTC 2023 (a5315fb) x86_64 x86_64 x86_64 GNU/Linux
~> cat /etc/os-release
NAME="openSUSE MicroOS"
VERSION="20230108"
ID="opensuse-microos"
ID_LIKE="suse opensuse opensuse-tumbleweed"
VERSION_ID="20230108"
PRETTY_NAME="openSUSE MicroOS"
ANSI_COLOR="0;32"
...snap...
LOGO="distributor-logo-MicroOS"
Any suggestions appreciated.
What versions should I use if I should try 'rustup install ???' and/or 'rustup default ???' ?