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

Intel Fortran90 install 10.0 license error

mohshee
Beginner
433 Views

I am trying to install the 10.0 compiler on a 64 bit CPU (Ubuntu Fiesty Fawn OS). As soon as I try to install the compiler i get booted out by a single error message:

> ./install.sh


ERROR: Problem encountered executing CHKLIC_32_64 utility located here:
/home/mohshee/downloads/l_fc_p_10.0.023_intel64/data/chklic.em64t

The CHKLIC_32_64 program data/chklic.em64t requires these libraries:
not a dynamic executable
----------------------------
I cannot figure out what is wrong. I've been combing through forums for a while now. The file 'data/chklic.em64t' is indeed a binary executeable. I have placed the correct license file in /opt/intel/licenses/

Any ideas??

Thanks, Shay

0 Kudos
4 Replies
Steven_L_Intel1
Employee
435 Views
Well, first of all, Ubuntu is not supported by the 10.0 compiler. That aside, we recently discovered a problem with x64 Ubuntu that prevents the 10.0 compiler from working, and I think it's exactly what you encountered. This is an Ubuntu bug and we're in communication with the Ubuntu developers about it.
0 Kudos
mohshee
Beginner
435 Views
Thanks for the update. I was pretty confused.
0 Kudos
Steven_L_Intel1
Employee
435 Views
I learned a bit more and found that the error you're seeing is not the one I was thinking of, but that version of Ubuntu is still problematic.
0 Kudos
j4play
Beginner
435 Views
i was having the exact same problem.
installing lib32gcc1 fixed this for me.

0 Kudos
Reply