LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > CentOS
User Name
Password
CentOS This forum is for the discussion of CentOS Linux. Note: This forum does not have any official participation.

Notices


Reply
  Search this Thread
Old 01-02-2018, 02:22 PM   #1
CentosMiner
LQ Newbie
 
Registered: Jan 2018
Posts: 3

Rep: Reputation: Disabled
Unhappy Error on Centos Minergate Installation


I am new to mining and starting with installing minergate in my server which most of the time sits hosting. I figured I have some resource left over and installing minergate to dedicate 2 cores to it.

I have followed these:
https://jonathansblog.co.uk/mining-altcoins-in-centos
https://unix.stackexchange.com/quest...he-package-its
https://bitcoin.stackexchange.com/qu...-in-centos-6-6


But I am still getting this error:

[~]# sudo yum install -y minergate.rpm
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Install Process
Examining minergate.rpm: minergate-cli-6.2_gcc4-1.x86_64
Marking minergate.rpm to be installed
Loading mirror speeds from cached hostfile
* cpanel-addons-production-feed: 66.23.237.210
* base: mirrors.umflint.edu
* epel: ftp.cse.buffalo.edu
* extras: centos.mirror.constant.com
* updates: mirror.lug.udel.edu
Resolving Dependencies
--> Running transaction check
---> Package minergate-cli.x86_64 0:6.2_gcc4-1 will be installed
--> Processing Dependency: libc.so.6(GLIBC_2.14)(64bit) for package: minergate-cli-6.2_gcc4-1.x86_64
--> Processing Dependency: libc.so.6(GLIBC_2.17)(64bit) for package: minergate-cli-6.2_gcc4-1.x86_64
--> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.15)(64bit) for package: minergate-cli-6.2_gcc4-1.x86_64
--> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.18)(64bit) for package: minergate-cli-6.2_gcc4-1.x86_64
--> Processing Dependency: libpcre16.so.0()(64bit) for package: minergate-cli-6.2_gcc4-1.x86_64
--> Processing Dependency: libproxy.so.1()(64bit) for package: minergate-cli-6.2_gcc4-1.x86_64
--> Processing Dependency: libudev.so.1()(64bit) for package: minergate-cli-6.2_gcc4-1.x86_64
--> Finished Dependency Resolution
Error: Package: minergate-cli-6.2_gcc4-1.x86_64 (/minergate)
Requires: libc.so.6(GLIBC_2.14)(64bit)
Error: Package: minergate-cli-6.2_gcc4-1.x86_64 (/minergate)
Requires: libstdc++.so.6(GLIBCXX_3.4.15)(64bit)
Error: Package: minergate-cli-6.2_gcc4-1.x86_64 (/minergate)
Requires: libproxy.so.1()(64bit)
Error: Package: minergate-cli-6.2_gcc4-1.x86_64 (/minergate)
Requires: libc.so.6(GLIBC_2.17)(64bit)
Error: Package: minergate-cli-6.2_gcc4-1.x86_64 (/minergate)
Requires: libstdc++.so.6(GLIBCXX_3.4.18)(64bit)
Error: Package: minergate-cli-6.2_gcc4-1.x86_64 (/minergate)
Requires: libpcre16.so.0()(64bit)
Error: Package: minergate-cli-6.2_gcc4-1.x86_64 (/minergate)
Requires: libudev.so.1()(64bit)

You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

Can anyone please help?

Thank you so much in advance.
 
Old 01-04-2018, 12:47 PM   #2
scasey
LQ Veteran
 
Registered: Feb 2013
Location: Tucson, AZ, USA
Distribution: CentOS 7.9.2009
Posts: 5,727

Rep: Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211
Welcome to LQ.
use
Code:
yum provides <text>
to identify where the missing libraries can be found. For example:
Code:
yum provides  libc.so.6
glibc-2.17-196.el7.i686 : The GNU libc libraries
or
Code:
 yum provides libstdc++.so.6
libstdc++-4.8.5-16.el7.i686 : GNU Standard C++ Library
...then use yum to install those:
Code:
yum install glibc-2.17-196.el7.i686
and
Code:
yum install libstdc++-4.8.5-16.el7.i686
Repeat for each of the missing libraries...probably check them all first, then do the installs.

Then repeat your install of minergate,
HTH
 
1 members found this post helpful.
Old 01-04-2018, 01:57 PM   #3
CentosMiner
LQ Newbie
 
Registered: Jan 2018
Posts: 3

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by scasey View Post
Welcome to LQ.
use
Code:
yum provides <text>
to identify where the missing libraries can be found. For example:
Code:
yum provides  libc.so.6
glibc-2.17-196.el7.i686 : The GNU libc libraries
...then use yum to install those:
Code:
yum install glibc-2.17-196.el7.i686
Repeat for each of the missing libraries...probably check them all first, then do the installs.

Then repeat your install of minergate,
HTH
Thank you so much for your reply. I will give this a go and update soon.
 
Old 01-04-2018, 02:23 PM   #4
CentosMiner
LQ Newbie
 
Registered: Jan 2018
Posts: 3

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by scasey View Post

Then repeat your install of minergate,
HTH
Hi Scasey,

So I did what you suggested:

when I did:
Code:
yum provides libc.so.6(GLIBC_2.14)(64bit)
I found that its already installed!
Code:
glibc-2.12-1.209.el6_9.2.i686 : The GNU libc libraries
Repo        : installed
Matched from:
Other       : Provides-match: libc.so.6
so did the next one and this one was missing so installed it:
Code:
yum provides libstdc++.so.6(GLIBCXX_3.4.15)(64bit)

Installed:
  libstdc++.i686 0:4.4.7-18.el6

Dependency Installed:
  libgcc.i686 0:4.4.7-18.el6
now before I progressed I wanted to check if some of the messages disappear, so did another install for minergate. Unfortunately, still shows up as this!!!

Code:
--> Finished Dependency Resolution
Error: Package: minergate-cli-6.2_gcc4-1.x86_64 (/minergate)
           Requires: libc.so.6(GLIBC_2.14)(64bit)
Error: Package: minergate-cli-6.2_gcc4-1.x86_64 (/minergate)
           Requires: libstdc++.so.6(GLIBCXX_3.4.15)(64bit)
Error: Package: minergate-cli-6.2_gcc4-1.x86_64 (/minergate)
           Requires: libproxy.so.1()(64bit)
Error: Package: minergate-cli-6.2_gcc4-1.x86_64 (/minergate)
           Requires: libc.so.6(GLIBC_2.17)(64bit)
Error: Package: minergate-cli-6.2_gcc4-1.x86_64 (/minergate)
           Requires: libstdc++.so.6(GLIBCXX_3.4.18)(64bit)
Error: Package: minergate-cli-6.2_gcc4-1.x86_64 (/minergate)
           Requires: libpcre16.so.0()(64bit)
Error: Package: minergate-cli-6.2_gcc4-1.x86_64 (/minergate)
           Requires: libudev.so.1()(64bit)
do I need to refresh or restart something?
 
Old 01-04-2018, 04:11 PM   #5
scasey
LQ Veteran
 
Registered: Feb 2013
Location: Tucson, AZ, USA
Distribution: CentOS 7.9.2009
Posts: 5,727

Rep: Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211
yum provides isn't going to tell you something is installed...that's not what that response meant...and the command is just
Code:
yum provides  libc.so.6
-- don't include the parenthetical remarks.
yum provides gives you the name of the package that contains the library you need. For libc.so.6 that is glibc, so then
Code:
yum list glibc
will tell you if it's installed:
Code:
 yum list glibc
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirror.chpc.utah.edu
 * epel: dl.fedoraproject.org
 * extras: centos-distro.1gservers.com
 * updates: mirror.sjc02.svwh.net
Installed Packages
glibc.i686                                                                            2.17-196.el7_4.2                                                                                                 @updates
glibc.x86_64                                                                          2.17-196.el7_4.2                                                                                                 @updates
[
(note that I'm on CentOS 7, so the package names are different from yours)
...if they're not installed, yum list will show them, but not under the "Installed Packages" heading.
So
Code:
yum install glibc
Repeat for each missing library, but do yum provides for the library name only.
('tho I'm not sure why yum isn't resolving the dependencies automatically)
Did you try what the install suggested?
Code:
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

Last edited by scasey; 01-04-2018 at 04:32 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ownCloud installation error - Centos 6.8 JJJCR Linux - Software 2 07-28-2016 04:53 AM
Centos 6 Error while installation swapnil5752 CentOS 6 08-06-2014 12:55 PM
FFMpeg error on Centos installation tim.bache@i-a.co.uk Linux - Server 13 06-13-2012 09:08 AM
Error in webmin installation in centos 5.4 jsaravana87 Linux - Server 4 06-01-2012 01:55 AM
[SOLVED] centos installation error amartlk Linux - Newbie 3 12-11-2010 01:30 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > CentOS

All times are GMT -5. The time now is 02:21 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration