I have a fresh instance of Ubuntu 20.04 running in VMware workstation pro 16.
I downloaded the install script, dropped it into my /svr/eqemu directory, ran chmod 775 and then ran the script. Everything seemed to be going fine until it hit this spot.
Code:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:34: note: ‘__builtin___sprintf_chk’ output between 20 and 211 bytes into a destination of size 150
36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37 | __bos (__s), __fmt, __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Any help getting past this would be greatly appreciated; because I am stuck.