-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ldconfig does not work on fedora? #30
Comments
For the record,
|
My current thinking is that we detect this scenario by grepping through /etc and then print a warning. A second step might be to, when in interactive mode, explain the problem, and ask if we can frob ld.so.conf. We could also detect systems like this and install to /usr/ instead of /usr/local, but even in Fedora I think the recommendation is for third-party software to go in /usr/local. |
Putting |
I'm on Fedora 21 and had the same issue. I created |
/local and /usr/local have essentially been lost. They're now used by OS vendors. The right place for third party, binary installs on linux is now /opt/vendor https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard |
@rich-pixley |
This needs to be fixed soon. I forgot that rust-installer itself doesn't have any notion of interactive/non-interactive installs, so I guess it needs to just go ahead and make @gkoz's change when it looks necessary. |
I've opened another issue for |
11:49 < gleb> brson: ldconfig man page on fc20 tells me that it works with /lib, /usr/lib and stuff you put in /etc/ld.so.conf there's no mention of /usr/local and if I just invoke ldconfig, rustc can't find its libs anymore
The text was updated successfully, but these errors were encountered: