LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Trouble with Lbaview 8.0 and Linux Suse10.0

I've installed Labview 8.0 under Linux Suse 10.0 and simply It's not working when I try to run it, also as root. It gives me the following message: symbol lookup error: /usr/lib/libOSMesa.so.4: undefined symbol: _glapi_DispatchTSD. Anyone knows what's happening?
0 Kudos
Message 1 of 4
(2,730 Views)
As root run:

cd /usr/local/natinst/LabVIEW-8.0/linux
ln -s libLVMesaGL.so.3 libOSMesa.so.4

Hopefully that should fix your problem.

Shawn B.
National Instruments
Use NI products on Linux? Come join the NI Linux Users Community
0 Kudos
Message 2 of 4
(2,715 Views)
Sweet! Thanks Shawn B, this took care of the problem I was seeing.
0 Kudos
Message 3 of 4
(2,704 Views)
OK! Thanks Shawn B, it's working!
0 Kudos
Message 4 of 4
(2,695 Views)