Member
- Aug
- Threads
- 1
- 13
- 0
- 1
AD: Mt2009 - Mobile & PC - 30 January 2026 CHECK THE PRESENTATION!
Hi,
Hello, I tried to install the serverfiles from Zeryon, but when I started the server I got:
Connection refused.
To solve:
1. I granted the permissions(777)
2. I changed the password from Navicat
3. I repaired the database tables: common, player and account
4. I also modified the configs in ch1...ch99, auth
But the above methods did not work. From what I understood, I should recompile the sources, but here the problem appeared:
The error occurs at the end of the compilation.
I installed gcc9.
I mention that I have free bsd 13.2 and mysql 5.6
Hello, I tried to install the serverfiles from Zeryon, but when I started the server I got:
Connection refused.
To solve:
1. I granted the permissions(777)
2. I changed the password from Navicat
3. I repaired the database tables: common, player and account
4. I also modified the configs in ch1...ch99, auth
But the above methods did not work. From what I understood, I should recompile the sources, but here the problem appeared:
Code:
/usr/local/bin/ld: warning: mf_arr_appstr.o: missing .note.GNU-stack section implies executable stack
/usr/local/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
/usr/local/bin/ld: /usr/lib/liblzma.a(check.o): in function `lzma_sha256_init':
/usr/src/contrib/xz/src/liblzma/check/check.h:143: undefined reference to `_libmd_SHA256_Init'
/usr/local/bin/ld: /usr/lib/liblzma.a(check.o): in function `lzma_sha256_update':
/usr/src/contrib/xz/src/liblzma/check/check.h:160: undefined reference to `_libmd_SHA256_Update'
/usr/local/bin/ld: /usr/lib/liblzma.a(check.o): in function `lzma_sha256_finish':
/usr/src/contrib/xz/src/liblzma/check/check.h:167: undefined reference to `_libmd_SHA256_Final'
collect2: error: ld returned 1 exit status
gmake: *** [Makefile:189: ../game] Error 1
I installed gcc9.
I mention that I have free bsd 13.2 and mysql 5.6
Last edited:

