- Posts: 111
- Thank you received: 3
×
Lab CT Version, news, test results, new features request and suggestions
Question CT LAB ver 7.90
- Jan Roza
-
- Offline
- Junior Member
-
Less
More
1 week 3 hours ago #17177
by Jan Roza
Operating Systems Windows 10 (64-bit) and virtual Linux Mint (64-bit)
Replied by Jan Roza on topic CT LAB ver 7.90
Nice one.
Will have to explore a bit more in detail to get familiar with it.
Will have to explore a bit more in detail to get familiar with it.
Operating Systems Windows 10 (64-bit) and virtual Linux Mint (64-bit)
Please Log in or Create an account to join the conversation.
- fredvs
- Offline
- Junior Member
-
Less
More
- Posts: 201
- Thank you received: 1
6 days 22 hours ago - 6 days 21 hours ago #17189
by fredvs
Replied by fredvs on topic CT LAB ver 7.90
Re-hello.
Here on Debian 11 multiarch, Typhon32 and Typhon64 are compiled and run OK.
But for CodeTyphon, it does not run and gives that error message (the same as other users):
CodeTyphon: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /usr/local/codetyphon/binCenter/x86_64-linux-gtk2/CodeTyphon)
For Debian and childs, the last version of libc is 2.28
> ldd --version
> ldd (Debian GLIBC 2.28-10+deb10u1) 2.28
Are you using new methods from libc that only can be found in last version 2,34 for your CodeTyhon app?
If no, maybe think to recompile it with a older libc ( normally libc is backwad compatible) so it can be run with distro that dont have last libc.
Here on Debian 11 multiarch, Typhon32 and Typhon64 are compiled and run OK.
But for CodeTyphon, it does not run and gives that error message (the same as other users):
CodeTyphon: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /usr/local/codetyphon/binCenter/x86_64-linux-gtk2/CodeTyphon)
For Debian and childs, the last version of libc is 2.28
> ldd --version
> ldd (Debian GLIBC 2.28-10+deb10u1) 2.28
Are you using new methods from libc that only can be found in last version 2,34 for your CodeTyhon app?
If no, maybe think to recompile it with a older libc ( normally libc is backwad compatible) so it can be run with distro that dont have last libc.
Last edit: 6 days 21 hours ago by fredvs.
Please Log in or Create an account to join the conversation.
- Matis A.
-
- Away
- Moderator
-
6 days 17 hours ago #17190
by Matis A.
PilotLogic Core Programmer
Replied by Matis A. on topic CT LAB ver 7.90
Debian 11 use old GLIBC
My suggestion is to use
The latest LinuxMint 21 or Ubuntu 22.4 from Debian based distributions,
or
Any ArchLinux based distribution, EndeavourOS, Manjaro etc
or
latest Fedora 36
My suggestion is to use
The latest LinuxMint 21 or Ubuntu 22.4 from Debian based distributions,
or
Any ArchLinux based distribution, EndeavourOS, Manjaro etc
or
latest Fedora 36
PilotLogic Core Programmer
Please Log in or Create an account to join the conversation.