Thread Subject: Installation still fails on Debian

Subject: Installation still fails on Debian

From: Merciadri Luca

Date: 3 Nov, 2009 09:30:46

Message: 1 of 3

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I used to install my MATLAB 7 successfully but it was really tricky. I
am here unable to install it on this PC.

I do not have any
* privilege problems,
* mounting problems.

When I am in /usr/local/matlab7 (i.e. the directory where I want
matlab to be installed), I go to my cd1, type ``install'' and it
results in

- -------------------------------------------------------------------

    An error status was returned by the program 'xsetup',
    the X Window System version of 'install'. The following
    messages were written to standard error:

        /tmp/6028tmwinstall/update/install/main.sh: line 179: /tmp/6028tmwinstall/update/bin/glnx86/xsetup: cannot execute binary file

    Attempt to fix the problem and try again. If X is not available
    or 'xsetup' cannot be made to work then try the terminal
    version of 'install' using the command:

            install* -t or INSTALL* -t

- -------------------------------------------------------------------

I do not understand why I receive such a message about xsetup. This
file is found here, as, if I modify its extension or its path, it is not
found anymore. Why ``cannot execute binary file''?

Also,

# apt-get install libxp6 libxt6 libxtst6
Reading package lists... Done
Building dependency tree
Reading state information... Done
libxp6 is already the newest version.
libxt6 is already the newest version.
libxtst6 is already the newest version.

Any idea would be much appreciated after hours of Googling. Thanks.
- --
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>

iEYEARECAAYFAkrv+EUACgkQM0LLzLt8MhzFbwCgiwoQJxawkBHeAU97z+Ny7GqM
ly4AoJIgD+msob70nNUU0thrUKCYpSut
=CjlV
-----END PGP SIGNATURE-----

Subject: Installation still fails on Debian

From: Steven Lord

Date: 3 Nov, 2009 14:30:05

Message: 2 of 3


"Merciadri Luca" <Luca.Merciadri@student.ulg.ac.be> wrote in message
news:87ws28ez09.fsf@merciadriluca-eee.WORKGROUP...
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi,
>
> I used to install my MATLAB 7 successfully but it was really tricky. I
> am here unable to install it on this PC.
>
> I do not have any
> * privilege problems,
> * mounting problems.
>
> When I am in /usr/local/matlab7 (i.e. the directory where I want
> matlab to be installed), I go to my cd1, type ``install'' and it
> results in
>
> - -------------------------------------------------------------------
>
> An error status was returned by the program 'xsetup',
> the X Window System version of 'install'. The following
> messages were written to standard error:
>
> /tmp/6028tmwinstall/update/install/main.sh: line 179:
> /tmp/6028tmwinstall/update/bin/glnx86/xsetup: cannot execute binary file
>
> Attempt to fix the problem and try again. If X is not available
> or 'xsetup' cannot be made to work then try the terminal
> version of 'install' using the command:
>
> install* -t or INSTALL* -t

Have you tried this?

> I do not understand why I receive such a message about xsetup. This
> file is found here, as, if I modify its extension or its path, it is not
> found anymore. Why ``cannot execute binary file''?
>
> Also,
>
> # apt-get install libxp6 libxt6 libxtst6
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> libxp6 is already the newest version.
> libxt6 is already the newest version.
> libxtst6 is already the newest version.
>
> Any idea would be much appreciated after hours of Googling. Thanks.

If the "install* -t" syntax doesn't work, you should contact Technical
Support for assistance.

--
Steve Lord
slord@mathworks.com
comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ

Subject: Installation still fails on Debian

From: Merciadri Luca

Date: 3 Nov, 2009 22:39:54

Message: 3 of 3

On Nov 3, 3:30 pm, "Steven Lord" <sl...@mathworks.com> wrote:
> "Merciadri Luca" <Luca.Mercia...@student.ulg.ac.be> wrote in message
>
> news:87ws28ez09.fsf@merciadriluca-eee.WORKGROUP...
>
>
>
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
>
> > Hi,
>
> > I used to install my MATLAB 7 successfully but it was really tricky. I
> > am here unable to install it on this PC.
>
> > I do not have any
> > * privilege problems,
> > * mounting problems.
>
> > When I am in /usr/local/matlab7 (i.e. the directory where I want
> > matlab to be installed), I go to my cd1, type ``install'' and it
> > results in
>
> > - -------------------------------------------------------------------
>
> >    An error status was returned by the program 'xsetup',
> >    the X Window System version of 'install'. The following
> >    messages were written to standard error:
>
> >        /tmp/6028tmwinstall/update/install/main.sh: line 179:
> > /tmp/6028tmwinstall/update/bin/glnx86/xsetup: cannot execute binary file
>
> >    Attempt to fix the problem and try again. If X is not available
> >    or 'xsetup' cannot be made to work then try the terminal
> >    version of 'install' using the command:
>
> >            install* -t    or    INSTALL* -t
>
> Have you tried this?
>
> > I do not understand why I receive such a message about xsetup. This
> > file is found here, as, if I modify its extension or its path, it is not
> > found anymore. Why ``cannot execute binary file''?
>
> > Also,
>
> > # apt-get install libxp6 libxt6 libxtst6
> > Reading package lists... Done
> > Building dependency tree
> > Reading state information... Done
> > libxp6 is already the newest version.
> > libxt6 is already the newest version.
> > libxtst6 is already the newest version.
>
> > Any idea would be much appreciated after hours of Googling. Thanks.
>
> If the "install* -t" syntax doesn't work, you should contact Technical
> Support for assistance.
>
> --
> Steve Lord
> sl...@mathworks.com
> comp.soft-sys.matlab (CSSM) FAQ:http://matlabwiki.mathworks.com/MATLAB_FAQ

Steven, thanks for your answer. For sure. Why could xsetup be taken as
a binary file? What should it be (taken as)?

Thanks.

Tags for this Thread

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

rssFeed for this Thread
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com