easy-wi / installer

Easy-Wi Installer
GNU General Public License v3.0
26 stars 26 forks source link

CentOS 7 Error with lib32tinfo5 #89

Closed ChiefMcClane closed 4 years ago

ChiefMcClane commented 4 years ago

Installing package lib32tinfo5 Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile

Please check Output! Installation abort!

R3belWithoutAPause commented 4 years ago

What version of CentOS is this please and what were you trying to do when this error happened ?

I can't test on CentOS right now but i will get to this. If you can give me the requested information i will see about why this happens and look at a fix

R3belWithoutAPause commented 4 years ago

Just tested this on my CentOS7 VM and indeed lib32tinfo5 doesn't exist. Open the script and browse to around line 2150 and you should see this:

if [ "$(uname -m)" == "x86_64" ]; then okAndSleep "Installing 32bit support for 64bit systems." checkInstall glibc.i686 checkInstall libstdc++.i686 checkInstall lib32tinfo5 fi checkInstall libgcc

Just remove/comment the checkInstall lib32tinfo5 line. Gameserver root installed fine for me after doing this. I will push this fix to the developer build.

ChiefMcClane commented 4 years ago

The version is in the title. CentOS 7. I did nothing after that because I thought the project was dead. So I deleted everything and looked for an alternative. I will delete the line and try again when I have time.

AEon-Jan commented 4 years ago

Will be fixed within the next update ...

EDIT: https://github.com/easy-wi/installer/pull/100

Nexus633 commented 4 years ago

updated