Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
linux-gate.so.1 ???
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
jorgeinglessis
n00b
n00b


Joined: 04 Nov 2006
Posts: 52
Location: Merida, Venezuela

PostPosted: Wed Aug 22, 2007 1:32 am    Post subject: linux-gate.so.1 ??? Reply with quote

Hi there, I'm trying to install the intel fortran compiler 10.0.023 for non-commercial use, but the installer is complaining about the linux-gate.so.1 library is missing. What package do I need to install in order to get this library?
Back to top
View user's profile Send private message
didymos
Advocate
Advocate


Joined: 10 Oct 2005
Posts: 4798
Location: California

PostPosted: Wed Aug 22, 2007 6:06 am    Post subject: Reply with quote

You don't install anything. It's not a real library. It's a sort of ghost library:

What is linux-gate.so.1?

Are you by any chance on amd64? If so, even in ghost form, linux-gate.so.1 won't exist for 64-bit objects. It will exist for 32-bit stuff though. I have no idea how the ifc installer works, or what changes are needed to make it work. All I can say is that it probably shouldn't be doing that.
_________________
Thomas S. Howard
Back to top
View user's profile Send private message
jorgeinglessis
n00b
n00b


Joined: 04 Nov 2006
Posts: 52
Location: Merida, Venezuela

PostPosted: Wed Aug 22, 2007 9:52 am    Post subject: Reply with quote

yeah, I'm using an amd64 system, and I'm trying to install the 64-bit version of the intel fortran compiler. thanks for the reply. Any other ideas???
Back to top
View user's profile Send private message
jorgeinglessis
n00b
n00b


Joined: 04 Nov 2006
Posts: 52
Location: Merida, Venezuela

PostPosted: Wed Aug 22, 2007 10:04 am    Post subject: Reply with quote

This is the output from the installer just in case I'm wrong and the linux-gate library isn't my problem:
Code:

Installation package for IA-32 and Intel(R) 64.
FIND_RPM_EXTRACTION_UTILITIES() - ERROR - RPM_EXTRACT binary /home/jorge/Desktop/Intel Fortran Compiler/l_fc_p_10.0.023/data/rpm_extract.x32 not present
Checking Dependencies ...
Checking operating system requirements .........................
Unable to determine specific operating system / distribution

Checking RPM version ...
Checking Kernel and glibc dependencies ...

Your platform   :
    architecture      = x86_64
    kernel            = 2.6.22-gentoo-r4
    glibc             = unknown
    operating system  = unknown

This product is supported for use with the following combinations   :

    Machine Type                        Kernel  glibc

    Intel(R) 64                         2.4.21  2.3.2
    Intel(R) 64                         2.6.x.  2.3.x
    Intel(R) 64                         2.6.x.  2.4.x
    Intel(R) 64                         2.6.x.  2.5.x

Would you like to perform an unsupported install of this product [yes/no]  (no) ?   :   yes
./.././data/install_fc.sh: line 3391: /home/jorge/Desktop/Intel: No such file or directory
---------------------------------------------------------------------------
WARNING:
Problem encountered executing CHKLIC_32_64 utility /home/jorge/Desktop/Intel Fortran Compiler/l_fc_p_10.0.023/data/chklic.em64t
This could be caused by a missing library.
The CHKLIC_32_64 program chklic.em64t requires these libraries:
        linux-gate.so.1 => 
        libpthread.so.0 => /lib32/libpthread.so.0
        libm.so.6 => /lib32/libm.so.6
        libgcc_s.so.1 => /lib32/libgcc_s.so.1
        libc.so.6 => /lib32/libc.so.6
        libdl.so.2 => /lib32/libdl.so.2
        /lib/ld-linux.so.2
Please ensure that these libraries are installed on your system.
Since this is an Intel(R) 64 platform system, this will require
installation of the proper 32-bit compatibility libraries
for this operating system.

Please consult your operating system support documentation for information
on how to obtain the necessary libraries.

Exiting installation program.
Please correct the missing library problem
and run the installation program again at a later time.
---------------------------------------------------------------------------



Press ENTER to continue ...
Back to top
View user's profile Send private message
Rob1n
l33t
l33t


Joined: 29 Nov 2003
Posts: 714
Location: Cambridge, UK

PostPosted: Wed Aug 22, 2007 10:09 am    Post subject: Reply with quote

Well, this line looks odd:
Quote:

./.././data/install_fc.sh: line 3391: /home/jorge/Desktop/Intel: No such file or directory


Looks to me like it's not quoting the command properly so getting confused by the spaces in the path. Can you edit the installer and check what's on that line?
Back to top
View user's profile Send private message
irondog
l33t
l33t


Joined: 07 Jul 2003
Posts: 715
Location: Voor mijn TV. Achter mijn pc.

PostPosted: Wed Aug 22, 2007 10:12 am    Post subject: Reply with quote

I think the fc_installer.sh is buggy.
I think something in the installer script sets the LD_ASSUME_KERNEL variable and causes some libraries not to be found.

Open the installer file with a hex-editor and try to find the string LD_ASSUME_KERNEL.
If so. Change LD_ASSUME_KERNEL to XX_XXXXXX_XXXXXX or something.
_________________
Alle dingen moeten onzin zijn.


Last edited by irondog on Wed Aug 22, 2007 10:15 am; edited 1 time in total
Back to top
View user's profile Send private message
jorgeinglessis
n00b
n00b


Joined: 04 Nov 2006
Posts: 52
Location: Merida, Venezuela

PostPosted: Wed Aug 22, 2007 10:14 am    Post subject: Reply with quote

Yes, I'll download another package and post the result later, thanks.
Back to top
View user's profile Send private message
jorgeinglessis
n00b
n00b


Joined: 04 Nov 2006
Posts: 52
Location: Merida, Venezuela

PostPosted: Wed Aug 22, 2007 10:40 am    Post subject: Reply with quote

I tried irondog's suggestion, the installer is a .sh script, there is no such line. I also tried downloading the 32-bit package which is supposed to work to, but I had no success. I've been working with the 9.xx versions of the compiler with no problem at all installing it. Has anyone managed to install the 10.x version of the Intel Fortran Compiler????
Back to top
View user's profile Send private message
mdeininger
Veteran
Veteran


Joined: 15 Jun 2005
Posts: 1740
Location: Emerald Isles, observing Dublin's docklands

PostPosted: Wed Aug 22, 2007 1:16 pm    Post subject: Reply with quote

i'd assume you just extracted some tarball to your desktop, do you have any spaces in that "/home/jorge/Desktop/Intel <Whatever>" pathname? if so, just rename that directory to something like "ifc" instead of "Interl Whateveryouhavethere" and try again... at least that's kind of what it looks like, and I wouldn't call a folder for a fortran compiler just "Intel". might just be me though ;).
_________________
"Confident, lazy, cocky, dead." -- Felix Jongleur, Otherland

( Twitter | Blog | GitHub )
Back to top
View user's profile Send private message
whong
n00b
n00b


Joined: 01 Feb 2008
Posts: 1

PostPosted: Fri Feb 01, 2008 3:42 am    Post subject: Reply with quote

Thank you very much 'mdeininger'!
I'm using 64 bit RHEL 5 and couldn't figure out why the installer is complaining not having linux-gate.so.1
Searched over an hour and found out it's not needed for 64 bit linux... strange. Why the installer is asking me to find that library anyway ?
Turned out I had space in my directory and I have no problem right now. Seems like it's a bug but thank you anyway.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum