05-18-2023 12:15 PM
This is on a CompactRIO using LabVIEW 2020.
I'm utilizing an MQTT add on I got from the VIPM manager, and when trying to use it I'm getting an error for missing libraries:
<err>OpenSSL configuration file(s) are missing
Libeay library: "/usr/local/natinst/lib/libeay32.so"
Ssleay library: "/usr/local/natinst/lib/libssleay32.so"
I went to the provided paths in the error description and sure enough, these libraries/files are not there in the cRIO.
How do I get these missing files? I tried downloading everything SSL related onto the cRIO through NI MAX, but still no dice. Are these special libraries only related to the third party add on?
05-18-2023 12:22 PM
I ended up finding the files locally in my C drive on my laptop. But when I try to copy them into the cRIO, it doesn't let me. Windows tells me it can't read from the source file or disk