samp03svr "cannot execute binary file"
#1

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.
Reply
#2

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.
Reply
#3

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

Code:
uname -a
and show me the output
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)