Jump to content

John

Members
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Core Infomation

  • Core
    Zero

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

John's Achievements

Newbie

Newbie (1/3)

0

Reputation

  1. Hey guys. I was facing the same problem (segfault on login) following this guide: Could fix by installing openssl-1.1 (Arch Linux - openssl-1.1 1.1.1.s-4 (x86_64)) and running cmake with: cmake -S ~/mangos/zero/server/ -B ~/mangos/zero/build/ -DOPENSSL_ROOT_DIR=/usr/lib/openssl-1.1 -DBUILD_MANGOSD=1 -DBUILD_REALMD=1 -DBUILD_TOOLS=1 -DUSE_STORMLIB=1 -DSCRIPT_LIB_ELUNA=1 -DSCRIPT_LIB_SD3=1 -DPLAYERBOTS=1 -DPCH=1 So -DOPENSSL_ROOT_DIR=/usr/lib/openssl-1.1 was the fix.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use