SA-MP Forums Archive
error with ColAndreas_static.so - 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 with ColAndreas_static.so (/showthread.php?tid=676149)



error with ColAndreas_static.so - votati - 31.05.2020

When I start my server in hosting (is linux), it doesn't load the ColAndreas plugin, I get this error in the log:
Code:
Loading plugin: ColAndreas_static.so
[07:42:19]   Failed (/lib32/libm.so.6: version `GLIBC_2.27' not found (required by plugins/ColAndreas_static.so))
Could they help fix it? (clarification: I am using the latest version of the plugin)


Re: error with ColAndreas_static.so - Kwarde - 31.05.2020

You might have the wrong linux release, there is:

ColAndreas_static
ColAndreas_static_ubuntu
ColAndreas_ubuntu

(keep in mind that ubuntu for example is linux too, as is RedHat, CentOS etc)


Re: error with ColAndreas_static.so - votati - 31.05.2020

Quote:
Originally Posted by Kwarde
View Post
You might have the wrong linux release, there is:

ColAndreas_static
ColAndreas_static_ubuntu
ColAndreas_ubuntu

(keep in mind that ubuntu for example is linux too, as is RedHat, CentOS etc)
I tried with the ColAndreas_static_ubuntu plugin and I get this error:
Code:
Loading plugin: ColAndreas_static.so
Failed (/lib32/libm.so.6: version `GLIBC_2.27' not found (required by plugins/ColAndreas_static.so))
with the ColAndreas_ubuntu plugin and I get this error:
Code:
Loading plugin: ColAndreas.so
Failed (plugins/ColAndreas.so: undefined symbol: _ZNK17btTypedConstraint9serializeEPvP12btSerializer)
with the ColAndreas.so plugin and I get this error:
Code:
Loading plugin: ColAndreas.so
Failed (plugins/ColAndreas.so: undefined symbol: _ZNK17btTypedConstraint9serializeEPvP12btSerializer)
with the ColAndreas_static.so plugin and I get this error:
Code:
Loading plugin: ColAndreas_static.so
Failed (/lib32/libm.so.6: version `GLIBC_2.27' not found (required by plugins/ColAndreas_static.so))
Help me pls


Re: error with ColAndreas_static.so - Lanzaderas - 01.06.2020

Quote:
Originally Posted by votati
View Post
I tried with the ColAndreas_static_ubuntu plugin and I get this error:
Code:
Loading plugin: ColAndreas_static.so
Failed (/lib32/libm.so.6: version `GLIBC_2.27' not found (required by plugins/ColAndreas_static.so))
with the ColAndreas_ubuntu plugin and I get this error:
Code:
Loading plugin: ColAndreas.so
Failed (plugins/ColAndreas.so: undefined symbol: _ZNK17btTypedConstraint9serializeEPvP12btSerializer)
with the ColAndreas.so plugin and I get this error:
Code:
Loading plugin: ColAndreas.so
Failed (plugins/ColAndreas.so: undefined symbol: _ZNK17btTypedConstraint9serializeEPvP12btSerializer)
with the ColAndreas_static.so plugin and I get this error:
Code:
Loading plugin: ColAndreas_static.so
Failed (/lib32/libm.so.6: version `GLIBC_2.27' not found (required by plugins/ColAndreas_static.so))
Help me pls
You can try this:
sudo apt-get upgrade libstdc++6


Re: error with ColAndreas_static.so - Kwarde - 01.06.2020

I was about to say the same thing, except you would need the 32 bit (i386) library: lib32stdc++6


Re: error with ColAndreas_static.so - Lanzaderas - 01.06.2020

Quote:
Originally Posted by Kwarde
View Post
I was about to say the same thing, except you would need the 32 bit (i386) library: lib32stdc++6
Im pretty sure he has installed it, since he's on the plugin stage.


Re: error with ColAndreas_static.so - Kwarde - 01.06.2020

Oh I thought that was libc6's part?

Just checked, I never installed libstdc++6 but appearantly it came with the OS. I withdraw my last message I sent here then :P


Re: error with ColAndreas_static.so - votati - 03.06.2020

Quote:
Originally Posted by Lanzaderas
View Post
You can try this:
sudo apt-get upgrade libstdc++6
Quote:
Originally Posted by Kwarde
View Post
I was about to say the same thing, except you would need the 32 bit (i386) library: lib32stdc++6
It has worked, thanks to both!