lonelycowboy
New member
Hi, i cannot update PCRE2 from 10.34 to 10.35. Below is the error it gives.
Any suggestions is appreciated. System is running on Ubuntu 20.04.1 LTS (GNU/Linux 5.4.0-33-generic x86_64).
Code:
In file included from src/sljit/sljitLir.h:81,
from src/sljit/sljitLir.c:27,
from src/pcre2_jit_compile.c:79:
src/sljit/sljitConfigInternal.h:219:2: error: #error "-mshstk is needed to compile with -fcf-protection"
219 | #error "-mshstk is needed to compile with -fcf-protection"
| ^~~~~
CC src/libpcre2_8_la-pcre2_match.lo
make[1]: *** [Makefile:2403: src/libpcre2_8_la-pcre2_jit_compile.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/usr/local/directadmin/custombuild/pcre2-10.35'
make: *** [Makefile:1402: all] Error 2
Done!
Any suggestions is appreciated. System is running on Ubuntu 20.04.1 LTS (GNU/Linux 5.4.0-33-generic x86_64).