The config.log file also says
./configure: line 3423: g++: command not found
and configure: exit 77
. Whether or not I try to compile with the lua option it can't seem to find gcc. The OS is OpenVZ 6 with a 2.6.32 kernel on Ubuntu Server 16 and GCC 5.4.0. I just compiled luajit. So gcc seems to be working. Is GCC not being recognized because it's an old version? It is the latest version possible with OpenVZ 6. I tried chmod 0755
on usr/bin/gcc
but that didn't help. I could try to compile on my home system which is Ubuntu 19.04 and gcc 8.3 but I don't know how to manually install the software on the VPS afterwards.
Last edited by a moderator: