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
im trying to run Alizams on a custom partition on an IGEL OS11 11.08.440. I created the custom partition and build the alizams.tar.bz2 though Ubuntu 18.04. I imported the profil in the UMS and edited the profil matching to our UMS. So far everything is working, exept, when I try to start the application, it doesnt start. When I launch it thought the terminal, it gives me the information that the libQt5core.so.5: version GT_5.11 was not found.
Can I somehow include the libary in the alizams.tar.bz2 or directly in the partition? I guess this is a simple quastion, but for someone who is new to the Linuxs world kinda hard.
Im happy for any help or hint.
The text was updated successfully, but these errors were encountered:
Thank you. Unfortunately I don't know how to fix the problem on IGEL OS11. Qt5 is required (partially).
You have built on Ubuntu 18.04, so to run on another Ubuntu 18.04 machine you will need the following packages: libqt5core5a, libqt5gui5, libqt5widgets5, libqt5opengl5, libqt5svg5, libqt5printsupport5, libqt5sql5, libqt5sql5-sqlite, libsqlite3-0
I don't know now this works with IGEL OS11.
It is also possible to use Qt5 binary distribution from Qt or build Qt from source (relative difficult).
P.S. The binary will probably run without last two sqlite packages, they are required only to open CTK database.
Hello,
im trying to run Alizams on a custom partition on an IGEL OS11 11.08.440. I created the custom partition and build the alizams.tar.bz2 though Ubuntu 18.04. I imported the profil in the UMS and edited the profil matching to our UMS. So far everything is working, exept, when I try to start the application, it doesnt start. When I launch it thought the terminal, it gives me the information that the libQt5core.so.5: version
GT_5.11
was not found.Can I somehow include the libary in the alizams.tar.bz2 or directly in the partition? I guess this is a simple quastion, but for someone who is new to the Linuxs world kinda hard.
Im happy for any help or hint.
The text was updated successfully, but these errors were encountered: