brian112358 / avermore-miner

Optimized AMD miner for x16r / x16s
https://bitcointalk.org/index.php?topic=3330680.msg34813230
GNU General Public License v3.0
43 stars 25 forks source link

error while loading shared libraries: libncurses.so.5 on Fedora #23

Open devinbost opened 5 years ago

devinbost commented 5 years ago

I'm getting the error that indicates that I can't load libncurses.so.5. However, your troubleshooting instructions say to run: sudo apt-get install libcurl4-openssl-dev libncurses5 to resolve this error. I am running Fedora, which does not use apt-get as the package manager. I installed ncurses via: dnf install ncurses-devel However, I'm still getting the same error. How do I get the avermore miner working on my Fedora system?