mojira.dev

Cameron Weaver

Assigned

No issues.

Reported

No issues.

Comments

I have personally gotten this working on centos. It just seems the sockets don't open for some reason tho on 1.10 for me. 1.8 and 1.9 work tho.
With the help from the above libs folder here is the steps I did on CentOS 7.

Step 1

yum groupinstall 'Development Tools' -y
yum install gcc gcc-c++ make curl openssl openssl-devel wget sudo vim -y
yum upgrade -y

Step 2

wget [http://ftp.gnu.org/gnu/glibc/glibc-2.18.tar.gz]
tar zxvf glibc-2.18.tar.gz
cd glibc-2.18
mkdir build
cd build
../configure --prefix=/opt/glibc-2.18
make -j4
make install
export GLIBC_PATH=/opt/glibc-2.18/lib
cd ../..

Step 3 - Replace version if you want to see a working server. Example replace 1.10.0.7 with 1.9.0.15

mkdir bedrock
cd bedrock
wget [https://minecraft.azureedge.net/bin-linux/bedrock-server-1.10.0.7.zip]
unzip bedrock-server-1.10.0.7.zip

wget https://bugs.mojang.com/secure/attachment/197928/197928_minecraft_libs.zip

unzip 197928_minecraft_libs.zip

Step Run

PATH=/opt/glibc-2.18/bin:$PATH LD_LIBRARY_PATH=.:/opt/glibc-2.18/lib:/usr/lib64:/usr/lib /opt/glibc-2.18/lib/ld-linux-x86-64.so.2 ./bedrock_server