Closed ChiefMcClane closed 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
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.
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.
Will be fixed within the next update ...
updated
Installing package lib32tinfo5 Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile
Please check Output! Installation abort!