freebsd help setting up quake 3 server
I try to install it on a dedicated server I have and here is the errors I am getting.
Code:
nj1# ./linuxq3apoint-1.32b-3.x86.run
Verifying archive integrity... All good.
Uncompressing Quake III Arena Point Release 1.32b.................................................................................................................................................
ELF binary type "3" not known.
Abort trap
ELF binary type "3" not known.
Abort trap
The setup program seems to have failed on x86/glibc-2.1
Please contact Id software technical support at bugs@idsoftware.com, or ttimo@idsoftware.com
nj1#
Not Really necessary to reboot
Well. I had same problem installing linux stuff on my freebsd machine. So, what you need
1. do "kldload linux"(this will try to load linux kernel module to install linux binary support)
2. if your program says "kernel too old" do "sysctl compat.linux.osrelease=2.6.16"
Ok, if nothing helps:
1. Install ports. The best way to do that is to run sysinstall->custom->distributions->custom->src->set sys [X].
2. No go back and hit commit, choose mirror, download from it(note:it can be CD/DVD)
3. when done go to /usr/src/sys/modules/linux, do "make", "make install"
4.now try kldload linux
5.run your linux stuff(if not install linux compat as described)
Anton