LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-03-2009, 11:00 PM   #1
Kilam orez
Member
 
Registered: Aug 2009
Location: India
Distribution: open suse, fedora
Posts: 33

Rep: Reputation: 15
Question system glibc or kernel version not supported or not detectable


hi dear all,

i am installing intel fortran compiler but following error comes:-

system glibc or kernel version not supported or not detectable

even though install is successfull.

1).i cheked the glibc and it is present in /etc/. Can i only update it through repo or please tell me anything about it.


2)i also installed gfortran compiler and when i compile .f files with it,then it does not execute it, it shows a lisyt of long errors.

please tell me how to get rid of it

with regards

kilam
 
Old 11-04-2009, 01:45 PM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,754

Rep: Reputation: 7983Reputation: 7983Reputation: 7983Reputation: 7983Reputation: 7983Reputation: 7983Reputation: 7983Reputation: 7983Reputation: 7983Reputation: 7983Reputation: 7983
Quote:
Originally Posted by Kilam orez View Post
hi dear all,

i am installing intel fortran compiler but following error comes:-

system glibc or kernel version not supported or not detectable

even though install is successfull.
No, it's not. If you don't have the right configuration for what you're doing, things WON'T be successful.
Quote:
1).i cheked the glibc and it is present in /etc/. Can i only update it through repo or please tell me anything about it.
glibc is not present in /etc, in any distro that I know of. You might be able to update it through repos, but since you don't give any details about your system, how can we tell WHAT you can do?
Quote:
2)i also installed gfortran compiler and when i compile .f files with it,then it does not execute it, it shows a lisyt of long errors.
please tell me how to get rid of it
Fix your program, or do the installation correctly. Again, since you don't say anything about your system, how you installed things, or give any examples of the code/errors, how can anyone help you?
 
Old 11-05-2009, 08:52 AM   #3
Kilam orez
Member
 
Registered: Aug 2009
Location: India
Distribution: open suse, fedora
Posts: 33

Original Poster
Rep: Reputation: 15
Red face

Quote:
Originally Posted by TB0ne View Post
No, it's not. If you don't have the right configuration for what you're doing, things WON'T be successful.

glibc is not present in /etc, in any distro that I know of. You might be able to update it through repos, but since you don't give any details about your system, how can we tell WHAT you can do?

Fix your program, or do the installation correctly. Again, since you don't say anything about your system, how you installed things, or give any examples of the code/errors, how can anyone help you?

hi everybody

my system info is:

i686-pc-linux with compiler gfortran -g -O2.

and OS is Linux 2.6.27.29-0.1-default i686

System: openSUSE 11.1 (i586)
with KDE environment 4.1.3 (KDE 4.1.3).

errors while installing ifort compiler are :

Step no: 4 of 7 | Installation configuration - Missing Optional Pre-requisite
--------------------------------------------------------------------------------
There is one or more optional unresolved issues. It is highly recommended to fix
it all before you continue the installation. You can fix it without exiting from
the installation and re-check. Or you can quit from the installation, fix it and
run the installation again.
--------------------------------------------------------------------------------
Missing optional pre-requisite
-- No compatible Java* Runtime Environment (JRE) found
-- cannot determine operating system type
-- system glibc or kernel version not supported or not detectable
-- binutils version not supported or not detectable
--------------------------------------------------------------------------------
1. Skip missing optional pre-requisites [default]
2. Show the detailed info about issue(s)
3. Re-check the pre-requisites

Step no: 5 of 7 | Configuration summary
--------------------------------------------------------------------------------
Select option "1" below to begin installing files based on the information you
provided. Use the "b" option to go back to the previous screen(s) if you need
to change any of the information below.
--------------------------------------------------------------------------------
Activation Type:
Existing License File
Component(s):
Intel(R) Fortran Compiler Professional Edition for Linux*
Intel(R) Fortran Compiler for applications running on IA-32
Intel(R) Debugger for applications running on IA-32
Intel(R) Math Kernel Library for applications running on IA-32
Location:
/opt/intel/Compiler/11.1/059
Install Mode:
RPM

thanks

kilam
 
Old 11-05-2009, 09:45 AM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,754

Rep: Reputation: 7983Reputation: 7983Reputation: 7983Reputation: 7983Reputation: 7983Reputation: 7983Reputation: 7983Reputation: 7983Reputation: 7983Reputation: 7983Reputation: 7983
Quote:
Originally Posted by Kilam orez View Post
hi everybody

my system info is:
i686-pc-linux with compiler gfortran -g -O2.
and OS is Linux 2.6.27.29-0.1-default i686
System: openSUSE 11.1 (i586)
with KDE environment 4.1.3 (KDE 4.1.3).

errors while installing ifort compiler are :

-- No compatible Java* Runtime Environment (JRE) found
-- cannot determine operating system type
-- system glibc or kernel version not supported or not detectable
-- binutils version not supported or not detectable
Ok...re-read my first post.

You need to get the prerequistes installed. That's it.

1. Go to Sun's website, and download the appropriate JRE, follow their instructions to get it installed.
2. Apparently a shell script or something is looking for this. Look in the install program, and figure out what it's looking for. If you're trying to install software on a platform that it's not supported on, you'll have problems.
3. Read the installation documents that came with the program. It will TELL YOU what version of GLIBC you need. Verify that's what you've got, and upgrade if you need to. Install the kernel source too.
4. Again, READ THE DOCS, and find out what version of binutils you need. Upgrade it if you need to.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
which kernel version is supported my dsl ? Sheetal Stephen DamnSmallLinux 2 03-19-2006 05:55 PM
which kernel version is supported by puppy linux ? Sheetal Stephen Linux - Distributions 1 03-16-2006 02:44 AM
which kernel version is supported by feather ? Sheetal Stephen Feather 1 03-16-2006 02:28 AM
Kernel version and glibc ashley75 Linux - General 1 03-22-2005 02:54 AM
Help! Installed the i686 kernel & glibc packages instead of the i386 version penguin_powered Linux - Newbie 3 04-11-2004 11:45 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:14 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration