Linux MIPS Architecture development
 help / color / mirror / Atom feed
* Executing IRIX binary ?
@ 2002-05-22 23:01 Robert Rusek
  2002-05-22 23:01 ` Robert Rusek
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Robert Rusek @ 2002-05-22 23:01 UTC (permalink / raw)
  To: linux-mips

[-- Attachment #1: Type: text/plain, Size: 207 bytes --]

Is there anyway to run/execute irix 5/6 binaries in linux mips on an
Indy?  Good old Microsoft does not provide the source for it's frontpage
extensions, but they do provide a binary for IRIX.
 
Thanks
Rob.

[-- Attachment #2: Type: text/html, Size: 902 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Executing IRIX binary ?
  2002-05-22 23:01 Executing IRIX binary ? Robert Rusek
@ 2002-05-22 23:01 ` Robert Rusek
  2002-05-24 12:04 ` Håkon Eriksen
  2002-05-25  7:27 ` Ralf Baechle
  2 siblings, 0 replies; 18+ messages in thread
From: Robert Rusek @ 2002-05-22 23:01 UTC (permalink / raw)
  To: linux-mips

[-- Attachment #1: Type: text/plain, Size: 207 bytes --]

Is there anyway to run/execute irix 5/6 binaries in linux mips on an
Indy?  Good old Microsoft does not provide the source for it's frontpage
extensions, but they do provide a binary for IRIX.
 
Thanks
Rob.

[-- Attachment #2: Type: text/html, Size: 902 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: Executing IRIX binary ?
  2002-05-22 23:01 Executing IRIX binary ? Robert Rusek
  2002-05-22 23:01 ` Robert Rusek
@ 2002-05-24 12:04 ` Håkon Eriksen
  2002-05-24 12:04   ` Håkon Eriksen
  2002-05-25  7:27 ` Ralf Baechle
  2 siblings, 1 reply; 18+ messages in thread
From: Håkon Eriksen @ 2002-05-24 12:04 UTC (permalink / raw)
  To: Robert Rusek; +Cc: linux-mips

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 567 bytes --]

"Robert Rusek" <rrusek@teknuts.com> writes:

> Is there anyway to run/execute irix 5/6 binaries in linux mips on an
> Indy?  Good old Microsoft does not provide the source for it's frontpage
> extensions, but they do provide a binary for IRIX.

If FrontPage extensions is what you want, there are several ways of
getting this to run on linux. Microsoft may not supply the source, but
they do show you how to install it on Apache.
<URL:http://support.microsoft.com/default.aspx?scid=kb;EN-US;q202198> 
If this is not what you're looking for, try google.

-- 
 - håkon

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: Executing IRIX binary ?
  2002-05-24 12:04 ` Håkon Eriksen
@ 2002-05-24 12:04   ` Håkon Eriksen
  0 siblings, 0 replies; 18+ messages in thread
From: Håkon Eriksen @ 2002-05-24 12:04 UTC (permalink / raw)
  To: Robert Rusek; +Cc: linux-mips

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 567 bytes --]

"Robert Rusek" <rrusek@teknuts.com> writes:

> Is there anyway to run/execute irix 5/6 binaries in linux mips on an
> Indy?  Good old Microsoft does not provide the source for it's frontpage
> extensions, but they do provide a binary for IRIX.

If FrontPage extensions is what you want, there are several ways of
getting this to run on linux. Microsoft may not supply the source, but
they do show you how to install it on Apache.
<URL:http://support.microsoft.com/default.aspx?scid=kb;EN-US;q202198> 
If this is not what you're looking for, try google.

-- 
 - håkon

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: Executing IRIX binary ?
  2002-05-22 23:01 Executing IRIX binary ? Robert Rusek
  2002-05-22 23:01 ` Robert Rusek
  2002-05-24 12:04 ` Håkon Eriksen
@ 2002-05-25  7:27 ` Ralf Baechle
  2002-05-25 19:06   ` robru
  2 siblings, 1 reply; 18+ messages in thread
From: Ralf Baechle @ 2002-05-25  7:27 UTC (permalink / raw)
  To: Robert Rusek; +Cc: linux-mips

On Wed, May 22, 2002 at 04:01:07PM -0700, Robert Rusek wrote:

> Is there anyway to run/execute irix 5/6 binaries in linux mips on an
> Indy?  Good old Microsoft does not provide the source for it's frontpage
> extensions, but they do provide a binary for IRIX.

We have IRIX5 binary compatibility code in the kernel but I don't have
any reports about it's status ever since I integrated those patch in about
May '97.

  Ralf

^ permalink raw reply	[flat|nested] 18+ messages in thread

* RE: Executing IRIX binary ?
  2002-05-25  7:27 ` Ralf Baechle
@ 2002-05-25 19:06   ` robru
  2002-05-25 19:06     ` robru
                       ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: robru @ 2002-05-25 19:06 UTC (permalink / raw)
  To: 'Ralf Baechle'; +Cc: linux-mips

Ralf,

How can I find out if I compiled my kernel with the compatibility code?

Thanks,
Robert.

      -----Original Message-----
      From: owner-linux-mips@oss.sgi.com 
      [mailto:owner-linux-mips@oss.sgi.com] On Behalf Of Ralf Baechle
      Sent: Saturday, May 25, 2002 12:27 AM
      To: Robert Rusek
      Cc: linux-mips@oss.sgi.com
      Subject: Re: Executing IRIX binary ?
      
      
      On Wed, May 22, 2002 at 04:01:07PM -0700, Robert Rusek wrote:
      
      > Is there anyway to run/execute irix 5/6 binaries in 
      linux mips on an 
      > Indy?  Good old Microsoft does not provide the source for it's 
      > frontpage extensions, but they do provide a binary for IRIX.
      
      We have IRIX5 binary compatibility code in the kernel but 
      I don't have any reports about it's status ever since I 
      integrated those patch in about May '97.
      
        Ralf
      

^ permalink raw reply	[flat|nested] 18+ messages in thread

* RE: Executing IRIX binary ?
  2002-05-25 19:06   ` robru
@ 2002-05-25 19:06     ` robru
  2002-05-25 19:13     ` Steven J. Hill
  2002-05-25 22:44     ` Ralf Baechle
  2 siblings, 0 replies; 18+ messages in thread
From: robru @ 2002-05-25 19:06 UTC (permalink / raw)
  To: 'Ralf Baechle'; +Cc: linux-mips

Ralf,

How can I find out if I compiled my kernel with the compatibility code?

Thanks,
Robert.

      -----Original Message-----
      From: owner-linux-mips@oss.sgi.com 
      [mailto:owner-linux-mips@oss.sgi.com] On Behalf Of Ralf Baechle
      Sent: Saturday, May 25, 2002 12:27 AM
      To: Robert Rusek
      Cc: linux-mips@oss.sgi.com
      Subject: Re: Executing IRIX binary ?
      
      
      On Wed, May 22, 2002 at 04:01:07PM -0700, Robert Rusek wrote:
      
      > Is there anyway to run/execute irix 5/6 binaries in 
      linux mips on an 
      > Indy?  Good old Microsoft does not provide the source for it's 
      > frontpage extensions, but they do provide a binary for IRIX.
      
      We have IRIX5 binary compatibility code in the kernel but 
      I don't have any reports about it's status ever since I 
      integrated those patch in about May '97.
      
        Ralf
      

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: Executing IRIX binary ?
  2002-05-25 19:06   ` robru
  2002-05-25 19:06     ` robru
@ 2002-05-25 19:13     ` Steven J. Hill
  2002-05-25 22:44     ` Ralf Baechle
  2 siblings, 0 replies; 18+ messages in thread
From: Steven J. Hill @ 2002-05-25 19:13 UTC (permalink / raw)
  To: robru; +Cc: linux-mips

robru wrote:
> 
> How can I find out if I compiled my kernel with the compatibility code?
> 
I don't mean to be critical, but read the code. If you look in the
'arch/mips/config.in' file you will find:

if [ "$CONFIG_CPU_LITTLE_ENDIAN" = "n" ]; then
    bool 'Include IRIX binary compatibility' CONFIG_BINFMT_IRIX
    bool 'Include forward keyboard' CONFIG_FORWARD_KEYBOARD
fi

at around line #522. You have to be a big endian machine since IRIX is
itself a big endian operating system. This option is under the menu
'General setup'.

-S

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: Executing IRIX binary ?
       [not found] <000701c20420$cc5ce5e0$0a01a8c0@sohotower>
@ 2002-05-25 19:43 ` Steven J. Hill
  0 siblings, 0 replies; 18+ messages in thread
From: Steven J. Hill @ 2002-05-25 19:43 UTC (permalink / raw)
  To: Robert Rusek; +Cc: linux-mips

Robert Rusek wrote:
> 
> Thamk you for your reply, but I meant if I did not have the original
> source.  Is there anyway to tell from the binary?
> 
If your kernel hasn't been stripped, you could use 'nm' or 'readelf'
and look for 'irix' symbols. The second option is to try a SGI
system call number and see if the kernel tells you if that is a
valid system call or not.

-S

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: Executing IRIX binary ?
  2002-05-25 19:06   ` robru
  2002-05-25 19:06     ` robru
  2002-05-25 19:13     ` Steven J. Hill
@ 2002-05-25 22:44     ` Ralf Baechle
  2002-05-26 16:34       ` Robert Rusek
  2002-05-27 20:32       ` Robert Rusek
  2 siblings, 2 replies; 18+ messages in thread
From: Ralf Baechle @ 2002-05-25 22:44 UTC (permalink / raw)
  To: robru; +Cc: linux-mips

On Sat, May 25, 2002 at 12:06:29PM -0700, robru wrote:

> How can I find out if I compiled my kernel with the compatibility code?

Make sure you have CONFIG_BINFMT_IRIX set in the kernel configuration.

You'll also need to install IRIX libraries.

  Ralf

^ permalink raw reply	[flat|nested] 18+ messages in thread

* RE: Executing IRIX binary ?
  2002-05-25 22:44     ` Ralf Baechle
@ 2002-05-26 16:34       ` Robert Rusek
  2002-05-26 16:34         ` Robert Rusek
  2002-05-27 20:32       ` Robert Rusek
  1 sibling, 1 reply; 18+ messages in thread
From: Robert Rusek @ 2002-05-26 16:34 UTC (permalink / raw)
  To: 'Ralf Baechle'; +Cc: linux-mips

This may be a stupid question but which IRIX libraries?  All of them?
When I try to execute a IRIX biniary I get the following:

bash: ./owsadm: No such file or directory

Do I need to something special?

Thanks,
Robert.

      -----Original Message-----
      From: owner-linux-mips@oss.sgi.com 
      [mailto:owner-linux-mips@oss.sgi.com] On Behalf Of Ralf Baechle
      Sent: Saturday, May 25, 2002 3:44 PM
      To: robru
      Cc: linux-mips@oss.sgi.com
      Subject: Re: Executing IRIX binary ?
      
      
      On Sat, May 25, 2002 at 12:06:29PM -0700, robru wrote:
      
      > How can I find out if I compiled my kernel with the 
      compatibility 
      > code?
      
      Make sure you have CONFIG_BINFMT_IRIX set in the kernel 
      configuration.
      
      You'll also need to install IRIX libraries.
      
        Ralf
      

^ permalink raw reply	[flat|nested] 18+ messages in thread

* RE: Executing IRIX binary ?
  2002-05-26 16:34       ` Robert Rusek
@ 2002-05-26 16:34         ` Robert Rusek
  0 siblings, 0 replies; 18+ messages in thread
From: Robert Rusek @ 2002-05-26 16:34 UTC (permalink / raw)
  To: 'Ralf Baechle'; +Cc: linux-mips

This may be a stupid question but which IRIX libraries?  All of them?
When I try to execute a IRIX biniary I get the following:

bash: ./owsadm: No such file or directory

Do I need to something special?

Thanks,
Robert.

      -----Original Message-----
      From: owner-linux-mips@oss.sgi.com 
      [mailto:owner-linux-mips@oss.sgi.com] On Behalf Of Ralf Baechle
      Sent: Saturday, May 25, 2002 3:44 PM
      To: robru
      Cc: linux-mips@oss.sgi.com
      Subject: Re: Executing IRIX binary ?
      
      
      On Sat, May 25, 2002 at 12:06:29PM -0700, robru wrote:
      
      > How can I find out if I compiled my kernel with the 
      compatibility 
      > code?
      
      Make sure you have CONFIG_BINFMT_IRIX set in the kernel 
      configuration.
      
      You'll also need to install IRIX libraries.
      
        Ralf
      

^ permalink raw reply	[flat|nested] 18+ messages in thread

* RE: Executing IRIX binary ?
  2002-05-25 22:44     ` Ralf Baechle
  2002-05-26 16:34       ` Robert Rusek
@ 2002-05-27 20:32       ` Robert Rusek
  2002-05-27 20:32         ` Robert Rusek
                           ` (2 more replies)
  1 sibling, 3 replies; 18+ messages in thread
From: Robert Rusek @ 2002-05-27 20:32 UTC (permalink / raw)
  To: 'Ralf Baechle'; +Cc: linux-mips

Ralf,

Looks like I have the kernal compiled with the IRIX binary support.  How
do I go about executing the binaries?  When I try to execute it tells me
that the file is not found.

Thanks in advance,
Robert.

      -----Original Message-----
      From: owner-linux-mips@oss.sgi.com 
      [mailto:owner-linux-mips@oss.sgi.com] On Behalf Of Ralf Baechle
      Sent: Saturday, May 25, 2002 3:44 PM
      To: robru
      Cc: linux-mips@oss.sgi.com
      Subject: Re: Executing IRIX binary ?
      
      
      On Sat, May 25, 2002 at 12:06:29PM -0700, robru wrote:
      
      > How can I find out if I compiled my kernel with the 
      compatibility 
      > code?
      
      Make sure you have CONFIG_BINFMT_IRIX set in the kernel 
      configuration.
      
      You'll also need to install IRIX libraries.
      
        Ralf
      

^ permalink raw reply	[flat|nested] 18+ messages in thread

* RE: Executing IRIX binary ?
  2002-05-27 20:32       ` Robert Rusek
@ 2002-05-27 20:32         ` Robert Rusek
  2002-05-27 21:15         ` Florian Lohoff
  2002-05-28  6:46         ` Ralf Baechle
  2 siblings, 0 replies; 18+ messages in thread
From: Robert Rusek @ 2002-05-27 20:32 UTC (permalink / raw)
  To: 'Ralf Baechle'; +Cc: linux-mips

Ralf,

Looks like I have the kernal compiled with the IRIX binary support.  How
do I go about executing the binaries?  When I try to execute it tells me
that the file is not found.

Thanks in advance,
Robert.

      -----Original Message-----
      From: owner-linux-mips@oss.sgi.com 
      [mailto:owner-linux-mips@oss.sgi.com] On Behalf Of Ralf Baechle
      Sent: Saturday, May 25, 2002 3:44 PM
      To: robru
      Cc: linux-mips@oss.sgi.com
      Subject: Re: Executing IRIX binary ?
      
      
      On Sat, May 25, 2002 at 12:06:29PM -0700, robru wrote:
      
      > How can I find out if I compiled my kernel with the 
      compatibility 
      > code?
      
      Make sure you have CONFIG_BINFMT_IRIX set in the kernel 
      configuration.
      
      You'll also need to install IRIX libraries.
      
        Ralf
      

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: Executing IRIX binary ?
  2002-05-27 20:32       ` Robert Rusek
  2002-05-27 20:32         ` Robert Rusek
@ 2002-05-27 21:15         ` Florian Lohoff
  2002-05-27 21:58           ` Robert Rusek
  2002-05-28  6:46         ` Ralf Baechle
  2 siblings, 1 reply; 18+ messages in thread
From: Florian Lohoff @ 2002-05-27 21:15 UTC (permalink / raw)
  To: Robert Rusek; +Cc: 'Ralf Baechle', linux-mips

[-- Attachment #1: Type: text/plain, Size: 504 bytes --]

On Mon, May 27, 2002 at 01:32:43PM -0700, Robert Rusek wrote:
> Ralf,
> 
> Looks like I have the kernal compiled with the IRIX binary support.  How
> do I go about executing the binaries?  When I try to execute it tells me
> that the file is not found.

Are you shure you have the dynamic loader + libc + other libs of IRIX
installed in your system ?

Flo
-- 
Florian Lohoff                  flo@rfc822.org             +49-5201-669912
                        Heisenberg may have been here.

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread

* RE: Executing IRIX binary ?
  2002-05-27 21:15         ` Florian Lohoff
@ 2002-05-27 21:58           ` Robert Rusek
  2002-05-27 21:58             ` Robert Rusek
  0 siblings, 1 reply; 18+ messages in thread
From: Robert Rusek @ 2002-05-27 21:58 UTC (permalink / raw)
  To: flo; +Cc: 'Ralf Baechle', linux-mips

I have IRIX binary support turned on in the kernel.  I can copy over my
IRIX libs from my old IRIX partition (I just do not know which ones).  I
don't think I have the dynamic loader?  How would I check to see if I
have it?  If not where would I get it?  Sorry about all these newbie
questions it is just that I need to be able to run the IRIX version of
fronpage server extensions since MS does not provide the open source.

Thanks,
Robert.

      -----Original Message-----
      From: flo@rfc822.org [mailto:flo@rfc822.org] 
      Sent: Monday, May 27, 2002 2:15 PM
      To: Robert Rusek
      Cc: 'Ralf Baechle'; linux-mips@oss.sgi.com
      Subject: Re: Executing IRIX binary ?
      
      
      On Mon, May 27, 2002 at 01:32:43PM -0700, Robert Rusek wrote:
      > Ralf,
      > 
      > Looks like I have the kernal compiled with the IRIX 
      binary support.  
      > How do I go about executing the binaries?  When I try 
      to execute it 
      > tells me that the file is not found.
      
      Are you shure you have the dynamic loader + libc + other 
      libs of IRIX installed in your system ?
      
      Flo
      -- 
      Florian Lohoff                  flo@rfc822.org            
       +49-5201-669912
                              Heisenberg may have been here.
      

^ permalink raw reply	[flat|nested] 18+ messages in thread

* RE: Executing IRIX binary ?
  2002-05-27 21:58           ` Robert Rusek
@ 2002-05-27 21:58             ` Robert Rusek
  0 siblings, 0 replies; 18+ messages in thread
From: Robert Rusek @ 2002-05-27 21:58 UTC (permalink / raw)
  To: flo; +Cc: 'Ralf Baechle', linux-mips

I have IRIX binary support turned on in the kernel.  I can copy over my
IRIX libs from my old IRIX partition (I just do not know which ones).  I
don't think I have the dynamic loader?  How would I check to see if I
have it?  If not where would I get it?  Sorry about all these newbie
questions it is just that I need to be able to run the IRIX version of
fronpage server extensions since MS does not provide the open source.

Thanks,
Robert.

      -----Original Message-----
      From: flo@rfc822.org [mailto:flo@rfc822.org] 
      Sent: Monday, May 27, 2002 2:15 PM
      To: Robert Rusek
      Cc: 'Ralf Baechle'; linux-mips@oss.sgi.com
      Subject: Re: Executing IRIX binary ?
      
      
      On Mon, May 27, 2002 at 01:32:43PM -0700, Robert Rusek wrote:
      > Ralf,
      > 
      > Looks like I have the kernal compiled with the IRIX 
      binary support.  
      > How do I go about executing the binaries?  When I try 
      to execute it 
      > tells me that the file is not found.
      
      Are you shure you have the dynamic loader + libc + other 
      libs of IRIX installed in your system ?
      
      Flo
      -- 
      Florian Lohoff                  flo@rfc822.org            
       +49-5201-669912
                              Heisenberg may have been here.
      

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: Executing IRIX binary ?
  2002-05-27 20:32       ` Robert Rusek
  2002-05-27 20:32         ` Robert Rusek
  2002-05-27 21:15         ` Florian Lohoff
@ 2002-05-28  6:46         ` Ralf Baechle
  2 siblings, 0 replies; 18+ messages in thread
From: Ralf Baechle @ 2002-05-28  6:46 UTC (permalink / raw)
  To: Robert Rusek; +Cc: linux-mips

On Mon, May 27, 2002 at 01:32:43PM -0700, Robert Rusek wrote:

> Looks like I have the kernal compiled with the IRIX binary support.  How
> do I go about executing the binaries?  When I try to execute it tells me
> that the file is not found.

The file it didn't find is the dynamic linker /usr/lib/libc.so.1.  You
have to install this file and others in special magic places.  Also the
kernel contains broken code to distinguish IRIX and Linux executables
which you'd have to fix first before the code has any chance of working.

  Ralf

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2002-05-28  6:45 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-22 23:01 Executing IRIX binary ? Robert Rusek
2002-05-22 23:01 ` Robert Rusek
2002-05-24 12:04 ` Håkon Eriksen
2002-05-24 12:04   ` Håkon Eriksen
2002-05-25  7:27 ` Ralf Baechle
2002-05-25 19:06   ` robru
2002-05-25 19:06     ` robru
2002-05-25 19:13     ` Steven J. Hill
2002-05-25 22:44     ` Ralf Baechle
2002-05-26 16:34       ` Robert Rusek
2002-05-26 16:34         ` Robert Rusek
2002-05-27 20:32       ` Robert Rusek
2002-05-27 20:32         ` Robert Rusek
2002-05-27 21:15         ` Florian Lohoff
2002-05-27 21:58           ` Robert Rusek
2002-05-27 21:58             ` Robert Rusek
2002-05-28  6:46         ` Ralf Baechle
     [not found] <000701c20420$cc5ce5e0$0a01a8c0@sohotower>
2002-05-25 19:43 ` Steven J. Hill

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox