Page 1 of 1

minetest server can not be announced

PostPosted: Sat May 09, 2015 22:34
by BrunoMine
I have a minetest server but can not cause it to be published. It just does not appear in the list.
I already up correctly configured the minetest.conf file.
server_announce = true

I already checked the connection and is ok, but not listed.
What can be the problem?

Re: minetest server can not be announced

PostPosted: Sun May 10, 2015 00:14
by BrunoMine
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
ACTION[main]:         .__               __                   __
ACTION[main]:   _____ |__| ____   _____/  |_  ____   _______/  |_
ACTION[main]:  /     \|  |/    \_/ __ \   __\/ __ \ /  ___/\   __\
ACTION[main]: |  Y Y  \  |   |  \  ___/|  | \  ___/ \___ \  |  |
ACTION[main]: |__|_|  /__|___|  /\___  >__|  \___  >____  > |__|
ACTION[main]:       \/        \/     \/          \/     \/
ACTION[main]: World at [/root/minetest/worlds/minemacro]
ACTION[main]: Server for gameid="minetest" listening on 0.0.0.0:30000.

but not
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
ACTION[ServerThread]: Announcing to servers.minetest.net

Re: minetest server can not be announced

PostPosted: Sun May 10, 2015 02:16
by BrunoMine
I think I found the problem.
I can not compile using the necessary libraries.
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
-- *** Will build version 0.4.12-dev ***
-- Could NOT find CURL (missing:  CURL_LIBRARY CURL_INCLUDE_DIR)
-- GetText disabled.
-- Sound enabled.
-- Configuring done
-- Generating done

How to do it right?

Re: minetest server can not be announced

PostPosted: Sun May 10, 2015 06:44
by Krock
Compile it with cURL and try again, sound is not required for a server.

Re: minetest server can not be announced

PostPosted: Sun May 10, 2015 11:25
by BrunoMine
Ok. It worked thanks.