SA-MP Forums Archive
FCNPC doesn`t work on Linux - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: FCNPC doesn`t work on Linux (/showthread.php?tid=654214)



FCNPC doesn`t work on Linux - 3417512908 - 23.05.2018

Here is my server log:

Код:
Failed (/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by plugins/FCNPC.so))
Please help!Players are waiting my server update now!


Re: FCNPC doesn`t work on Linux - StrikerZ - 23.05.2018

Type this in your command line of your server
PHP код:
strings /usr/lib/libstdc++.so.6 grep GLIBC 
Post the output


Re: FCNPC doesn`t work on Linux - 3417512908 - 23.05.2018

Quote:
Originally Posted by StrikerZ
Посмотреть сообщение
Type this in your command line of your server
PHP код:
strings /usr/lib/libstdc++.so.6 grep GLIBC 
Post the output
Код:
[root@iZd42wursl49jrZ ~]# strings /usr/lib/libstdc++.so.6 | grep GLIBC
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_3.4.10
GLIBCXX_3.4.11
GLIBCXX_3.4.12
GLIBCXX_3.4.13
GLIBC_2.0
GLIBC_2.3
GLIBC_2.4
GLIBC_2.1
GLIBC_2.1.3
GLIBC_2.3.2
GLIBC_2.2
GLIBCXX_FORCE_NEW
GLIBCXX_DEBUG_MESSAGE_LENGTH
[root@iZd42wursl49jrZ ~]#
What`s next?


Re: FCNPC doesn`t work on Linux - 3417512908 - 23.05.2018

help me please !


Re: FCNPC doesn`t work on Linux - 3417512908 - 23.05.2018

I need your help guys!


Re: FCNPC doesn`t work on Linux - StrikerZ - 23.05.2018

Try this
PHP код:
yum install libstdc++.so.6 



Re: FCNPC doesn`t work on Linux - 3417512908 - 24.05.2018

Quote:
Originally Posted by StrikerZ
Посмотреть сообщение
Try this
PHP код:
yum install libstdc++.so.6 
Код:
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
Package libstdc++-4.4.7-18.el6_9.2.i686 already installed and latest version
Nothing to do
what it is meaning?

sorry i tried it but not any changes


Re: FCNPC doesn`t work on Linux - StrikerZ - 24.05.2018

Looks like you're using CentOS 6, try updating to CentOS 7. CentOS 6 is missing those files