Posts: 280
Threads: 42
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Sep 2012
Reputation:
0
To fix broken repo links
Make a backup file with
$ cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bk
And edit file with
$ nano /etc/yum.repos.d/CentOS-Base.repo
Delete all content and put this
[base]
name=CentOS-$releasever - Base
baseurl=http://mirror.nsc.liu.se/centos-store/6.10/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
Posts: 340
Threads: 27
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Mar 2021
Reputation:
0
Pretty easy fix, just need to edit some part of the compiler ... i wish to help you a little bit more, but you scammed me back in the days, so i will no provide futher explanation
Posts: 24
Threads: 3
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Dec 2013
Reputation:
0
When i try to compile the gameserver source with this vm-image, i get following Error: /usr/bin/ld: skipping incompatible /usr/lib/mysql/libmysqlclient.so when searching for -lmysqlclient
Any solutions?
Thanks in advance