02-22-2020 12:44 PM
I've installed NI DAQmx via yum on CentOS7 without issue:
[root@server ~]# yum install ni-daqmx-19.5.0
...
Package ni-daqmx-19.5.0-19.5.0.49152-0+f0.el7.noarch already installed and latest version
Searching yum I found I needed to install ni-syscfg-devel to get the nisyscfg.h headers:
[root@server ~]# yum provides "nisyscfg.h"
...
ni-syscfg-devel-19.0.0.49152-0+f0.x86_64 : NI System Configuration development files
Repo : ni-software-2019
Matched from:
Filename : /usr/include/nisyscfg/nisyscfg.h
However, I've no idea where to get NI DAQmx itself from:
[root@server ~]# yum provides "NIDAQmx.h"
...
No matches found
[root@server catoolRT]# yum install ni-daqmx-devel
...
No package ni-daqmx-devel available.
Any pointers would be appreciated.
Thanks.
Solved! Go to Solution.
02-22-2020 01:30 PM
I got there in the end:
yum reinstall libnidaqmx-devel
and it appeared in /usr/include