Jump to content
  • 0

Package download error CentOS 7


drifterxxxx2

Question


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.02
  • Content Count:  83
  • Reputation:   3
  • Joined:  10/22/17
  • Last Seen:  

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 Rolf
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  737
  • Reputation:   216
  • Joined:  11/29/11
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.02
  • Content Count:  83
  • Reputation:   3
  • Joined:  10/22/17
  • Last Seen:  

ty for your response

 

I solved it. I was missing packages and their updates :P

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...