LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-28-2005, 05:45 AM   #1
Daley
LQ Newbie
 
Registered: Jun 2005
Location: Sheffield, UK
Distribution: Fedora core 4
Posts: 2

Rep: Reputation: 0
Installing Matlab 7 on Fedora 4


Hi everyone

I'm trying to install Matlab 7 (R14) from CD on Fedora 4, but am not having much luck.

I first tried on a Dell Dimension 4300 and got the following output:


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/24582tmwinstall/update/bin/glnx86/xsetup: error while loading share d libraries: /tmp/24582tmwinstall/update/bin/glnx86/libmwins.so: cannot restore segment prot after reloc: Permission 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

-------------------------------------------------------------------
/tmp/24582tmwinstall/update/install/abort.sh: line 15: /tmp/24582tmwinstall/upda te/install/cleanup.sh: No such file or directory


I then tried "/media/cdrom/install -t", but got the output:


/tmp/24705tmwinstall/update/bin/glnx86/xsetup: error while loading shared libraries: /tmp/24705tmwinstall/update/bin/glnx86/libmwins.so: cannot restore segment prot after reloc: Permission denied


After that I tried installing it on a different PC and got exactly the same error messages. This PC was previously Fedora 3, and Matlab 7 had worked fine on that. With the same installation discs however, it wouldn't install on Fedora 4.


Any ideas?

Thanks
 
Old 06-29-2005, 05:15 PM   #2
pavodive
LQ Newbie
 
Registered: Oct 2004
Distribution: fedora core 3
Posts: 22

Rep: Reputation: 15
Daley;

This didn't work for me, but it may work for you (it worked for others in a redhat forum)... take a look at http://www.linuxquestions.org/questi...hreadid=338231 , I'm having a similar problem with acroread.

It seems the problem is caused by SElinux...

If you succeed making it run, please post here any relevant info, thanks.

PavoDive.
 
Old 07-01-2005, 06:37 AM   #3
Daley
LQ Newbie
 
Registered: Jun 2005
Location: Sheffield, UK
Distribution: Fedora core 4
Posts: 2

Original Poster
Rep: Reputation: 0
Update:

Yeah it was related to SE Linux settings. I posted this on linuxforums.org, and a few other people said they'd had exactly the same problem.

You need to use "/usr/bin/setenforce 0" (as root), then install. The guy there said to run the installation in text mode, but I ran it in GUI mode and it still works fine.
 
Old 10-22-2005, 05:16 AM   #4
pelias
LQ Newbie
 
Registered: Oct 2005
Distribution: Fedora core 4
Posts: 2

Rep: Reputation: 0
Unhappy Still cant' install matlab

Dear all,

I have tried setenforce 0 and still can't install matlab with or without -t switch. I am searching for many weeks but still can't find a case like mine. Has anyone faced and solved this problem???



root@lycos Matlab7]# setenforce 0
setenforce: SELinux is disabled
[root@lycos Matlab7]# /mnt/cdrom/install -t

Welcome to the MATLAB Installer

---------------------------------------------------------------------------
bla - bla

----------------------------------------------------------------------------
>>>>>>>> For this License Agreement <<<<<<<<
Enter either: <return> a r p ^C
To: [next screen] [accept] [reject] [print] [abort]
----------------------------------------------------------------------------
> a

Welcome to the MATLAB R14 installer.

(c) Copyright 1984-2004 by The MathWorks, Inc.
(508) 647-7000

Enter the MATLAB root directory > [/opt/Matlab7]
/tmp/27203tmwinstall/update/install/main.sh: line 244: 27394 Segmentation fault "$xsetup" $arglist
[root@lycos Matlab7]#


Thanks in advance for your answer
 
Old 11-12-2005, 09:02 AM   #5
Deike
LQ Newbie
 
Registered: Nov 2005
Posts: 1

Rep: Reputation: 0
Smile matlab 7 under fc4

I had the same problem. The solution was to disable selinux with "usr/sbin/setenforce 0" as root (afterwards enable it again with "usr/sbin/setenforce 1").
 
Old 12-04-2005, 07:06 AM   #6
pe1jmj
LQ Newbie
 
Registered: Aug 2003
Posts: 3

Rep: Reputation: 0
Olah,

I am running an amd athlon 64 compaq machine and want to install matlab r14sp2 OS=suse 10.0


I am stil getting the segmentation fault from the shell scripts.
/tmp/7644tmwinstall/update/install/main.sh: line 244: 7888 Segmentation fault "$xsetup" $arglist

did a setenforce 0
copied the stuff in a directory
exported MLM_LICENSE_FILE
but still it won't install.
any suggestions....

tnx in advance,
Cees
 
Old 06-11-2006, 09:38 AM   #7
saigovind
LQ Newbie
 
Registered: Jun 2006
Posts: 1

Rep: Reputation: 0
hello

I have fedora core 5 in my system. I entriely new user to it. please help me out in installing Matlab R!4 in mu system. idont have any idea about it

thanks in advance.
 
Old 02-17-2007, 05:25 PM   #8
play_play
LQ Newbie
 
Registered: Feb 2007
Posts: 9

Rep: Reputation: 0
Cool

##########

Last edited by play_play; 02-18-2007 at 01:42 PM.
 
Old 02-18-2007, 10:03 AM   #9
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Quote:
Originally Posted by play_play
some problem here.... I got UNIX version matlab from a friend but have no clue how to instal it!! I downloaded and installed fedora. Why the install doesn't run like in windows??
Please do not hijack other peoples threads or start multiple posts about the same issue. Multiple posts about the same thing in different threads are just messy and make it difficult for others to follow the discussion and help you out.
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing MAtlab on Linux? mfrangos79 Linux - Software 2 07-13-2005 10:47 PM
Terminal cmd for starting Matlab M-file editor without starting matlab fubzot Linux - Software 2 02-15-2005 06:49 AM
problems installing MATLAB on mandrake 10.1 mat_uk111 Mandriva 1 02-11-2005 10:12 AM
MATLAB GUI on Fedora Core 2 fixed? long post. paulo Fedora 4 06-18-2004 03:41 AM
Installing Matlab 6.5 with Gentoo Frederik Linux - Software 4 05-20-2004 06:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:57 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration