Results 1 to 7 of 7
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 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-05-2005 #1Just Joined!
- Join Date
- Jul 2005
- Location
- OK
- Posts
- 4
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#
- 10-05-2005 #2Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
You need to install a linux compat layer, and "kldload linux" or something like that.
- 10-06-2005 #3Just Joined!
- Join Date
- Jul 2005
- Location
- OK
- Posts
- 4
more info on how to install those please?
- 10-06-2005 #4Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
You find most things in the freebsd handbook:
http://www.freebsd.org/doc/en_US.ISO...c-install.html
- 10-06-2005 #5Just Joined!
- Join Date
- Jul 2005
- Location
- OK
- Posts
- 4
did those and still not working ugh
- 10-06-2005 #6Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
Did you reboot after enabling linux compat layer? If not, you would have to kldload the linux module from a terminal yourself... I think it was just a "kldload linux".
Originally Posted by ZacHolley
- 03-22-2009 #7Just Joined!
- Join Date
- Mar 2009
- Posts
- 1
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



