-
Notifications
You must be signed in to change notification settings - Fork 16
GPS RouteConnector Issues #6
Comments
I know it's a tedious process because of libtbb.... but could you try recompiling the plugin on that particular VPS, please? I think your VPS has a 64-bit based OS, SA-MP and all it's dependencies and plugins require x86 binaries/libraries, which is why you should install the i686 architecture of glibc/glibcxx onto your system. Try You could also try the steps mentioned in this serverfault post. |
[root@static ~]# yum install glibc.i686
That glibc.i686 has been installed on my vps already. |
How to recompiling plugins mate? I have no idea about this. |
after you setup the development utilities / GNU Compiler Collection and libraries on your linux distribution (According to the documentation of your linux distribution, for example: on debian this is Make sure that you install the x86 tools / libraries too. On debian x64 the extra needed packages for x86 development (and C and C++ runtime) are Make sure that you have the x86 libtbb2 runtime installed too, on debian x64 this is the package On a x86 OS you can omit the last two steps and instead just make sure your OS has the libtbb2 runtime available by installing the equivalent (to debian x86) I have confirmed and tested (sa-mp 0.3.7 server) all the above information on a clean Debian 8.7 x64 install. |
I got problem when runin RouteConnectorPlugin.so on CentOS 7
That warning: Failed (/lib/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by plugins/RouteConnectorPlugin.so))
but in my vps have been installed libstdc++.so.6 include GLIBCXX_3.4.20, what should i do now ?
The text was updated successfully, but these errors were encountered: