‎08-15-2008 09:42 AM
when I am linking my linux application which uses NI-DAQmx Base 3.1.0f2 (running on fedora core 7 using kernel 2.6.23.17-88) I get the following warning
libstdc++.so.5 needed by liblvrtdark.so may conflict with libstdc++.so.6
The question I have is what features if any of libstdc++.so5 does this library use that may conflict with .so.6 ?
Is it possible to recompile the library (liblvrtdark) so that it uses libstdc++.so.6 instead of .so.5?
Is there a version of NI-DAQmx Base that supports the newer library? Is there a version of Labview for Linux that supports this?
‎08-18-2008
11:34 AM
- last edited on
‎05-02-2026
12:27 PM
by
Content Cleaner
Hey BattelleV,
As you may or may not know, Fedora is not officially supported by National Instruments drivers and software. Below is a link listing offically supported Linux distributions.
What Linux Distributions Do National Instruments Drivers and Software Support?
http://digital.ni.com/public.nsf/allkb/35D2B5E483A001A18625716B005BE464?OpenDocument
I was also able to find a KB article relating to the libstdc conflict. I can't guarantee that this will fix your problem, but it may be worth a look at.
Installing LabVIEW 8 Breaks Other Software on SUSE Linux
http://digital.ni.com/public.nsf/allkb/F2AD60E7AD89E626862570C00080C4BA?OpenDocument
‎08-18-2008 11:59 AM
Chris,
Irrespective of the distribution I am on, the problem I will run into is any g++ compiler over version 3.3 will link in libstdc++ version 6. You can't have both version 6 and 5 in the same process and have them be stable.
You need to rebuild vtdark and everything else for a newer compiler that supports version 6.
‎08-19-2008 01:54 PM
‎08-19-2008 02:07 PM
Chris,
I realize that we don't have the source code to rebuild the libraries, can you rebuild the libraries and send them to us? This will greatly ease our compatibility problems.
‎08-20-2008 02:16 PM
‎08-20-2008 03:49 PM
‎08-22-2008 09:31 AM