mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #57] Installation problem on CentOS7 #26
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wdecoster on GitHub (Jan 20, 2020).
Original GitHub issue: https://github.com/bootandy/dust/issues/57
Hi,
This looks great. I wanted to install this on our CentOS7 cluster, but it runs into an error, for which I believe the key part is:
Full error below:
@bootandy commented on GitHub (Jan 20, 2020):
Ok thanks,
Did this happen with version 0.4.3 ? Can I ask you to try building the previous version instead?
@wdecoster commented on GitHub (Jan 20, 2020):
Sure, happy to try a few things to troubleshoot. How should I build for the previous version? With cargo?
@bootandy commented on GitHub (Jan 20, 2020):
yes if you could try checking out an earlier version then try installing it with cargo ,
I see 'rayon' is listed in the error stack so you could try version 0.3 before rayon was introduced.
@wdecoster commented on GitHub (Jan 21, 2020):
cargo install du-dust --version 0.3.0also returns errors:etc
@bootandy commented on GitHub (Jan 22, 2020):
I'm sorry I have no idea. version 0.3 was before I included more exotic libraries so if it didn't work then I'm not sure what to recommend.
try:
sudo apt-get install build-essential
or maybe it is a problem with your 'LD_LIBRARY_PATH'