SA-MP Forums Archive
64 bit - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: 64 bit (/showthread.php?tid=279136)



64 bit - KoczkaHUN - 25.08.2011

How do I run samp server on a 64 bit FreeBSD shell?


Re: 64 bit - KoczkaHUN - 29.08.2011

don't you plan making 64 bit binaries?


Re: 64 bit - Samp_India - 15.01.2013

I was searching for the same thing but i gave up on the idea of running a server on bsd but a friend named "lonely-lockley" PMed me with some instructions.
Why dont you give it a try ? I know this thread is a bit old but you still visit http://forum.sa-mp.com .

Quote:

1. install linux base (kldload command is sometimes not necessary, depends on your freebsd version. 8.0 requires it)
cd /usr/ports/emulators/linux_base-f10
kldload linux.ko
make install clean

2. edit /boot/loader.conf, add lines
linux_load="YES"
linprocfs_load="YES"

3. edit /etc/rc.conf, add line
linux_enable="YES"

4. edit /etc/sysctl.conf, add lines
kern.fallback_elf_brand=3
kern.ipc.maxsockbuf=524288

5. edit /etc/fstab, add line
/compat/linux/proc linprocfs rw 0 0

6. reboot

After that you can download sa-mp linux binary, install it and run.