Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
1,147
Widok
0
29/11/2019 5:03 pm
Topic starter
error during compile nginx
1 Answer
0
29/11/2019 5:05 pm
Topic starter
1. uninstall old version of rust (apt remove rust)
2. install latest version
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
3. set PATH for this package (for root user)
PATH=/root/.cargo/bin:$PATH
4. try now