Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Absolute Beginner Talk
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

Absolute Beginner Talk
The perfect starting place to find out more about computers, Linux and Ubuntu.

 
Thread Tools Display Modes
Old December 7th, 2007   #1
Eezyville
Just Give Me the Beans!
 
Eezyville's Avatar
 
Join Date: Jul 2007
Beans: 63
Angry Help installing MATLAB

I've looked around for days and I cannot figure out how to install matlab in my linux laptop. Please tell me what I need to install to get it to work. Here's my specs:

HP dv9000z, Ubuntu Feisty Fawn
AMD Turion64 2.2 GHz
2 Gigs of ram
Nvidia GeForce Go 7600

I tried to install MATLAB R2007a from the DVD but I didn't have permissions so I copied everything to my home folder and changed permissions. I typed in:

PHP Code:
sudo ./install_unix.sh 
but I got,

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

        /
home/chris/matlab/unix/update/install/main.sh168: /home/chris/matlab/unix/update/bin/glnx86/xsetupPermission denied

    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

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

    
SorrySetup aborted . . . 
So then I typed in

PHP Code:
./install_unix.sh -
and a few lines later I got

PHP Code:
/home/chris/matlab/unix/update/install/main.sh582: /home/chris/matlab/unix/update/bin/glnx86/xsetupPermission denied 
I've read online that I need to install X-window so i did through Synaptic Package Manager but still got the same errors. Plz help.
Eezyville is offline   Reply With Quote
Old December 7th, 2007   #2
taurus
Run, little guy, run...
 
taurus's Avatar
 
Join Date: Oct 2005
Location: Jacksonville, FL
Beans: 29,553
Ubuntu 9.10 Karmic Koala
Send a message via Yahoo to taurus
Re: Help installing MATLAB

Try changing the permissions first before running the installer again.

Code:
chmod -R 755 /home/chris/matlab
__________________
In the world of Linux, who needs Windows and Gates...

Got most of my golden beans at an auction on eBay (with a couple of free drinks).
taurus is offline   Reply With Quote
Old December 7th, 2007   #3
spiderbatdad
on a pale blue spec of dust
 
spiderbatdad's Avatar
 
Join Date: Nov 2005
Location: NEK Vermont
My beans are hidden!
Re: Help installing MATLAB

this might be a case where being root would be beneficial during the install. That is, creating a root account and becoming SU then install. I'm wondering, too, if you have install instructions for this program? Do you need to autogen or some other step missing?
__________________
spiderbatdad is offline   Reply With Quote
Old December 7th, 2007   #4
Eezyville
Just Give Me the Beans!
 
Eezyville's Avatar
 
Join Date: Jul 2007
Beans: 63
Re: Help installing MATLAB

I have changed the permissions of the directory where matlab is before I posted the problem so that cannot be the issue. The instructions that came from mathworks is not helpful at all. I'll try to install as root. Thanks for the responses.
Eezyville is offline   Reply With Quote
Old December 7th, 2007   #5
Eezyville
Just Give Me the Beans!
 
Eezyville's Avatar
 
Join Date: Jul 2007
Beans: 63
Re: Help installing MATLAB

I got the same error in root. Am I missing something?
Eezyville is offline   Reply With Quote
Old December 7th, 2007   #6
spiderbatdad
on a pale blue spec of dust
 
spiderbatdad's Avatar
 
Join Date: Nov 2005
Location: NEK Vermont
My beans are hidden!
Re: Help installing MATLAB

I'm not familiar with the type of install you are trying, sorry. I did notice you must have glibc-2.3.6 or later. Have you installed this dependency?
__________________
spiderbatdad is offline   Reply With Quote
Old December 7th, 2007   #7
Whiffle
May the Ubuntu Be With You!
 
Whiffle's Avatar
 
Join Date: Mar 2005
Location: Texas
Beans: 1,710
Ubuntu 9.04 Jaunty Jackalope
Re: Help installing MATLAB

try doing

sudo sh install_unix.sh

directly off the cd...
__________________
100 buckets of bits on the bus,
100 buckets of bits,
Take one down, short it to ground,
FF buckets of bits on the bus.
Whiffle is offline   Reply With Quote
Old December 7th, 2007   #8
Eezyville
Just Give Me the Beans!
 
Eezyville's Avatar
 
Join Date: Jul 2007
Beans: 63
Re: Help installing MATLAB

Quote:
Originally Posted by Whiffle View Post
try doing

sudo sh install_unix.sh

directly off the cd...
I tried it directly from the dvd and got the same error. I even switched over to root and it gave me the,
PHP Code:
-------------------------------------------------------------------

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

        /
media/cdrom0/unix/update/install/main.sh168: /media/cdrom0/unix/update/bin/glnx86/xsetupPermission denied

    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

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

    
SorrySetup aborted . . . 
error as root.

Quote:
Originally Posted by spiderbatdad View Post
found important instructions here:
http://www.mathworks.com/access/help...l/install.html



If you are installing from a DVD, execute the following command to run the MathWorks Installer.

/dvd/install &

If you are installing from downloaded files, extract the installer in the $TEMP directory. For example, on Linux systems run the following command.

tar -xf boot.ftp

Once you have expanded all the installer files in the $TEMP directory, execute the appropriate command to run the MathWorks installer on your platform.

./install

The installer displays the following welcome dialog box.

and so on....
Those are the same instructions that came with the student version and they don't address this issue. I'll look more at the site and try to contact mathworks.

Thanks for the help.

EDIT: I've requested help from mathworks and I'm waiting on a reply.

Last edited by Eezyville; December 7th, 2007 at 09:16 PM..
Eezyville is offline   Reply With Quote
Old December 7th, 2007   #9
spiderbatdad
on a pale blue spec of dust
 
spiderbatdad's Avatar
 
Join Date: Nov 2005
Location: NEK Vermont
My beans are hidden!
Re: Help installing MATLAB

found important instructions here:
http://www.mathworks.com/access/help...l/install.html



If you are installing from a DVD, execute the following command to run the MathWorks Installer.

/dvd/install &

If you are installing from downloaded files, extract the installer in the $TEMP directory. For example, on Linux systems run the following command.

tar -xf boot.ftp

Once you have expanded all the installer files in the $TEMP directory, execute the appropriate command to run the MathWorks installer on your platform.

./install

The installer displays the following welcome dialog box.

and so on....
__________________
spiderbatdad is offline   Reply With Quote
Old January 3rd, 2008   #10
ai2068
First Cup of Ubuntu
 
Join Date: Jul 2006
My beans are hidden!
Re: Help installing MATLAB

I have exactly the same problem. If you find a solution, could you post it here?
ai2068 is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:54 PM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry