Issue
After the latest yum update of following packages:
May 09 03:38:59 Installed: alt-php80-pecl-msgpack-2.2.0-1.el6.x86_64
May 09 03:39:00 Installed: lz4-r131-1.el6.x86_64
May 09 03:39:00 Installed: alt-php81-pecl-msgpack-2.2.0-1.el6.x86_64
May 09 03:40:08 Updated: alt-php81-pecl-redis-5.3.7-5.el6.x86_64
May 09 03:41:14 Updated: alt-php80-pecl-redis-5.3.7-5.el6.x86_64
May 09 03:41:15 Installed: alt-php81-pecl-swoole-5.1.1-1.el6.x86_64
May 09 03:41:15 Installed: alt-php81-pecl-timezonedb-2024.1-1.el6.x86_64
May 09 03:41:15 Installed: alt-php81-pecl-xdebug-3.3.1-1.el6.x86_64
May 09 03:41:15 Installed: alt-php80-pecl-timezonedb-2024.1-1.el6.x86_64
May 09 03:41:15 Installed: alt-php81-pecl-uuid-1.2.0-1.el6.x86_64
May 09 03:41:15 Installed: alt-php80-pecl-xdebug-3.3.1-1.el6.x86_64
May 09 03:41:17 Installed: alt-php80-pecl-imagick-3.7.0-1.el6.x86_64
May 09 03:41:18 Installed: alt-php81-pecl-imagick-3.7.0-1.el6.x86_64
May 09 03:41:18 Installed: alt-php81-pecl-rar-4.2.0-1.el6.x86_64
May 09 03:41:18 Installed: alt-php80-pecl-uuid-1.2.0-1.el6.x86_64
May 09 03:41:18 Installed: alt-php80-pecl-swoole-5.1.1-1.el6.x86_64
May 09 03:41:19 Installed: alt-php80-pecl-rar-4.2.0-1.el6.x86_64
May 09 03:41:19 Updated: alt-php80-pecl-ext-1-35.el6.x86_64
May 09 03:41:20 Updated: alt-php81-pecl-ext-1-23.el6.x86_64
May 09 10:10:31 Installed: 1:glib-1.2.10-33.el6.x86_64
alt-php80 & alt-php81 are unresponsive . When trying to call php through the binary i get the following error:
[root@XXX:/opt/alt/php80/usr/bin]> ./php -m
GLib-ERROR **: The thread system is not yet initialized.
aborting...
Aborted
Environment
- ALT-PHP 8.0 and 8.1
Solution
The configuratoin files of the PHP versions are broken, so try to remove the files and reinstall packages using these commands:
mv /opt/alt/php81{,.bk}
mv /opt/alt/php80{,.bk}
yum reinstall alt-php8[0-1]*
Comments
0 comments
Please sign in to leave a comment.