Questions tagged [compilation]
47 questions
0
votes
1 answer
Compile error on nginx-auth-ldap with nginx
I try to compile the ldap module with nginx on Centos7. However I am greeted with tons of compile errors.
The first few I got here:
cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I…

Tuckson
- 3
- 1
0
votes
1 answer
Compiling and running untrusted code on a server
In teaching CS, students submit their code to our server and we compile and run with unit tests. Similar to Codeforces, Codewars, and HackerRank.
How should we be configuring servers for this? Launch a new minimal VM for each code submission? Is…

apptree
- 345
- 1
- 3
- 10