LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   need help installing matlab 2008a (https://www.linuxquestions.org/questions/linux-software-2/need-help-installing-matlab-2008a-642186/)

zero_cool666 05-14-2008 01:39 PM

need help installing matlab 2008a
 
Hey um trying to install matlab for unix 2008a without any success.. I realy need help in this regard.. When I mount the ISO image and open the matlab directory and run 'install &' or './install' .. It gives an error like

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

/mnt/ISO/update/bin/glnx86/xsetup: error while loading shared libraries: libXp.so.6: cannot open shared object file: No such file or directory

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
-------------------------------------------------------------------

after that if I use 'install -t' after agreeing to the license agreement it gives an error like this one..

-------------------------------------------------------------------
/mnt/ISO/update/bin/glnx86/xsetup: error while loading shared libraries: libXp.so.6: cannot open shared object file: No such file or directory
-------------------------------------------------------------------

I went to matlab site for troubleshooting information they said disabling the selinux will resolve the problem but it didn't .. BTW I ran all the commands as root...

Can anyone please help me around

Thanx

rlhartmann 05-14-2008 02:06 PM

I seem to recall having a similar problem, do you have any version of the libXp file in /usr/lib?

I created a symbolic link from /usb/lib/libXp.so.6.2.0 by typing
ln -s /usr/lib/libXp.6.2.0 /usr/lib/libXp.6

I may have had to install the libXp package first.

zero_cool666 05-14-2008 03:24 PM

nope i don't think there is... these are the only files close to lib XP

libXpm.so
libXpm.so.4
libXpm.so.4.11.0


there is no libXp.so.6...
so how can i install this file??

colucix 05-14-2008 03:33 PM

Quote:

Originally Posted by zero_cool666 (Post 3153281)
there is no libXp.so.6...
so how can i install this file??

Which system are you running on? You have to install the relevant package for your distribution. It may have different names on different distros.

zero_cool666 05-14-2008 04:16 PM

well um running fedora 8..

colucix 05-14-2008 05:20 PM

You can use the package manager and look for libXp. On my system running fedora 8 I have libXp-1.0.0-8.fc8 (and Matlab successfully installed).

zero_cool666 05-15-2008 05:01 AM

thanx alot... I got the installer working but now after I install matlab and the setup is complete.. when it says click continue to install license manager and i click continue.. nothing happens and it just closes.. can u tel me a way to install license manager manually.. also i read the documentation of matlab and it tells how to run license manager manually. it tells bout an /etc directory in matlab root.. I checked the matlab root and there was no directory by that name..

vinuvargheseijk 06-16-2008 03:13 AM

Quote:

Originally Posted by zero_cool666 (Post 3153880)
thanx alot... I got the installer working but now after I install matlab and the setup is complete.. when it says click continue to install license manager and i click continue.. nothing happens and it just closes.. can u tel me a way to install license manager manually.. also i read the documentation of matlab and it tells how to run license manager manually. it tells bout an /etc directory in matlab root.. I checked the matlab root and there was no directory by that name..


Which option you used to install Matlab 2008a. If you installed for x86_64,but your architecture is x86,this problem can happen. Mine was x86.I tried to install for x86_64 and setup quit without proceeding to activation.

vinuvargheseijk 06-16-2008 03:16 AM

MATLAB 2008a installation
 
i installed matlab 2008a for linux x86.But when i executed the matlab. it shows the message " The executable corresponding to your architecture could not be found $MATLABROOT/bin/matlab"
my system is i686.It runs MANDRIVA i586.Please help.


All times are GMT -5. The time now is 01:54 PM.