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
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
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
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
You can try this:
sudo apt-get upgrade libstdc++6
|
Quote:
Originally Posted by Kwarde
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!