Entradas

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