LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   I am missing something here, CANNOT INSTALL MATLAB7 (https://www.linuxquestions.org/questions/linux-newbie-8/i-am-missing-something-here-cannot-install-matlab7-575683/)

Vassos 08-08-2007 01:36 PM

I am missing something here, CANNOT INSTALL MATLAB7
 
i hope the answer to this will be very simple

I downloaded matlab7_R14 in 3 iso format.
Firt i tried to install it from the iso's by mounting them on the hard disk.
Everything was going ok when i finally got a message saying:

Setup aborted . . .
The installer cannot be run when your current directory is on the CD.
Change to the target MATLAB installation directory and rerun the installer.

Then i was told to try and burn the cd and try again. I did that to but the same problem occurs.
The instructions say just 'call' ./install from the place where the cd is mounted.
I also tried different options of install but nothing.
I also read the install file and i got nothing it should work

ilikejam 08-08-2007 03:38 PM

I hate to say it, but I think the clue is in the error message. The instructions are probably wrong.

cd to the install directory, and run the installer from there.

Vassos 08-08-2007 05:11 PM

i thought so
but the problem is ,how do i run the installer from a different directory????

ilikejam 08-08-2007 07:18 PM

Just enter the full path of the installer, e.g.

$ /mnt/cdrom/install

assuming the CD is mounted at /mnt/cdrom.

Dave

praveen2600 08-09-2007 09:57 AM

matlab installation
 
hi

i tried with ./install -glnx86 for suse 10.0 matlab. after installation i tried to setup flexlm. i ran commond
./install_matlab 4 -glnx86

it ran properly. but when i tried lmstat then output was showing a problem. output is below:

phy15:/usr/local/matlab/etc/glnx86 # ./lmstat
lmstat - Copyright (c) 1989-2003 by Macrovision Corporation. All rights reserved.
Flexible License Manager status on Thu 8/9/2007 19:17

License server status: 5353@localhost
License file(s) on localhost: /usr/local/flexlm/licenses/license.dat:@phy15:license.lic:

lmgrd is not running: Cannot connect to license server (-15,570:111 "Connection refused")
-----------------
I was surprised to see that there was no /usr/local/flexlm/licenses/license.dat file for me. I created /usr/local/flexlm/licenses/ and copied licence.dat and license.lic here

again i tried with lmstat

pathak@phy15:/usr/local/matlab/etc/glnx86> ./lmstat
lmstat - Copyright (c) 1989-2003 by Macrovision Corporation. All rights reserved.
Flexible License Manager status on Thu 8/9/2007 19:51

License server status: 5353@localhost
License file(s) on localhost: /usr/local/flexlm/licenses/license.dat:27000@phy15:license.lic:

lmgrd is not running: Cannot connect to license server (-15,570:111 "Connection refused")

----------------------------------------------------------------------------
License server status: 27000@phy15
License file(s) on phy15: /usr/local/flexlm/licenses/license.dat:

phy15: license server UP (MASTER) v9.2

Vendor daemon status (on phy15):

MLM: The desired vendor daemon is down (-97,121)


Tel me if some body has solution.

temtoy 08-23-2007 01:22 AM

i got a message too
 
+----------------------------------------------------------------------+
[root@JeeHwang /]# cd /media/MathWorks_R14_1/
[root@JeeHwang MathWorks_R14_1]# ./install

Setup aborted . . .
The installer cannot be run when your current directory is on the CD.
Change to the target MATLAB installation directory and rerun the installer.

[root@JeeHwang MathWorks_R14_1]# cd /usr/local/matlab7
[root@JeeHwang matlab7]# /media/MathWorks_R14_1/install

(install is work!!)
+----------------------------------------------------------------------+

(in install document)
Note. Do not move to the newly mounted CD-ROM directory. Depending on
which products you are installing, the installer might require you to insert
another product CD during installation.

in short, run '(iso or cd mounted directory)/install' in another directory.(not mounted directory)
i wish it will be help


All times are GMT -5. The time now is 10:06 AM.