05-21-2021 12:16 PM
Hello
Few years later, did you find the solution to this issue? I have the same problem. My code run well using on a virtual machine having the full Labview environment installed, but not on a machine with only labview run time. Both virtual machine have OpenSuse 15.2 distribution.
So I guess some library are installed while installing labview and not when installing inly run time
05-21-2021 02:18 PM
To be honest, I'm not quite sure whether I managed to solve the issue or bypass it. I think it was either reinstalling all the libraries on the Ubuntu system (the build system, not the production one) or using different VI's instead.
05-25-2021 04:51 AM
In the end we installed run time engine 2021 (we were using 2020) and now everything work like a charm
anyway, thanks for the feedback!
02-19-2026 09:06 AM
Hi, when I switched from OpenSUSE to Ubuntu, I had the same problem and discovered that with the operation
sudo apt autoremove
Ubuntu removed the "ni-ssl-bin" and "nissli" packages.
Reinstalling them with
sudo apt install ni-ssl-bin nissli
HTTP Get calls started working again.
Alberto