You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After upgrading from OS Fedora 36 to Fedora 39, my Thruk 2.48 instance is reporting Perl conflict error. Thruk is not coming up.
Apache httpd server log error:
tail -f /var/log/httpd/error_log
Can't load '/usr/lib64/thruk/perl5/x86_64-linux-thread-multi/auto/Cpanel/JSON/XS/XS.so' for module Cpanel::JSON::XS: /usr/lib64/thruk/perl5/x86_64-linux-thread-multi/auto/Cpanel/JSON/XS/XS.so: undefined symbol: Perl_newRV_noinc at /usr/share/perl5/XSLoader.pm line 94.
at /usr/lib64/thruk/perl5/x86_64-linux-thread-multi/Cpanel/JSON/XS.pm line 2274.
Compilation failed in require at /usr/share/thruk/lib/Thruk/Utils/IO.pm line 16.
BEGIN failed--compilation aborted at /usr/share/thruk/lib/Thruk/Utils/IO.pm line 16.
Compilation failed in require at /usr/share/thruk/lib/Thruk/Config.pm line 11.
BEGIN failed--compilation aborted at /usr/share/thruk/lib/Thruk/Config.pm line 11.
Compilation failed in require at /usr/share/thruk/script/thruk_fastcgi.pl line 15.
BEGIN failed--compilation aborted at /usr/share/thruk/script/thruk_fastcgi.pl line 15.
Thruk Version
Thruk 2.48
The text was updated successfully, but these errors were encountered:
I don't see a tested Thruk version 3.10 for Fedora 39 as of yet. Anyways, thank you for all your work. Let me know what you think I should do at this point.
Yeah, you cannot use the version from fedora 36 on fedora 39. I just enabled builds for fedora 39, so the repository on OBS should soon contain packages.
Describe the bug
After upgrading from OS Fedora 36 to Fedora 39, my Thruk 2.48 instance is reporting Perl conflict error. Thruk is not coming up.
Apache httpd server log error:
tail -f /var/log/httpd/error_log
Can't load '/usr/lib64/thruk/perl5/x86_64-linux-thread-multi/auto/Cpanel/JSON/XS/XS.so' for module Cpanel::JSON::XS: /usr/lib64/thruk/perl5/x86_64-linux-thread-multi/auto/Cpanel/JSON/XS/XS.so: undefined symbol: Perl_newRV_noinc at /usr/share/perl5/XSLoader.pm line 94.
at /usr/lib64/thruk/perl5/x86_64-linux-thread-multi/Cpanel/JSON/XS.pm line 2274.
Compilation failed in require at /usr/share/thruk/lib/Thruk/Utils/IO.pm line 16.
BEGIN failed--compilation aborted at /usr/share/thruk/lib/Thruk/Utils/IO.pm line 16.
Compilation failed in require at /usr/share/thruk/lib/Thruk/Config.pm line 11.
BEGIN failed--compilation aborted at /usr/share/thruk/lib/Thruk/Config.pm line 11.
Compilation failed in require at /usr/share/thruk/script/thruk_fastcgi.pl line 15.
BEGIN failed--compilation aborted at /usr/share/thruk/script/thruk_fastcgi.pl line 15.
Thruk Version
Thruk 2.48
The text was updated successfully, but these errors were encountered: