compiling rdesktop? - SGI
This is a discussion on compiling rdesktop? - SGI ; Moin,
we shutdown our citrix server soon so I have to give rdesktop to our
remaining IRIX users.
To run configure and to compile was no problem, but it's not possible to
start the binary:
renner@centaurus:/home/renner/rdesktop-1.3.1 $ ./rdesktop
bash: ./rdesktop: ...
-
compiling rdesktop?
Moin,
we shutdown our citrix server soon so I have to give rdesktop to our
remaining IRIX users.
To run configure and to compile was no problem, but it's not possible to
start the binary:
renner@centaurus:/home/renner/rdesktop-1.3.1 $ ./rdesktop
bash: ./rdesktop: Bad request code
renner@centaurus:/home/renner/rdesktop-1.3.1 $ strace rdesktop
execve("/home/renner/rdesktop-1.3.1/rdesktop", ["rdesktop"], [/* 39 vars
*/]) = -1 EBADRQC (Bad request code)
syssgi(0x5c /* SGI_??? */, 0x1, 0x2f, 0x7fff24fc, 0, 0x7fff2598) = 0
xstat(2, "/usr/lib/locale/C/LC_MESSAGES/uxsyserr", 0x7fff24fc) = -1
ENOENT (No such file or directory)
xstat(2, "/usr/lib/locale/C/Xopen/LC_MESSAGES/uxsyserr", 0x7fff24fc) =
-1 ENOENT (No such file or directory)
xstat(2, "/usr/lib/locale/C/LC_MESSAGES/uxsyserr.cat", 0x7fff24fc) = -1
ENOENT (No such file or directory)
write(2, "strace: exec", 12strace: exec) = 12
write(2, ": ", 2: ) = 2
write(2, "Bad request code", 16Bad request code) = 16
write(2, "\n", 1
) = 1
_exit(1)
renner@centaurus:/home/renner/rdesktop-1.3.1 $ file rdesktop
rdesktop: ELF N32 MSB mips-4 dynamic executable (not stripped)
MIPS - version 1
What can be wrong?
--
|Michael Renner E-mail: michael.renner@gmx.de |
|D-72072 Tuebingen Germany |
|Germany Don't drink as root! ESC:wq
-
Re: compiling rdesktop?
your box is either missing the X libs or does not have them in the lib
path. Have you tried installing rdesktop from the tardist package? I think
I saw it on www.nekochan.net in his downloads section.
*********************
Khalid Schofield
System Administrator / EM Technician
Dept. Of Materials
University Of Oxford
Parks Road
Oxford
OX1 3PH
Email: khalid.schofield@materials.ox.ac.uk
Tel: 01865 273785
Fax: 01865 283333
Web: http://www-em.materials.ox.ac.uk/peo...eld/index.html
On Thu, 26 Feb 2004, Michael Renner wrote:
> Moin,
>
> we shutdown our citrix server soon so I have to give rdesktop to our
> remaining IRIX users.
>
> To run configure and to compile was no problem, but it's not possible to
> start the binary:
>
> renner@centaurus:/home/renner/rdesktop-1.3.1 $ ./rdesktop
> bash: ./rdesktop: Bad request code
>
> renner@centaurus:/home/renner/rdesktop-1.3.1 $ strace rdesktop
> execve("/home/renner/rdesktop-1.3.1/rdesktop", ["rdesktop"], [/* 39 vars
> */]) = -1 EBADRQC (Bad request code)
> syssgi(0x5c /* SGI_??? */, 0x1, 0x2f, 0x7fff24fc, 0, 0x7fff2598) = 0
> xstat(2, "/usr/lib/locale/C/LC_MESSAGES/uxsyserr", 0x7fff24fc) = -1
> ENOENT (No such file or directory)
> xstat(2, "/usr/lib/locale/C/Xopen/LC_MESSAGES/uxsyserr", 0x7fff24fc) =
> -1 ENOENT (No such file or directory)
> xstat(2, "/usr/lib/locale/C/LC_MESSAGES/uxsyserr.cat", 0x7fff24fc) = -1
> ENOENT (No such file or directory)
> write(2, "strace: exec", 12strace: exec) = 12
> write(2, ": ", 2: ) = 2
> write(2, "Bad request code", 16Bad request code) = 16
> write(2, "\n", 1
> ) = 1
> _exit(1)
>
> renner@centaurus:/home/renner/rdesktop-1.3.1 $ file rdesktop
> rdesktop: ELF N32 MSB mips-4 dynamic executable (not stripped)
> MIPS - version 1
>
> What can be wrong?
> --
>
> |Michael Renner E-mail: michael.renner@gmx.de |
> |D-72072 Tuebingen Germany |
> |Germany Don't drink as root! ESC:wq
>
-
Re: compiling rdesktop?
Michael Renner wrote:
: To run configure and to compile was no problem, but it's not possible to
: start the binary:
: renner@centaurus:/home/renner/rdesktop-1.3.1 $ ./rdesktop
: bash: ./rdesktop: Bad request code
: renner@centaurus:/home/renner/rdesktop-1.3.1 $ file rdesktop
: rdesktop: ELF N32 MSB mips-4 dynamic executable (not stripped)
: MIPS - version 1
Maybe your system can't run mips4 code?
I had no trouble compiling and running it on IRIX 6.2
and the binary should run everywhere (> R4k):
ftp://diis.unizar.es/pub/unix/comm/r...mips-irix6.tgz
(untar it from /; it will install files on /usr/local only)
--
finger spd@shiva.cps.unizar.es for PGP /
..mailcap tip of the day: / La vida es una carcel
application/ms-tnef; cat '%s' > /dev/null / con las puertas abiertas
text/x-vcard; cat '%s' > /dev/null / (A. Calamaro)
-
Re: compiling rdesktop?
On 2004-02-27, J.A. Gutierrez wrote:
> Michael Renner wrote:
>
>
>: To run configure and to compile was no problem, but it's not possible to
>: start the binary:
[...]
> ftp://diis.unizar.es/pub/unix/comm/r...mips-irix6.tgz
Thanks for the link, but I get a 'connection refused'
Can you find the tar ball on your machine? It would be very kind if you
would mail it to me.
Thanks
--
|Michael Renner E-mail: michael.renner@gmx.de |
|D-72072 Tuebingen Germany |
|Germany Don't drink as root! ESC:wq
-
Re: compiling rdesktop?
On 2004-02-27, Khalid Schofield wrote:
> your box is either missing the X libs or does not have them in the lib
> path. Have you tried installing rdesktop from the tardist package? I think
> I saw it on www.nekochan.net in his downloads section.
Moin,
I will check for the libraries, thanks.
I found only the version 1.2 at nekochan.net. I tried this version
before, but I had some problems with the keyboard support.
CU
--
|Michael Renner E-mail: michael.renner@gmx.de |
|D-72072 Tuebingen Germany |
|Germany Don't drink as root! ESC:wq
-
Re: compiling rdesktop?
"Michael Renner" schrieb im Newsbeitrag
news:hmahh1-8pb.ln1@gemini.qad.org...
> On 2004-02-27, Khalid Schofield wrote:
> > your box is either missing the X libs or does not have them in the lib
> > path. Have you tried installing rdesktop from the tardist package? I
think
> > I saw it on www.nekochan.net in his downloads section.
>
> Moin,
>
> I will check for the libraries, thanks.
> I found only the version 1.2 at nekochan.net. I tried this version
> before, but I had some problems with the keyboard support.
Dont know what desktop is but it compiles out of the box on my o200.
http://origin.takenet.de/rdesktop-1.3.1_IRIX_mips4.tgz
Let my know it if works otherwise i can move into the dumpster 
regards
Joerg Behrens