- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
Hi.
I try to install Intel Cluster Studio For Linux and I'm stuck with installing license server. I downloaded 64bit version of Intel LIcense Server, but when i try to ./Instal_INTEL an error is produced:
./Install_INTEL: 43: Syntax error: "(" unexpected
I'm using ubuntu 10.10
Thanks for all help
I try to install Intel Cluster Studio For Linux and I'm stuck with installing license server. I downloaded 64bit version of Intel LIcense Server, but when i try to ./Instal_INTEL an error is produced:
./Install_INTEL: 43: Syntax error: "(" unexpected
I'm using ubuntu 10.10
Thanks for all help
Link kopiert
5 Antworten
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
Hello Szymon,
I am looking into this issue and will get back to you shortly with more information.
Regards,
Annalee
Intel Developer Support
I am looking into this issue and will get back to you shortly with more information.
Regards,
Annalee
Intel Developer Support
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
If I recall correctly, Ubuntu uses the dash shell by default.
Dash is not fully compatible with bash or sh, as those scripts are assuming.
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
As Andres noted, the issue is that Ubuntu uses dash, and dash does not support some bash extensions which are used in the install script.
The KB article FLEXlm license manager 2.0 installer may fail using dashexplains how to work around this issue.
The KB article FLEXlm license manager 2.0 installer may fail using dashexplains how to work around this issue.
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
That did the trick, thank you very much:)
Although i came across some more problems i succesfully installed whole FLEXlm license manager (and Intel Cluster Studio). Here is what problems i've encountered and how to solve them step by step:
1. In case of an error ./Install_INTEL: 43: Syntax error: "(" unexpected simply change dash to bash by commands:
# rm /bin/sh
# ln -s /bin/bash /bin/sh
2. Later, if your getting an error *** Error: installed software will not run; package might be for the wrong platform, or corrupted do the following:
Check if you have LSB up and running:
$ lsb_release
If not, then execute:
# ln -s /lib64/ld-linux-x86-64.so.2 /lib64/ld-lsb-x86-64.so.3
3. When you run lmgrd you can encounter the following error Can't make directory /usr/tmp/.flexlm, errno: 2(No such file or directory). Just create a symlink there:
#ln -s /tmp /usr/tmp
That is all, hope someone will find it helpful.
Although i came across some more problems i succesfully installed whole FLEXlm license manager (and Intel Cluster Studio). Here is what problems i've encountered and how to solve them step by step:
1. In case of an error ./Install_INTEL: 43: Syntax error: "(" unexpected simply change dash to bash by commands:
# rm /bin/sh
# ln -s /bin/bash /bin/sh
2. Later, if your getting an error *** Error: installed software will not run; package might be for the wrong platform, or corrupted do the following:
Check if you have LSB up and running:
$ lsb_release
If not, then execute:
# ln -s /lib64/ld-linux-x86-64.so.2 /lib64/ld-lsb-x86-64.so.3
3. When you run lmgrd you can encounter the following error Can't make directory /usr/tmp/.flexlm, errno: 2(No such file or directory). Just create a symlink there:
#ln -s /tmp /usr/tmp
That is all, hope someone will find it helpful.
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
Excellent, I needed help with all the 3 steps above. Now it works. In step 1. I simple replaced #!/bin/sh by #!/bin/bash, it worked as well.
Many thanks/dziekuje
Antworten
Themen-Optionen
- RSS-Feed abonnieren
- Thema als neu kennzeichnen
- Thema als gelesen kennzeichnen
- Diesen Thema für aktuellen Benutzer floaten
- Lesezeichen
- Abonnieren
- Drucker-Anzeigeseite