SA-MP Forums Archive
error while starting server on putty - 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: error while starting server on putty (/showthread.php?tid=460097)



error while starting server on putty - idoen - 26.08.2013

hello
i did all the things that i need to do
and while i put this ./samp03svr
i get this error:
error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
what i need to do ??
thanks for your help ..


Re: error while starting server on putty - xSiiLenTx - 26.08.2013

Show us the code of everything to see if there is anything wrong there, thanks


Re: error while starting server on putty - Inspiron - 27.08.2013

You need to type :
nohup ./samp03svr or nohup ./samp03svr&

./samp03svr wont work at all !


Re: error while starting server on putty - denom - 27.08.2013

try nohup ./samp03svr &

Also make sure to "chmod 777 *" your server folder and plugins to be able to execute it