VPS Startup on Linux.
#1

Hi.
I have a VPS with Fedora 20.
It's all ok with PuTTY, but when I go to execute the sampsvr doesen't work.
I do this command.
Код:
nohup ./samp03svr &
And the response is:
Код:
[2] 5751
[1]   Exit 126                ./samp03svr
[christian@scrpserver samp03]$ nohup: ingored input e output in "nohup.out"
nohup:can't execute command "./samp03svr": File or directory does not exixts.
The file exists, and the permissions I thinks are right.
What can I do? Thanks.
Reply
#2

sudo chmod +x samp03svr

That should make it executable. Check if the problem persists after that
Reply
#3

Quote:
Originally Posted by Sithis
Посмотреть сообщение
sudo chmod +x samp03svr

That should make it executable. Check if the problem persists after that
Now it says this:
Код:
-bash: ./samp03svr: /lib/ld-linux.so.2: bad ELF interpreter: File or directory not found.
Reply
#4

Fixed some things and now it says:
Код:
 ./samp03svr: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
Reply
#5

PHP код:
apt-get install lib32stdc++
then
PHP код:
 apt-get update 
Reply
#6

Quote:
Originally Posted by Mr.Faqahat
Посмотреть сообщение
PHP код:
apt-get install lib32stdc++
then
PHP код:
 apt-get update 
apt-get command not found.
I use Fedora...
That's yum install and yum update, the response is this.
Код:
No lib32stdc++6 packets avaible.
Error: Nothing to do.
I have writed that correct and it says:
Код:
Multilib version problems found. This often means that the root
        cause is something else and multilib version checking is just
        pointing out that there is a problem. Eg.:

          1. You have an upgrade for libstdc++ which is missing some
             dependency that another package requires. Yum is trying to
             solve this by installing an older version of libstdc++ of the
             different architecture. If you exclude the bad architecture
             yum will tell you what the root cause is (which package
             requires what). You can try redoing the upgrade with
             --exclude libstdc++.otherarch ... this should give you an error
             message showing the root cause of the problem.

          2. You have multiple architectures of libstdc++ installed, but
             yum can only see an upgrade for one of those architectures.
             If you don't want/need both architectures anymore then you
             can remove the one with the missing update and everything
             will work.

          3. You have duplicate versions of libstdc++ installed already.
             You can use "yum check" to get yum show these errors.

        ...you can also use --setopt=protected_multilib=false to remove
        this checking, however this is almost never the correct thing to
        do as something else is very likely to go wrong (often causing
        much more problems).

        Versioni multilib protette: libstdc++-4.8.3-7.fc20.i686 != libstdc++-4.8
(
Reply
#7

Make sure your in the sa-mp folder directory or then use
Код:
/cd samp03
use /cd to change directory and hence you can start samp03svr.
Reply
#8

Fedora... Hmm Try this
PHP код:
yum install libXtst.i386 
Reply
#9

Quote:
Originally Posted by Mr.Faqahat
Посмотреть сообщение
Fedora... Hmm Try this
PHP код:
yum install libXtst.i386 
"Error: Nothing to do"
Reply
#10

Try this alternate way.
This should be the equivalent of "ia32-libs"
PHP код:
su -'yum -y install --skip-broken glibc.i686 arts.i686 audiofile.i686 bzip2-libs.i686 cairo.i686 cyrus-sasl-lib.i686 dbus-libs.i686 directfb.i686 esound-libs.i686 fltk.i686 freeglut.i686 gtk2.i686 hal-libs.i686 imlib.i686 lcms-libs.i686 lesstif.i686 libacl.i686 libao.i686 libattr.i686 libcap.i686 libdrm.i686 libexif.i686 libgnomecanvas.i686 libICE.i686 libieee1284.i686 libsigc++20.i686 libSM.i686 libtool-ltdl.i686 libusb.i686 libwmf.i686 libwmf-lite.i686 libX11.i686 libXau.i686 libXaw.i686 libXcomposite.i686 libXdamage.i686 libXdmcp.i686 libXext.i686 libXfixes.i686 libxkbfile.i686 libxml2.i686 libXmu.i686 libXp.i686 libXpm.i686 libXScrnSaver.i686 libxslt.i686 libXt.i686 libXtst.i686 libXv.i686 libXxf86vm.i686 lzo.i686 mesa-libGL.i686 mesa-libGLU.i686 nas-libs.i686 nss_ldap.i686 cdk.i686 openldap.i686 pam.i686 popt.i686 pulseaudio-libs.i686 sane-backends-libs-gphoto2.i686 sane-backends-libs.i686 SDL.i686 svgalib.i686 unixODBC.i686 zlib.i686 compat-expat1.i686 compat-libstdc++-33.i686 openal-soft.i686 alsa-oss-libs.i686 redhat-lsb.i686 alsa-plugins-pulseaudio.i686 alsa-plugins-oss.i686 alsa-lib.i686 nspluginwrapper.i686 libXv.i686 libXScrnSaver.i686 qt.i686 qt-x11.i686 pulseaudio-libs.i686 pulseaudio-libs-glib2.i686 alsa-plugins-pulseaudio.i686' 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)