Copyright 2021 Simon Quantrill, All Rights Reserved

Matlab 2007 on debian

Tue 13 January 2015

Matlab 2007 b Installation first copy the installation from a running machine

scp -r quantrilL@scout:/usr/local/matlab-2007b /data/

next the config..

root@crossfire:/usr/local# ln -s /data/matlab-2007b/ /usr/local/matlab root@crossfire:/usr/local# cd /usr/local/matlab/etc root@crossfire:/usr/local/matlab/etc# vi flexnet here you must change the username to the license older (the person running the software)

root@crossfire:/usr/local/matlab/etc# vi MLM.opt Here you must add the liscense and the user from flextnet manager (above)

root@crossfire:/usr/local/matlab/etc# cp /data/matlab-2007b/etc/flexnet /etc/init.d/flexnet

root@crossfire:/usr/local/matlab/etc# update-rc.d flexnet defaults 99 Adding system startup for /etc/init.d/flexnet … /etc/rc0.d/K99flexnet -> ../init.d/flexnet /etc/rc1.d/K99flexnet -> ../init.d/flexnet /etc/rc6.d/K99flexnet -> ../init.d/flexnet /etc/rc2.d/S99flexnet -> ../init.d/flexnet /etc/rc3.d/S99flexnet -> ../init.d/flexnet /etc/rc4.d/S99flexnet -> ../init.d/flexnet /etc/rc5.d/S99flexnet -> ../init.d/flexnet

root@crossfire:/usr/local/matlab/etc# cd /usr/local/bin ; ln -sf /usr/local/matlab/bin/{matlab,mex} . Thats it start the manager with /etc/init.d/flexnet start and start matlab

Debian 4: GLIBC-2.4 not found in /lib/tls/…libc.so.6 required by MATLAB

If you encounter a message of this kind when starting matlab on a debian 4 machine, the problem is in the libXp.so library provided with MATLAB. To get rid of the problem, install the package libxp6, and remove or rename the file /usr/local/matlab-2007b/bin/glnx86/libXp.so.6 . MATLAB will now use the system-wide version instead, which works properly.

sta

on the top

Comments