but this file in this folder. Maybe i need some dependencies or libs on Arch Linux?
upd: i installed lib32-libtxc_dxtn and its running
edited 1×, last 04.02.26 07:50:33 am
Servers
Server Hosting on Arch Linux
Server Hosting on Arch Linux
1

chmod +x cs2d_dedicated
ldd cs2d_dedicated
Hajt: now is linux-gate.so.1 (0xf7ef5000)
MaksDragon: is absolutely right.sudo iptables -A INPUT -p udp -m length --length 0:28 -j DROP
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386
sudo apt-get install unzip
zip -r yourZipFolderServer.zip yourZipFolderServer
sudo pacman -Syu sudo pacman -S lib32-glibc lib32-gcc-libs lib32-libstdc++ iptables -A INPUT -p udp --dport 36963 -m hashlimit \ --hashlimit 30/sec --hashlimit-burst 60 \ --hashlimit-mode srcip \ --hashlimit-name cs2d_udp \ -j ACCEPT iptables -A INPUT -p udp --dport 36963 -j DROP
1
