Can anyone help as I try to get a 32 bit Matlab 6.5 (R12) installed on a 64-bit Kubuntu (essentially Debian) system.
I am still wrestling with the Flexlm license manager which must be started before you can run matlab.
The error is:
exporting LD_ASSUME_KERNEL=2.4.1 is I believe the required work around but then we get
Hmm...
Have tried adding /lib32 to ld.so.conf and also setting it in LD_LIBRARY_PATH but this has no effect.
Anybody got any thoughts (other than using octave!)?
I am still wrestling with the Flexlm license manager which must be started before you can run matlab.
The error is:
Code:
$ sudo /etc/init.d/flexlm start
/var/tmp/lm_TMW.ld: relocation error: /var/tmp/lm_TMW.ld: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
Waiting 3 secs for MATLAB vendor daemon to come up . . .
Type your interrupt character (usually CTRL-C) to quit.
Time = 3 secs : time limit reached . . .
------------------------------------------------------------------------
Wed Aug 9 16:00:57 IST 2006 LM_LOGFILE (last 10 lines)
------------------------------------------------------------------------
Please hit return for more help . . . >
------------------------------------------------------------------------
Notes: 1. To print more of the debug logfile use the '-e nlines' option
on lmstart or lmboot commands. Use the -help option on any
command for help.
2. To check that the daemons are up run the 'lmstat -a' command.
3. Use the '-wait secs' option on lmstart or lmboot commands
to increase the wait time in batch.
4. If you are getting 'socket bind' errors in the logfile output
first run 'lmdown' and then 'lmstart -k' to verify that all
ports are clear. This is CRITICAL when using redundant
servers. You must get nothing back from 'lmstart -k' on all
servers before you are ready to run 'lmstart' to restart the
license manager. This can take up to 5 minutes. If some of
the ports do not clear in this time then they could be in
use and you should change the port number on the SERVER line
in your license file.
------------------------------------------------------------------------
Code:
$ sudo /etc/init.d/flexlm start /bin/sh: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
Code:
$ locate libdl.so.2 /lib/libdl.so.2 /lib32/libdl.so.2
Anybody got any thoughts (other than using octave!)?

Comment