Page 1 of 1

Server not running

PostPosted: Thu May 17, 2012 17:50
by Jenkings
Hello.
I have tried th e minetest a few days ago,and now i want to have my own server. I have ubuntu 11.04 on server hosting. When i have installed the minetest server and tried to run it by typing minetestserver to console, it returns this error:

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
root@jenkingss:/MT# minetestserver
minetestserver: error while loading shared libraries: libjthread.so.1.3.1: cannot open shared object file: No such file or directory


Can you help me how to fix it ? I am so amateur with terminal in ubuntu that i don't know ho to do the server :(

Can you make a tutorial to me , how to install and run the server please?
Thanks.


(Sorry for my bad english, i m Czech)

PostPosted: Thu May 17, 2012 18:21
by MisterBananas
not all that familiar with Ubuntu but maybe you could try something like

sudo apt-get libjthread.so.1.3.1

If that doesn't work it gets more complicated:
http://youtu.be/_bae1v0o_JA

PostPosted: Thu May 17, 2012 19:15
by JSonic
Jenkins: Did you compile it yourself or install from package manager?

MisterBananas: Apt-get doesn't work that way. This is the output (I'm currently in Debian, but should be same for Ubuntu):
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
E: Invalid operation libjthread.so.1.3.1

PostPosted: Fri May 18, 2012 03:41
by Jenkings
I've installed server from package downloaded from here: http://packages.ubuntu.com/quantal/amd64/minetest-server/download

PostPosted: Fri May 18, 2012 05:01
by JSonic

PostPosted: Fri May 18, 2012 08:38
by Jenkings
Thanks,but now it returns this error:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
minetestserver: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.15' not found (required by minetestserver)
minetestserver: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.15' not found (required by minetestserver)
minetestserver: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by minetestserver)
minetestserver: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by minetestserver)

PostPosted: Fri May 18, 2012 18:44
by JSonic
Oh, now I see, this is the case:
You have Ubuntu 11.04 (Natty) but you are installing minetest-server from 12.10 (Quantal). The 12.10 is yet a development version, I think, and it has newer dependencies which can not be installed to your system because it has older version.
You could try to compile Minetest yourself, it's not that hard.

P.S. Whenever possible, install packages with software center (or apt-get/aptitude) rather than downloading from website ;)

PostPosted: Fri May 18, 2012 18:59
by Jenkings
OK, I'll try it,but it isn't so easy for me.. ;)
As i said,i've never worked with terminal...

PostPosted: Fri May 18, 2012 19:25
by Jordach
It is not that hard to do it.

PostPosted: Fri May 18, 2012 19:27
by Jenkings
OK, but i must find how to do it ;)