in centos5 64bit can run samp server? -
yxliang - 07.02.2012
in centos5 64bit can run samp server?
AW: in centos5 64bit can run samp server? -
Tigerkiller - 07.02.2012
yes you can
Re: AW: in centos5 64bit can run samp server? -
yxliang - 07.02.2012
Quote:
Originally Posted by Tigerkiller
yes you can
|
but why i open the file than it shows Permission Denied,i have been chmod +x samp03svr.
Re: in centos5 64bit can run samp server? - T0pAz - 07.02.2012
Is the permission of samp03svr, announce and sampnpc 0777?
Re: in centos5 64bit can run samp server? -
yxliang - 08.02.2012
Quote:
Originally Posted by T0pAz
Is the permission of samp03svr, announce and sampnpc 0777?
|
problem still have
Re: in centos5 64bit can run samp server? -
Memoryz - 08.02.2012
Make sure the group/owner of those files is the same group/owner name that your account is.
Re: in centos5 64bit can run samp server? -
yxliang - 09.02.2012
Quote:
Originally Posted by Memoryz
Make sure the group/owner of those files is the same group/owner name that your account is.
|
i am sure,my user is root
Re: in centos5 64bit can run samp server? -
RPer - 09.02.2012
Thats not the problem you are running a 64 bit OS? Then you need to:
apt-get install ia32-libs
This will allow you to run 32bit programs on a 64bit system. Also, go to your server folder and type: chmod 755 *
NOTE: I can use some Reputation to launch my server advertisement. Yeah, dont know if its the same on Centos but thats the command to install on Debian anyways.. Have fun and good luck!
Re: in centos5 64bit can run samp server? -
yxliang - 09.02.2012
Quote:
Originally Posted by RPer
Thats not the problem you are running a 64 bit OS? Then you need to:
apt-get install ia32-libs
This will allow you to run 32bit programs on a 64bit system. Also, go to your server folder and type: chmod 755 *
NOTE: I can use some Reputation to launch my server advertisement. Yeah, dont know if its the same on Centos but thats the command to install on Debian anyways.. Have fun and good luck!
|
but centos can not run cmd like apt-get install ia32-libs,that is use yum,but I have try it is don not have this pack to download,and I type chmod 777 samp03svr already, but it is also did not work.
Re: in centos5 64bit can run samp server? - CraZy_KiLLaH - 09.02.2012
yum install libstdc++
yum install glibc
These might work as I think this is what I did, when I had this problem.