6 lines
203 B
Bash
Executable file
6 lines
203 B
Bash
Executable file
# liblvrt (LabView runtime engine) expects libOSMesa.so.4, but requires symbols from libOSMesa.so.6
|
|
# so we just install v6 and add some links
|
|
|
|
ln -sfn libOSMesa32.so.6 /usr/lib/libOSMesa.so.4
|
|
ldconfig
|
|
|