LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1846|回复: 15

10。3 装matlab R2007a 失败?

[复制链接]
发表于 2007-10-23 23:26:08 | 显示全部楼层 |阅读模式
有装成功的吗?
以前10。2可以阿

装完闪一下就没了,明天把错误信息贴出来

是版本控制的问题么

为什么不直接输个序列号那么简单

是我下的版本要这么破解还是所有的unix matlab都这样阿?
发表于 2007-10-24 04:11:42 | 显示全部楼层
你在windows98下的程序一定能在windows 2000下用吗?道理是一样的。
什么gcc,glibc都不一样了,用xen试试吧。
回复 支持 反对

使用道具 举报

发表于 2007-10-24 07:47:40 | 显示全部楼层
装完了
要新建一个脚本
如下:
#!/bin/bash
#
# execute matlab
#
export LC_CTYPE=en_US.UTF-8
/usr/local/matlab/bin/matlab -desktop
####################

这里/usr/local/matlab/bin/matlab安装目录
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-10-24 12:13:28 | 显示全部楼层
跟本版另外一个matlab贴的问题相同

opensuse 10.3
MATLAB R2007a

安装成功的好像

装完后做了以下工作:

done as root:

###########################################
cp /$MATLAB/etc/flexnet.*.linux  /etc/init.d/flexnet

# and replace the username by actual login name

ln -s $MATLAB/etc/lmstart  /etc/lmstart_LWM
ln -s .......................lmdown   ...................

ln -s /etc/init.d/flexnet   /etc/init.d/rc5.d/S90flexnet

cp license.dat  /$matlab/etc/license.dat

#####################################

%%%%%%%%%%%%%%%%%%%%%%%%%%%

>MATLAB: xcb_xlib.c:52: xcb_xlib_unlock: Assertion `c->xlib.lock' failed.
>已放弃

%%%%%%%%%%%%%%%%%%%%%%%%%%%%

查看日志,好象是版本管理器未正常运行

这已经是最新的MATLAB了阿

请教高手则么解决呢

关键是我离了这个没法活阿
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-10-24 12:36:52 | 显示全部楼层
好像是java的一个bug正在查找

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6532373
回复 支持 反对

使用道具 举报

发表于 2007-10-24 12:38:15 | 显示全部楼层
Post by ripple0328
跟本版另外一个matlab贴的问题相同

opensuse 10.3
MATLAB R2007a

安装成功的好像

装完后做了以下工作:

done as root:

###########################################
cp /$MATLAB/etc/flexnet.*.linux  /etc/init.d/flexnet

# and replace the username by actual login name

ln -s $MATLAB/etc/lmstart  /etc/lmstart_LWM
ln -s .......................lmdown   ...................

ln -s /etc/init.d/flexnet   /etc/init.d/rc5.d/S90flexnet

cp license.dat  /$matlab/etc/license.dat

#####################################

%%%%%%%%%%%%%%%%%%%%%%%%%%%

>MATLAB: xcb_xlib.c:52: xcb_xlib_unlock: Assertion `c->xlib.lock' failed.
>已放弃

%%%%%%%%%%%%%%%%%%%%%%%%%%%%

查看日志,好象是版本管理器未正常运行

这已经是最新的MATLAB了阿

请教高手则么解决呢

关键是我离了这个没法活阿
%%%%%%%%%%%%%%%%%%%%%%%%%%%

>MATLAB: xcb_xlib.c:52: xcb_xlib_unlock: Assertion `c->xlib.lock' failed.
>已放弃

%%%%%%%%%%%%%%%%%%%%%%%%%%%%
这个是我发的 我的是r2006b
不是版本管理器未正常运行 google了下好像是java有点问题
回复 支持 反对

使用道具 举报

发表于 2007-10-24 12:40:24 | 显示全部楼层
Post by ripple0328
好像是java的一个bug正在查找

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6532373

找到跟我说声啊 教育网上外网麻烦呢
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-10-24 12:48:48 | 显示全部楼层
找到一个临时解决方案,下午试试


Unfortunately, this is a bug that was not solved and it occurs with other applications too. To solve it, make a file in your home or home/bin directory, let's say matlab.sh containing

CODE

#!/bin/sh
export LIBXCB_ALLOW_SLOPPY_LOCK=1
matlab -desktop


and make it executable by

CODE
chmod +x matlab.sh


now if you run it

CODE
./matlab.sh


you should be able to start matlab.
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-10-24 12:51:31 | 显示全部楼层
七楼你试试上面这个

大概好使,
因为有人回复说

“your solution work perfectly.....”
回复 支持 反对

使用道具 举报

发表于 2007-10-24 12:52:39 | 显示全部楼层
Post by ripple0328
找到一个临时解决方案,下午试试


Unfortunately, this is a bug that was not solved and it occurs with other applications too. To solve it, make a file in your home or home/bin directory, let's say matlab.sh containing

CODE

#!/bin/sh
export LIBXCB_ALLOW_SLOPPY_LOCK=1
matlab -desktop


and make it executable by

CODE
chmod +x matlab.sh


now if you run it

CODE
./matlab.sh


you should be able to start matlab.


我现在就试试
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表