Jump to content

4144

Core Developers
  • Content Count

    1189
  • Joined

  • Last visited

  • Days Won

    124

Everything posted by 4144

  1. If you using plugins, error must be fixed before start production server. If you not using plugins, dont care. Server simply must just works, if it works then all ok. (works i mean you can connect to game and play)
  2. Ah, then at first need explain what it have propriaritary libs/patches.
  3. This is wrong solution. Server compiled fine in x64, but need use standard tools. Also i cant find any reference to adelays. May be you using outdated server sources?
  4. 1. Try at first run command: autoreconf This command will update/build configure script 2. then run configure with your flags, or simple ./configure probably need disable lto, because look like here bug. this mean run: ./configure --disable-lto 3. now run make.
  5. Here is pull request https://github.com/HerculesWS/Hercules/pull/368 If you cant use git, by this link you can find patch.
  6. Yes compilation with only mariadb is possible. For build with mariadb only need change configure a bit and install libmariadb* dev package. I think i can create pull request for this, but not sure is devs will add it or not.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.