Southclaws / sampctl

The Swiss Army Knife of SA:MP - vital tools for any server owner or library maintainer.
GNU General Public License v3.0
241 stars 33 forks source link

failed to compile package entry: fork/exec #438

Closed VIRUXE closed 3 years ago

VIRUXE commented 3 years ago

Hello. I'm trying to compile for the first time on linux with a sampctl package build and I got this error message: failed to compile package entry: fork/exec /home/viruxe/.samp/pawn/3.10.10/pawncc: no such file or directory

The file exists already. image

ADRFranklin commented 3 years ago

You need to install 32bit libraries with your OS, without them your OS has no way to run the compiler

VIRUXE commented 3 years ago
dpkg --add-architecture i386
apt update
apt install libc6-i386

Did the trick. This is Debian 10. I think this version is supposed to have this by default.