24小时热门版块排行榜    

Znn3bq.jpeg
查看: 1228  |  回复: 14
当前主题已经存档。

xuanxuan03

新虫 (初入文坛)

[交流] [求助]Material Studio 4.4 for linux安装出错

下载了MS4.4 for linux

将Install 等需要运行的文件可执行后,
./Install
Please specify an absolute destination path [/home/myname/Accelrys/MaterialsStudio44] :
直接按回车
Please choose the packages you wish to install:
选择需要安装的模块 例如:8

然后就出现下面情况
Checking for dependencies for DPDServer:7
Checking for dependencies for DPD: None
Checking for dependencies for Licensing:1
Checking for dependencies for LicensePack: None
Aborting Materials Studio installation.

退出了安装

这个是什么问题呢?请各位虫子教教我阿,很着急阿,不知道到底是怎么回事。
我的系统是fedora core8, 我在单机上安装Linux-x86-64版的。
也安装了需要的hpmpi 和compat-libstdc++, 但还是这样。

我看了Install是要调用installer目录下面的msinstall,这些错误是msinstall运行中出现的。但是真不知道问题出在哪里啊?

[ Last edited by freshgirl on 2009-6-21 at 21:06 ]
回复此楼

» 猜你喜欢

已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

yhlllf

铜虫 (初入文坛)


wuli8(金币+1,VIP+0):(*^__^*) 3-13 19:09
权限不够
你把linux目录下都增加执行权限
chmod +x -R linux
要不就彻底一点
chmod 777 -R linux
然后再安装./Install
肯定能过去
http://muchong.com/bbs/viewthread.php?tid=1208316

[ Last edited by yhlllf on 2009-3-13 at 16:55 ]
2楼2009-03-13 16:51:55
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

xuanxuan03

新虫 (初入文坛)

非常感谢你的回复。
但我按照你的建议把权限都改了也还是同样的结果,
还有没有其他什么原因呢?
3楼2009-03-13 17:12:50
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

yhlllf

铜虫 (初入文坛)

★ ★ ★ ★
wuli8(金币+4,VIP+0):(*^__^*)谢谢,讨论! 3-13 19:09
引用回帖:
Originally posted by xuanxuan03 at 2009-3-13 17:12:
非常感谢你的回复。
但我按照你的建议把权限都改了也还是同样的结果,
还有没有其他什么原因呢?

本来给你做了一张图,可是不会贴,做成附件你下载吧,你得保证你linux的所有文件夹和文件都是这样的权限,然后你再试试。
居然能贴图了,呵呵,刚才我又查了一下安装文档,但是没有看到你所用的操作系统,是不是和这个也有关系,我用的是open suse 9.0 sp4 64bit。

[ Last edited by yhlllf on 2009-3-13 at 18:26 ]
4楼2009-03-13 18:19:43
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

quantumfang

至尊木虫 (职业作家)

小木虫中医研究院院长

★ ★
zdhlover(金币+2,VIP+0):多谢,欢迎常来 3-13 21:42
MS安装运行需要的环境要求几个包已经安装

要安装了csh或者tcsh,安装licensepack的包才能被启动安装。

所以,你需要先安装csh或者tcsh,然后你会发现安装MS的第一步是安装licensepack。这样就不会出现"找不到XXXX了"
5楼2009-03-13 19:37:58
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

yhlllf

铜虫 (初入文坛)


zxzj05(金币+1,VIP+0):3Q! 3-17 09:26
你所提的问题,我在安装中碰到过,我的解决办法就是给文件夹增加了权限。
6楼2009-03-13 22:37:53
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

wfbgc

木虫 (小有名气)


zxzj05(金币+1,VIP+0):3Q! 3-17 09:26
你多半是在root用户名下安装的。
7楼2009-03-14 13:33:44
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

xuanxuan03

新虫 (初入文坛)

非常感谢yhlllf ,quantumfang ,wfbgc  的热心帮助,
我是用自己的用户安装的,我也检查了csh和tcsh,都有安装,
我也全部加了权限,也ls -l查看了,跟yhlllf贴的图显示的权限是一样的。

所以现在可能的问题就是因为我的是 fedora core8,系统不兼容或者是还有需要的东西没有安装或安装的版本不匹配?

我会继续检查,感谢各位给予的帮助,也非常希望各位再给我些提示。
谢谢!
8楼2009-03-15 11:20:27
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

xuanxuan03

新虫 (初入文坛)

由于每次安装错误退出后,~/Accelrys/MaterialsStudio44/install.log文件也被删除找不到了,所以我只好在UNIX/installer/msinstall 文件中加一些语句,让本来输出在log文件中的输出到终端显示。
如:
print "Installing $desc from ${sourcepath}${tarfile} to $thispath\n";
    print LOG "Installing $desc from ${sourcepath}${tarfile} to $thispath\n";

print "Path changed to $thispath for $desc\n";
                print LOG "Path changed to $thispath for $desc\n";

print $output;
        print LOG $output;

print "[$desc install complete]\n\n";
    print LOG "[$desc install complete]\n\n";
这样的安装结果为:
Checking for dependencies for AmorphousCellServer:6
Checking for dependencies for AmorphousCell: None
Installing AmorphousCell from Linux_x86_64/AmorphousCell.tgz to /home/wxq/Accelrys/MaterialsStudio44
bin/
bin/ac_bkgd.exe
etc/
etc/AmorphousCell/
etc/AmorphousCell/bin/
etc/AmorphousCell/bin/RunAmorphousCell.bat
etc/AmorphousCell/bin/RunAmorphousCell.sh.templ
etc/AmorphousCell/scripts/
etc/AmorphousCell/scripts/ac.pl
etc/AmorphousCell/template.sbs
[AmorphousCell install complete]

Checking for dependencies for Licensing:1
Checking for dependencies for LicensePack: None
Installing License Pack from Linux_x86_64/LicensePack.tgz to /home/wxq/Accelrys/MaterialsStudio44
Aborting Materials Studio installation.

结果显示AmorphousCell安装成功了,但是LicensePack 就出问题了。

谁能提供一个安装成功的install.log文件么?也许看看这个能帮我找找问题所在。
9楼2009-03-15 12:12:25
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

xuanxuan03

新虫 (初入文坛)

★ ★
zxzj05(金币+2,VIP+0):3Q! 3-17 09:27
检查出来了。
是在要安装LicensePack的时候运行下面的语句出错的

# execute the pre-install functions
    my %Arguments = ();
    $Arguments{"SkipComponent"}        = "false";
    $Arguments{"FunctionName"}         = "PreInstall";
    $Arguments{"ComponentName"}        = $item;
    $Arguments{"MSInstallRoot"}        = $apath;
    $Arguments{"ComponentInstallRoot"} = $absolute;
    $Arguments{"SilentInstall"}        = $silent;
    $Arguments{"InstallType"}          = $installtype;
    $Arguments{"SourcePath"}           = $sourcepath;
    $Arguments{"LicensePackPath"}      = $lppath;
    $Arguments{"InstallList"}          = \%InstallList;
    $Arguments{"Log"}                  = *LOG;
    $Arguments{"SetupInfo"}            = \%SetupInfo;
    $Arguments{"Architecture"}         = $arch;

    &RunCustomStep( \%Arguments );

本来正常的应该是跳出来问安装目录对不?就像前面询问安装模块类似,

那应该是按照quantumfang讲的  ”要安装了csh或者tcsh,安装licensepack的包才能被启动安装。“
可能问题是出在这里。
但是我
[wxq@localhost UNIX]$which csh
/bin/csh
[wxq@localhost UNIX]$ which tcsh
/bin/tcsh
好像显示有安装啊,需要怎么检验csh或tcsh是安装好的呢?

[ Last edited by xuanxuan03 on 2009-3-15 at 13:26 ]
10楼2009-03-15 13:24:26
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 xuanxuan03 的主题更新
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[有机交流] 二苯甲酮酸类衍生物 50+3 小白爱主人 2026-04-17 5/250 2026-04-17 17:06 by nBu锂
[考研] 一志愿沪9,326求生物学调剂 +11 刘墨墨 2026-04-13 11/550 2026-04-17 15:35 by wanganpin
[考研] 297,工科调剂? +4 河南农业大学-能 2026-04-14 4/200 2026-04-16 22:52 by wulijun2012
[考研] 300求调剂 +11 橙a777 2026-04-15 11/550 2026-04-16 22:43 by cfdbai
[考研] 294求调剂 +14 淡然654321 2026-04-15 14/700 2026-04-16 21:01 by lpl364211
[考研] 26药学专硕105500求调剂 +6 喽哈加油 2026-04-13 7/350 2026-04-16 14:31 by zhouxiaoyu
[考研] 297,工科调剂? +10 河南农业大学-能 2026-04-14 10/500 2026-04-15 21:50 by noqvsozv
[考研] 0854调剂 +13 长弓傲 2026-04-12 16/800 2026-04-15 13:45 by fenglj492
[考研] 310求调剂 +16 666真好 2026-04-11 18/900 2026-04-15 13:28 by 黑科技矿业
[考研] 材料工程281还有调剂机会吗 +43 xaw. 2026-04-11 44/2200 2026-04-15 12:46 by 西北望—风沙
[考研] 211本科材料化工求调剂 +19 YHLAH 2026-04-11 23/1150 2026-04-14 22:25 by fenglj492
[考研] 考研求调剂 +6 ban班小七 2026-04-11 6/300 2026-04-14 14:06 by 哆啦A梦只是个梦
[考研] 考研求调剂 +12 子木呐 2026-04-12 13/650 2026-04-14 01:19 by 王珺璞
[考研] 求调剂,985材料与化工348分 +9 涵竹刘 2026-04-11 14/700 2026-04-13 22:26 by 涵竹刘
[考研] 2026硕士调剂_能动_河南农业大学 +4 河南农业大学-能 2026-04-12 4/200 2026-04-13 22:01 by bljnqdcc
[考研] B区0809 ,数一英一,290 求调剂 +3 泠潍1111 2026-04-12 4/200 2026-04-13 20:35 by 学员JpLReM
[考研] +10 李多米lee. 2026-04-12 11/550 2026-04-12 22:58 by yuyin1233
[考研] 一志愿浙大生物325分求调剂 +9 zysheng 2026-04-12 9/450 2026-04-12 22:31 by yuyin1233
[考研] 求调剂,一志愿大连理工大学354分 +5 雨声余生 2026-04-11 6/300 2026-04-11 16:12 by 雨声余生
[考研] 农学0904 312求调剂 +6 Say Never 2026-04-10 6/300 2026-04-11 10:33 by wwj2530616
信息提示
请填处理意见