samp03svr "cannot execute binary file" - 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: samp03svr "cannot execute binary file" (
/showthread.php?tid=617028)
samp03svr "cannot execute binary file" -
Grimlock - 14.09.2016
I'm trying to run samp03svr but i get this error message
Code:
./samp03svr: ./samp03svr: cannot execute binary file
Bcoz i'm installed OGP Panel and Agent on my Centos6, i got this error while starting server on my OGP Agent screen
Code:
Cannot determine file type for '/home/ogp agent/OGP User_Files/1/samp03svr' at /usr/share/ogp agent/ogp agent.pl line 2003
the line i checked on ogp_agent.pl
Code:
if (!-e $destination)
{
mkpath($destination, {error => \my $err});
if (@$err)
{
logger "Failed to create destination dir $destination.";
return 0;
}
}
i was think it because the OGP, so i use manual method to start the server. but, iam still get the error message
Code:
./samp03svr: ./samp03svr: cannot execute binary file
plz, i need help. i'm try to fix it for 2 days but still not working
P.S:if u need resource about my vps
Centos6 32-bit
1GB RAM
samp03svr directory -> /home/ogp agent/OGP User_Files/1/samp03svr
YOUR HELP IS A MIRACLE TO MY SERVER.
Re: samp03svr "cannot execute binary file" -
Danzou - 14.09.2016
maybe hmmmm it seems that missed or files perl....
also, if the file is owned by the same user as the ogp agent it doesn't have the correct permissions.
i advise u follow the install guide on ogp support.
Re: samp03svr "cannot execute binary file" -
Sublime - 15.09.2016
1. replace samp03svr with the latest version from sa-mp or whatever ogp provides, does it work?
2. did you chmod the file to +x?
3. type
and show me the output