View Single Post
  #2  
Old 06-10-2018, 05:52 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

Hey Riklin!

You ran into a crypto dependency of the loginserver with the netcode overhaul

You can see here where we would install this in a new setup:

https://github.com/EQEmu/Server/blob...nstall.sh#L120

Try

Code:
apt-get install libsodium-dev libsodium18
And then re-running cmake and `make clean`

That should get you sorted out
Reply With Quote