06-18-2019 07:46 AM - edited 06-18-2019 08:42 AM
Unfortunately you are rigth Brain,
But we found out that ldd -r does show more infos. We got a lot undefined symbols. And the first line is exactly what I got from LabVIEW...
I guess "boost" will be loaded dynamic. More interesting is that the supplyer of the .so has a runing exe even with this undefind symbols. But my LV is not running. Any idea on that? He has not a RT system. Could that be a RT System problem?
07-08-2019 07:15 AM - edited 07-08-2019 08:12 AM
Hi all and -Brian,
After some trial's and new test's it woks.
Two steps were additionaly made:
- The SO was not just compiled with the "standart" Boost_1.63.0, exactly with the one from the NI Target!
- We add the Path where the SO's Links should be found with "sudo ldconfig /usr/lib" and "sudo ldconfig /lib"
I'm finaly happy that it works and also surprised that it took so long. As an "traditional" LabVIEW user with no Linux background that was kind of an oddysee 🙂 So I hope this tread can help somebody else. Good Luck!