No such file or directory while server_compile.sh

Hi. I want to start my own local Quake 3 Arena Server on CentOs/RHEL Linux. I did my steps like in Sys Admin Guide – ioquake3 documentation. I got the file server_compile.sh and when i run it i getting this logs:
make[2]: вход в каталог «/root/quake3-server/ioq3» #translates like enter the directory
DED_CC code/server/sv_bot.c
make[2]: cc: Нет такого файла или каталога #translates like no such file or directory
make[2]: *** [Makefile:2979: build/release-linux-x86_64/ded/sv_bot.o] Ошибка 127 #translates like error
make[2]: выход из каталога «/root/quake3-server/ioq3» #translates like exit from directory
make[1]: *** [Makefile:1615: targets] Ошибка 2 #translates like error
make[1]: выход из каталога «/root/quake3-server/ioq3» #translates like exit from directory
make: *** [Makefile:1526: release] Ошибка 2 #translates like error

I think i’ve been tried whatever i can and i always got the same error

Fixed just by clone repository by my own hands and exec “make” command

Glad you got it working, I have some ideas as to why the script might have failed but we would need the complete output of the script to see. I also noticed there were some out of date links on that page that I’ve gone ahead and fixed. Thanks for checking out ioquake3!

1 Like