Need to upgrade GLIBC from 2.27 to 2.28
by glestwid from LinuxQuestions.org on (#57XA3)
I am trying to run my app on my Slackware 14.2 installation and get the following error:
Code:guest@porteus:/mnt/sdc1/dist$ ./myapp
Traceback (most recent call last):
File "myapp.py", line 15, in <module>
File "/usr/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 493, in exec_module
File "tkinter/__init__.py", line 36, in <module>
ImportError: /lib/libc.so.6: version `GLIBC_2.28' not found (required by /tmp/_MEITHbyjk/libtcl8.6.so)
[1920] Failed to execute script myapp
guest@porteus:/mnt/sdc1/dist$ ldd --version
ldd (GNU libc) 2.27
What should I do to have my GLIBC upgraded to 2.28 w/o losing of compatibility of already installed apps??


Code:guest@porteus:/mnt/sdc1/dist$ ./myapp
Traceback (most recent call last):
File "myapp.py", line 15, in <module>
File "/usr/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 493, in exec_module
File "tkinter/__init__.py", line 36, in <module>
ImportError: /lib/libc.so.6: version `GLIBC_2.28' not found (required by /tmp/_MEITHbyjk/libtcl8.6.so)
[1920] Failed to execute script myapp
guest@porteus:/mnt/sdc1/dist$ ldd --version
ldd (GNU libc) 2.27
What should I do to have my GLIBC upgraded to 2.28 w/o losing of compatibility of already installed apps??