Would you like to react to this message? Create an account in a few clicks or log in to continue.

You are not connected. Please login or register

Problem with GLibC

2 posters

Go down  Message [Page 1 of 1]

1Problem with GLibC Empty Problem with GLibC Wed Oct 18, 2023 7:58 pm

alberth



Good morning,

I installed versions 0.3.10 and 0.4.15 on a Linux Mint 64 which work. However, for higher versions, it is impossible to launch them. I always get the errors:

alberth@Acer-Linux:~/Téléchargements/Electronique En Générale/SimulIDE/SimulIDE_1.1.0_-R1994_Lin64$ ./simulide_1.1.0-R1994
./simulide_1.1.0-R1994: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by ./simulide_1.1.0-R1994)
./simulide_1.1.0-R1994: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/.mount_simulip73BIr/usr/bin/../lib/libQt5Widgets.so.5)
./simulide_1.1.0-R1994: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/.mount_simulip73BIr/usr/bin/../lib/libQt5Multimedia.so.5)
./simulide_1.1.0-R1994: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/.mount_simulip73BIr/usr/bin/../lib/libQt5Gui.so.5)
./simulide_1.1.0-R1994: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/.mount_simulip73BIr/usr/bin/../lib/libQt5Core.so.5)
./simulide_1.1.0-R1994: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /tmp/.mount_simulip73BIr/usr/bin/../lib/libQt5Core.so.5)
./simulide_1.1.0-R1994: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/.mount_simulip73BIr/usr/bin/../lib/libpulse.so.0)
./simulide_1.1.0-R1994: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/.mount_simulip73BIr/usr/bin/../lib/libpng16.so.16)
./simulide_1.1.0-R1994: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /tmp/.mount_simulip73BIr/usr/bin/../lib/libudev.so.1)
./simulide_1.1.0-R1994: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.30' not found (required by /tmp/.mount_simulip73BIr/usr/bin/../lib/libudev.so.1)
./simulide_1.1.0-R1994: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/.mount_simulip73BIr/usr/bin/../lib/libicui18n.so.66)
./simulide_1.1.0-R1994: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/.mount_simulip73BIr/usr/bin/../lib/libicuuc.so.66)
./simulide_1.1.0-R1994: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /tmp/.mount_simulip73BIr/usr/bin/../lib/libglib-2.0.so.0)
./simulide_1.1.0-R1994: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/.mount_simulip73BIr/usr/bin/../lib/libpulsecommon-13.99.so)
./simulide_1.1.0-R1994: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /tmp/.mount_simulip73BIr/usr/bin/../lib/libsystemd.so.0)
./simulide_1.1.0-R1994: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.30' not found (required by /tmp/.mount_simulip73BIr/usr/bin/../lib/libsystemd.so.0)
./simulide_1.1.0-R1994: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/.mount_simulip73BIr/usr/bin/../lib/libsndfile.so.1)
./simulide_1.1.0-R1994: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/.mount_simulip73BIr/usr/bin/../lib/libFLAC.so.Cool

What should I do to resolve this problem?
PS:
I'm French and it's Google translate.

Thanks

2Problem with GLibC Empty Re: Problem with GLibC Wed Oct 18, 2023 9:20 pm

arcachofo

arcachofo

Hi.
You are probably using an old (not supported) version of Linux Mint.

3Problem with GLibC Empty Re: Problem with GLibC Wed Oct 18, 2023 10:01 pm

alberth



Thank you for the quick reply.

My Linux is:
Kernel: 5.4.0-150-generic x86_64 bits
Distro: Linux Mint 19.3 Tricia base: Ubuntu 18.04 bionic
Is there a list of unsupported Linux distributions?

4Problem with GLibC Empty Re: Problem with GLibC Wed Oct 18, 2023 10:04 pm

arcachofo

arcachofo

Is there a list of unsupported Linux distributions?
Currently supported Linux Mint are these:
https://www.linuxmint.com/download_all.php

5Problem with GLibC Empty Re: Problem with GLibC Thu Oct 19, 2023 10:10 am

alberth



perfect thank you.
Furthermore, I plan to tackle the source code. I've already dug out my old notes on QT to, hopefully, understand something. I am hopeful. I have plenty of time, I'm motivated by the SimulIDE project and I'm a "crazy guy". Problem with GLibC 1f61c
Especially since I “horror” C++.  Problem with GLibC 1f602
However, to get a helping hand, would there be a simplified descriptive diagram of all the modules concerned?
Thank you again and above all bravo and congratulations for initiating this project.

6Problem with GLibC Empty Re: Problem with GLibC Thu Oct 19, 2023 4:56 pm

arcachofo

arcachofo

would there be a simplified descriptive diagram of all the modules concerned?
Here you have an inheritance graph if that is useful to you.
Open it in another tab or download it to see the full image, it does not fit here:

Problem with GLibC Inheri10

KerimF likes this post

7Problem with GLibC Empty Re: Problem with GLibC Fri Oct 20, 2023 2:36 pm

alberth



Perfect,
With this diagram, I could refocus my mind  Problem with GLibC 1f621  when I got lost in the Qt abyss.
Thanks again.

Sponsored content



Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum