Solucion de problemas al instalar MATLAB R2008A en Debian GNU/Linux 5.0.1 Lenny

-error por permisos de archivos relacionados con el montaje del dvd de instalacion de MATLAB R2008A

****error

/media/cdrom0/install

bash: /media/cdrom0/install: /bin/sh: bad interpreter: Permission denied

****solucion

# sudo umount /media/cdrom0
# mount -t iso9660 -o exec,suid /dev/cdrom /media/cdrom0

****fuente de la solucion
http://www.walkingrandomly.com/?p=170
|
-------filesystem error. http://www.mathworks.com/support/solutions/data/1-184PH.html


-error de instalacion por falta del archivo "libXp.so.6"

****error

-------------------------------------------------------------------

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

/media/cdrom0/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

-------------------------------------------------------------------

****solucion

# apt-get install libxp-dev

el manejador de paquetes podria pedir el disco de instalacion de Debian (Debian GNU/Linux 5.0.1 _Lenny_ - Official i386 DVD Binary-1)

****fuente de la solucion
http://diegotorquemada-linux.blogspot.com/2009/02/installing-matlab.html