IGEL-Community / IGEL-Custom-Partitions

IGEL OS is built on a highly secure Linux distribution. Properly deployed, IGEL OS is locked down to the configurations and applications defined via UMS Profiles. The Custom Partitions feature allows you to implement custom scripts, apps, or other files to one or a group of devices running the IGEL OS.
https://www.igelcommunity.com/igel-custom-partitions-store
MIT License
24 stars 28 forks source link

Alizams under IGEL OS11 11.08.440 #33

Open JoaquimCaetano opened 11 months ago

JoaquimCaetano commented 11 months ago

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 Linux world kinda hard. Or should I build it on ubuntu 20.04?

Im happy for any help.

rneher-igel commented 11 months ago

So you used the following script to build it?

https://github.com/IGEL-Community/IGEL-Custom-Partitions/blob/master/CP_Source/Apps/Aliza_MS_DICOM_Viewer/build-alizams-cp.sh

rneher-igel commented 11 months ago

11.09.xxx version with Ubuntu 22.04 libs will be out around October 6. I would hold on CP build / testing until then.

https://github.com/AlizaMedicalImaging/AlizaMS/releases

JoaquimCaetano commented 11 months ago

Yes I used the script. I will check the new build out in october, maybe it works. I also asked the question, on the Alizams Github and the developer answered following:

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.