Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Where is nidaqmx.h in NI-DAQmx 19.5 for Linux?

Solved!
Go to solution

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.

0 Kudos
Message 1 of 2
(2,163 Views)
Solution
Accepted by topic author benbrown

I got there in the end:

 

yum reinstall libnidaqmx-devel

 

and it appeared in /usr/include

0 Kudos
Message 2 of 2
(2,143 Views)