Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28701 Discussions

Problem installiing intel fortan Compiler

Sara_Rodrigues
Beginner
751 Views
Hi, good morning !!!! I am not able to install the compiler, the following error appears:

osmar@apolo:~/Downloads/l_fcompxe_intel64_2011.9.293$ su
Password:
^[su: Authentication failure
osmar@apolo:~/Downloads/l_fcompxe_intel64_2011.9.293$ su
Password:
root@apolo:/home/osmar/Downloads/l_fcompxe_intel64_2011.9.293# ls
cd_eject.sh install.sh license license_jp pset rpms support.txt
root@apolo:/home/osmar/Downloads/l_fcompxe_intel64_2011.9.293# ./install.sh
./install.sh: line 357: /home/osmar/Downloads/l_fcompxe_intel64_2011.9.293/./pset/32e/install.32e: No such file or directory
./install.sh: line 358: /tmp/intel.pset.strings.root.apolo: No such file or directory
./install.sh: line 516: /home/osmar/Downloads/l_fcompxe_intel64_2011.9.293/./pset/32e/install.32e: No such file or directory

setting my machine:

Intel xeon quadri-core, 10 Gb Ram with Debian 64 bits (squeeze), kernel linux 2.6.32-5.amd64

please, help me !!!!
0 Kudos
10 Replies
Georg_Z_Intel
Employee
751 Views
Hello,

in short: Could you start the installation script (install.sh) as user (here: osmar), not super-user? It'll ask you whether to install system-wide or per-user only. For the former case you'll be asked for the super-user password during installation.

Also, make sure the same user who downloaded and extracted the package should kick-off the installation.

Does this work for you?

Best regards,

Georg Zitzlsberger
0 Kudos
Sara_Rodrigues
Beginner
751 Views
Hi I user the super-user and message is same !!!!
0 Kudos
Georg_Z_Intel
Employee
751 Views
Hello,

can you extract the package (l_fcompxe_2011.9.293.tgz) to /tmp and start installation via

$ sudo ./install.sh

from there?

I'd like to exclude problems because of insufficient permissions. Also, please make sure that during extraction there are no errors, e.g. because of limited disc space.

Best regards,

Georg Zitzlsberger
0 Kudos
Sara_Rodrigues
Beginner
751 Views
Hello, sorry for the delay, I extract in /tmp and I am root and message is same :

root@apolo:/tmp/l_fcompxe_intel64_2011.6.233# ls
cd_eject.sh install.sh license pset rpms support.txt
root@apolo:/tmp/l_fcompxe_intel64_2011.6.233# sudo ./install.sh
./install.sh: line 357: /tmp/l_fcompxe_intel64_2011.6.233/./pset/32e/install.32e: No such file or directory
./install.sh: line 358: /tmp/intel.pset.strings.root.apolo: No such file or directory
./install.sh: line 516: /tmp/l_fcompxe_intel64_2011.6.233/./pset/32e/install.32e: No such file or director

I think it is a programming flaw in the file install.sh lines: 357.358 and 516.

OBS: I am super-user...

I thank !!!!! Please, help me !!!!
0 Kudos
Georg_Z_Intel
Employee
751 Views
Hello,

after some tests on different platforms I think that "install.32e" cannot be executed on your platform. The file for sure exists because otherwise error messages would be different.

Could you please provide me the output of

$ ldd /tmp/l_fcompxe_intel64_2011.6.233/./pset/32e/install.32e

and

$ ls -hal /tmp/l_fcompxe_intel64_2011.6.233/./pset/32e/install.32e

Thank you & best regards,

Georg Zitzlsberger
0 Kudos
Sara_Rodrigues
Beginner
751 Views
Hello !!!!

Here are the outputs:

root@apolo:/# ldd /tmp/l_fcompxe_intel64_2011.6.233/pset/32e/install.32e
not a dynamic executable

root@apolo:/# ls -hal /tmp/l_fcompxe_intel64_2011.6.233/pset/32e/install.32e
-rwxr-xr-x 1 root root 1.1M Aug 22 2011 /tmp/l_fcompxe_intel64_2011.6.233/pset/32e/install.32e

good morning !!!!
0 Kudos
Sara_Rodrigues
Beginner
751 Views
Hi !!!

Good Morning, good news !!!!
I am redid the installation the system via ininet and it worked, thank you for support.

Thank you very much !!!!!!!!
0 Kudos
Georg_Z_Intel
Employee
751 Views
Hello,

even though I still don't know the root cause, I'm glad it works for you now!

Best regards,

Georg Zitzlsberger

P.S.: I've seen you tried both Update 6 & 9. Make sure to use the latest: Update 9
0 Kudos
truongco
Beginner
751 Views
Hello, i got the same error as Sara and going to crazy with it. Now i really don't know how to correct it. And follow Sara solution, what is"ininet"?
0 Kudos
Hubert_H_Intel
Employee
751 Views
I saw your thread http://software.intel.com/en-us/forums/showthread.php?t=105291and I'm working on it. You will hear from me soon.
Regards, Hubert.
0 Kudos
Reply