64 bit
#1

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

don't you plan making 64 bit binaries?
Reply
#3

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.

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)