drifterxxxx2 Posted October 25, 2017 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 83 Reputation: 3 Joined: 10/22/17 Last Seen: June 5, 2021 Share Posted October 25, 2017 (edited) hi guys i'm trying to install rAthena on my centOS 7 vps following this guide https://github.com/rathena/rathena/wiki/Install-on-Centos whenever i try to install mysql ( yum install make mysql mysql-devel mysql-server pcre-devel zlib-devel git ) a lot of error messages start to show up eg: Error: package: sudo-1.8.19p2-11.el7_4.x86_64 (updates) Requires: libgcrypt.so.11()(64bit) Removing: libgcrypt-1.5.3-13.el7_3.1.x86_64 (@updates) libgcrypt.so.11()(64bit) Updated by: libgcrypt-1.6.4-1.fc23.x86_64 (fedora23) ~libgcrypt.so.20()(64bit) Available: libgcrypt-1.5.3-14.el7.x86_64 (base) libgcrypt.so.11()(64bit) You could try using --skip-broken to work around the problemYou could try running: rpm -Va --nofiles --nodigest and so on... any ideas? ty EDIT: looking for someone who can help installing my server or point me in the right direction. I'll pay Edited October 25, 2017 by Rolf Quote Link to comment Share on other sites More sharing options...
1 Lighta Posted October 26, 2017 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 737 Reputation: 216 Joined: 11/29/11 Last Seen: December 20, 2020 Share Posted October 26, 2017 I Rolf, The full log of the command might be better to debug. Please try to install package one by one to see which one are causing the error then report the full log as attachement here. (i.e : "yum install make". Then "yum install mysql") etc... Also you can also try to execute the script "config.pl" in your tools folder. ie : [lighta@Lighta_fedo tools] $ ./config.pl --target=Inst Running rAthena's configuration tool... == Installing Software == NOTE: This auto-install feature is experimental. Package names vary in different distributions and versions, so they may be incorrect. .... The list I was using with Cent7 was: my @aListSoft = ("gcc","gdb","zlib","zlib-devel","make","git","mariadb-server","mariadb","mariadb-devel","pcre-devel"); Last you on a CentOS7 but on which arch ? x64 x86 arm? please provide "uname -a" Good luck. Quote Link to comment Share on other sites More sharing options...
0 drifterxxxx2 Posted October 28, 2017 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 83 Reputation: 3 Joined: 10/22/17 Last Seen: June 5, 2021 Author Share Posted October 28, 2017 ty for your response I solved it. I was missing packages and their updates Quote Link to comment Share on other sites More sharing options...
Question
drifterxxxx2
hi guys
i'm trying to install rAthena on my centOS 7 vps following this guide
https://github.com/rathena/rathena/wiki/Install-on-Centos
whenever i try to install mysql ( yum install make mysql mysql-devel mysql-server pcre-devel zlib-devel git ) a lot of error messages start to show up
eg:
Error: package: sudo-1.8.19p2-11.el7_4.x86_64 (updates)
Requires: libgcrypt.so.11()(64bit)
Removing: libgcrypt-1.5.3-13.el7_3.1.x86_64 (@updates)
libgcrypt.so.11()(64bit)
Updated by: libgcrypt-1.6.4-1.fc23.x86_64 (fedora23)
~libgcrypt.so.20()(64bit)
Available: libgcrypt-1.5.3-14.el7.x86_64 (base)
libgcrypt.so.11()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
and so on...
any ideas?
ty
EDIT:
looking for someone who can help installing my server or point me in the right direction. I'll pay
Edited by RolfLink to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.