Manual install on Linux x86_64 doesn't install into .../lib64 #50292
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
O-linux
Operating system: Linux
O-x86_64
Target: x86-64 processors (like x86_64-*) (also known as amd64 and x64)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
When installing on Linux x86_64 and using the installation script/tarball (i.e., not using
rustup
), Rust installs into.../lib
, not.../lib64
. I believelib64
is more appropriate. It's also what's in the default library search path in my distribution (Slackware).I tried this code:
./install.sh
I expected to see this happen: Everything get installed into
/usr/local/lib64
Instead, this happened: It was installed into
/usr/local/lib
instead.Meta
rustc 1.25.0 (84203ca 2018-03-25)
binary: rustc
commit-hash: 84203ca
commit-date: 2018-03-25
host: x86_64-unknown-linux-gnu
release: 1.25.0
LLVM version: 6.0
(This was discovered while doing detective work for rust-lang/cargo#5411.)
The text was updated successfully, but these errors were encountered: