NI Linux Real-Time Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Using an app that requires newer glibc version on ni Linux rt

I have an application that I need to run from my Linux rt system that complains about missing versions of GLIBC.

 

version `GLIBC_x.xxx' not found

 

Is there anyway to upgrade my GLIBC version on NI Linux RT to support this app. Or any other work around?

 

thanks

Message 1 of 3
(909 Views)

Hi,

 

I am facing the same issue. I am trying to run the ni_grpc_device_server version 2.7.0 on my PXI controller. The server application fails to launch since I missing version 3.4.29 of GLIBCXX.

Were you ever able to update your GLI library on your machine ?

 

Cheers,

 

Liam

0 Kudos
Message 2 of 3
(43 Views)

The glibc version is very tied into the version of the distro, in this case NI LinuxRT.

 

The simplest options, depending on the source of the software are:

 

  • Upgrade NI LinuxRT 
  • Recompile the software on a system with an older glibc and/or use the cross compilation tool chain to build it

 

I realise these aren't always possible depending on your circumstances and the source of the software 

James Mc
========
CLA and cRIO Fanatic
My writings on LabVIEW Development are at devs.wiresmithtech.com
0 Kudos
Message 3 of 3
(31 Views)