LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Client - Failed to Load Library (Ubuntu only, fine under Windows)

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

0 Kudos
Message 11 of 14
(1,071 Views)

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.

0 Kudos
Message 12 of 14
(1,061 Views)

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!

0 Kudos
Message 13 of 14
(1,019 Views)

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

0 Kudos
Message 14 of 14
(424 Views)