Author Topic: Qube 7.0 Perl-based jobtypes fail to start on linux  (Read 4756 times)

jburk

  • Administrator
  • *****
  • Posts: 493
Qube 7.0 Perl-based jobtypes fail to start on linux
« on: August 03, 2018, 08:57:36 PM »
We have reports of the Perl-based jobtypes on linux (Maya "LoadOnce"jobtype is the only current one that is still Perl-based) failing to start on linux workers with the qube-core-7.0 package installed, and exiting with the error:

Can't load '/usr/local/pfx/qube//api/perl/qb.so' for module qb: libQt5Core.so.5: cannot open shared object file: No such file or directory at /usr/lib64/perl5/DynaLoader.pm line 190.

We will be fixing this in our next build of the qube-core, but for now the work-around is to run the following command as the root user on each worker running Qube 7:

echo /usr/local/pfx/qube/lib/Qt > /etc/ld.so.conf.d/pfx.conf; /sbin/ldconfig
« Last Edit: August 03, 2018, 09:58:19 PM by jburk »