WARNING: upgrade glibc-solibs with "upgradepkg" NOW
Posted: 1. Jul 2017, 06:17
The packages glibc-* have been upgraded
For some reason spkg (used as backend for spi and slapt-get in Slint) fails to run the post-installation script, that makes the system unusable, cf. this post.
To avoid that you need to do what follows before running gslapt or spi or slapt-get:
Type in a terminal
Instructions for Slint-14.2 (32-bit), if "uname -m" reports "i686":
Type in a terminal
For some reason spkg (used as backend for spi and slapt-get in Slint) fails to run the post-installation script, that makes the system unusable, cf. this post.
To avoid that you need to do what follows before running gslapt or spi or slapt-get:
- Download the new most important glibc-* packages for your architecture (32-bit or 64-bit)
- Install them with upgradepkg
Type in a terminal
Code: Select all
wget http://ftp.slackware.com/pub/slackware/slackware64-14.2/patches/packages/glibc-2.23-x86_64-2_slack14.2.txz
wget http://ftp.slackware.com/pub/slackware/slackware64-14.2/patches/packages/glibc-solibs-2.23-x86_64-2_slack14.2.txz
su # to become root
upgradepkg glibc-2.23-x86_64-2_slack14.2.txz
upgradepkg glibc-solibs-2.23-x86_64-2_slack14.2.txz
Type in a terminal
Code: Select all
wget http://ftp.slackware.com/pub/slackware/slackware-14.2/patches/packages/glibc-i18n-2.23-i586-2_slack14.2.txz
wget http://ftp.slackware.com/pub/slackware/slackware-14.2/patches/packages/glibc-solibs-2.23-i586-2_slack14.2.txz
su # to become root
upgradepkg glibc-2.23-i586-2_slack14.2.txz
upgradepkg glibc-solibs-2.23-i586-2_slack14.2.txz