Greetings,
We installed NI-VISA 15.0 on RHEL 7.2 (output attached). When running our application, the following error message appeared and the program aborted. The abort happens on the very first call to viOpenDefaultRM().
libnipalu.so failed to initialize
Perhaps you need to run updateNIDrivers
Abort (core dumped)
We ran updateNIDrivers (output attached), which didn't appear to change the installed RPMs (also attached, from the command "rpm -qa | grep ^ni"). But the problem persisted. Previously we have tried uninstall/install with no luck. I have looked around the forum and seen this message appear elsewhere, but without a solution for this particular problem. Any suggestions would be greatly appreciated.
Note: I work in a closed area and have to scribe output files like the ones attached. If the niSystemReport output would be useful, please let me know what I could grep for :-)
Extra info:
//--------------------------------------------
// OS - RHEL 7.2, 4 GB RAM
//--------------------------------------------
>>> uname -r
3.10.0-327.el7.x86_64
//--------------------------------------------------------------------------
// Application - simple C++ program with dependencies
//--------------------------------------------------------------------------
linux-gate.so.1 => (0xf76f7000)
libnsl.so.1 => /lib/libnsl.so.1 (0xf76bb000)
libvisa.so => /usr/local/lib/libvisa.so (0xf7672000)
libstdc++.so.6 => /lib/libstdc++.so.6 (0xf7586000)
libm.so.6 => /lib/libm.so.6 (0xf7543000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xf7527000)
libc.so.6 => /lib/libc.so.6 (0xf736a000)
libdl.so.2 => /lib/libdl.so.2 (0xf7365000)
libpthread.so.0 => /lib/libpthread.so.0 (0xf734b000)
/lib/ld-linux.so.2 (0xf76f8000)