12-04-2018 03:31 AM
Good morning to all, my name is francesco and i'm from italy, so my english is not very good.
In installing labview on ubuntu, the install script gave me this error:
./INSTALL: 658 : Syntax error: redirection unexpected
How can i resolve this error?
Thank you,
Francesco
12-07-2018 04:32 PM
Hi Francesco,
It looks like the error you're seeing is caused by using the default dash shell instead of a bash shell. The default shell in Ubuntu is dash, which doesn't support the redirection (<<<) operator, so if you are executing a script with dash that uses it, you'll get this error. This link provides information on the two shells and how to use bash instead of dash.
12-07-2018 05:09 PM
Thank you so much, i'll try when i'm at home!
12-09-2018 05:35 AM
I tried with the "sudo sh INSTALL" and "sudo ./INSTALL commands" and in both cases it gives me the error
How can i resolve this error? thank you! I apologize for the trouble!
12-19-2018 07:53 AM
Hi Francesco,
some more information about your setup would be useful, in particular which LabVIEW version you are using; anyway, I remind you that LabVIEW for Linux supports CentOS, RedHat, Scientific Linux, and SUSE, while Ubuntu is not natively supported.
Regards,
Alessia
12-19-2018 08:42 AM
I'm trying to install labview 2018
I'll try on another Linux Version If the problem Will continue
Thank you!