Posts: 43
Threads: 20
Joined: Apr 2012
Reputation:
0
How and what I have to install ?
Posts: 175
Threads: 5
Joined: Oct 2011
Reputation:
0
Are you self hosting this or with a gameserver host?
You won't be able to fix this yourself unless you are on a VPS.
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
Paste the file in /usr/lib/ folder and then follow the 4 steps (execute those in SSH). In the past, I had the same problem and that posted helped me fix it.
Posts: 43
Threads: 20
Joined: Apr 2012
Reputation:
0
listen I don't understand what should i do right here:
step 1: $> cd /usr/lib/ -- what is CD
step 2: $> unlink libstdc++.so.6 - unlink ?
step 3: $> ln -s libstdc++.so.6.0.9 libstdc++.so.6 --- In ?
step 4: $> /sbin/ldconfig --- and what here
Posts: 1,696
Threads: 6
Joined: Dec 2008
Quote:
Originally Posted by Gennum.
listen I don't understand what should i do right here:
step 1: $> cd /usr/lib/ -- what is CD
step 2: $> unlink libstdc++.so.6 - unlink ?
step 3: $> ln -s libstdc++.so.6.0.9 libstdc++.so.6 --- In ?
step 4: $> /sbin/ldconfig --- and what here
|
Are you using a VPS or a host?