24小时热门版块排行榜    

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

shuye2002

捐助贵宾 (小有名气)

[交流] insight2005在rhel5的安装问题

按照网上方法安装:

1.打开两个终端,一个准备以root身份执行命令,称ROOT终端
一个准备以普通用户jackie身份执行命令,称jackie终端
在ROOT终端,分别执行如下命令:
chown jackie /usr
chgrp jackie /usr
mount /dev/cdrom /mnt/cdrom
2.在jackie 终端,分别执行如下命令:
mkdir -p /usr/accelrys/2005
cd /usr/accelrys/2005
ls /mnt/cdrom
/mnt/cdrom/install
注:A:安装进程开始后,提示 setenv DISPLAY 0:0 问题时,直接回车
B:提示license时,输入n再回车就行,其它问题就是输入y再回车了
C:后续安装过程按照提示和默认设置执行就可以,对于其出现的
错误提示可以不理睬,而选择continue
3.在需要第二张光盘时,在ROOT终端执行: umount /mnt/cdrom
待光驱放入光盘后再执行: mount /dev/cdrom /mnt/cdrom
4.安装过程全部完成后,在jackie终端执行:
source /usr/accelrys/cshrc
source /usr/accelrys/License_Pack/msi_lic_cshrc

5.在jackie终端执行:
在jackie的主目录下
vi .chsrc,然后加入命令行:source /usr/accelrys/cshrc,存盘退出.
source .cshrc
6.在jackie终端执行:
在/usr/accelrys目录下,安装由I2005.1L_install_overlay.gz
解压缩后的补丁程序
./I2005.1L_install_overlay.gz
7. 将第一张安装盘里crack目录下的msi_i2005.lic后,
改名为msilicense.dat
然后放在/usr/accelrys/License_Pack/license 目录下
8.jackie终端重复再执行上述步骤4里的命令


安装过程中出现:
Configuring /usr/accelrys/License_Pack...
Copying install script...
Copying bin/special directory...
Copying data/special directory...
Copying config/special directory...
Copying Linux_2_Intel_32/exe/special directory...
/usr/accelrys/2005/config/special/SETUP.DEFAULTS: Permission denied.
自动返回
这可能是啥原因呢?
回复此楼
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

shuye2002

捐助贵宾 (小有名气)

只用1个root终端安装成功但是执行时,出现:
uname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
uname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/bin/tcsh: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory
Loading Insight II using OpenGL graphics ...
/bin/tcsh: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory
库都是有的,不懂怎么回事?
2楼2008-05-18 22:23:39
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

weishenme

金虫 (小有名气)

★ ★ ★ ★
lei0736(金币+4,VIP+0):谢谢
我的建议实在想用就退到rhel4或者装discovery studio吧。
我曾经试过好多次,后来google了一下,原因大概如下:
It appears that the InsightII 2005 scripts were automatically setting...
setenv LD_ASSUME_KERNEL 2.4.9
Usually programs do LD_ASSUME_KERNEL=2.4.9 when they use the old LinuxThreads and not NPTL. glibc 2.4 removed LinuxThreads support and only supports NPTL. Unless you can get a newer version of the software which uses NPTL, you can't run it with FC5. You might be able to run the software with VMware, Xen, or a chroot to an FC4 or earlier environment.

或者你照着下面的方法试试:
IIRC, at least one person on this list got one LinuxThreads-only app to work by extracting the FC4 glibc RPM and the other libs needed by the app in FC4 versions into the application directory and playing around with LD_LIBRARY_PATH in a wrapper script. Try searching the list archives for more details. It's a hack, of course.

but you need to use FC4 dynamic linker as well, so run it as
/whatever/dir/ld-2.3.*.so --library-path /whatever/dir/ \
/whatever/dir/the_program arguments
and grab all the libraries the program is using into /whatever/dir/ from
FC4, not just glibc. If it say uses X libs, then you need to unpack X
shared libraries there etc.
The reason is that (almost) all shared libraries in FC5 require things that
LinuxThreads does not provide (mainly -fstack-protector support).
这些都是网上找到的,我没这个水平也没这个精力去试,祝你好运。

[ Last edited by weishenme on 2008-5-21 at 20:52 ]
3楼2008-05-21 20:30:58
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

shuye2002

捐助贵宾 (小有名气)

谢谢,准备退到rhel4;
能用好就行了;
4楼2008-05-22 22:36:11
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

wubingnju

铜虫 (小有名气)

楼上的各位,请教你们一个问题,我在rhel4中成功的安装了,但为什么不能运行哪?
5楼2008-05-24 10:43:26
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

huairpan

木虫 (正式写手)

很牛

引用回帖:
Originally posted by wubingnju at 2008-5-24 10:43:
楼上的各位,请教你们一个问题,我在rhel4中成功的安装了,但为什么不能运行哪?

你可以试一下:
csh
source /usr/accelrys/cshrc
insightII
我思故我在
6楼2008-05-24 14:13:06
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 shuye2002 的主题更新
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[有机交流] 反应很差,大量原料没有反应 5+3 Mr.Zot 2026-05-19 8/400 2026-05-20 22:19 by Equinoxhua
[基金申请] 评审有感 +14 popular289 2026-05-18 23/1150 2026-05-20 17:39 by lincyb
[论文投稿] Sci. Bull. 悲剧经验 +6 jyang1999 2026-05-16 7/350 2026-05-20 16:39 by feng6531
[基金申请] 今年审到国自然15份,谈谈感受 +19 国自然国社科中 2026-05-17 20/1000 2026-05-20 14:14 by 仲夏夜的星星
[基金申请] 国自然评分 +3 无名者登山 2026-05-20 4/200 2026-05-20 13:29 by vito刘
[考博] 如果工作了想读博,可以边工作边读全日制嘛? 30+3 铁达火车 2026-05-18 5/250 2026-05-20 09:33 by tfang
[基金申请] 河北省自然科学基金 +3 Peterchao 2026-05-18 3/150 2026-05-20 08:57 by 霸_霸
[教师之家] 上海大学实验技术岗位非升即走 +12 嘻嘻哈哈乐呵呵 2026-05-15 13/650 2026-05-20 08:34 by xli1984
[文学芳草园] 献血感触 +6 呀呀好傻 2026-05-19 11/550 2026-05-19 22:26 by 而立得乐
[考博] 云南大学材料与能源学院解琳课题组钙钛矿博士招生 +3 光伏爱好者 2026-05-17 5/250 2026-05-19 19:13 by 光伏爱好者
[考博] 找博士生导师 +6 小代想上岸 2026-05-15 7/350 2026-05-19 10:22 by free_fisher
[基金申请] 同样的基金本子,换个专家直接从C变A! (金币-10) +3 国自然国社科中 2026-05-19 3/150 2026-05-19 08:50 by Equinoxhua
[基金申请] 别被青基扩招骗了!26年科研内卷才刚刚开始 +3 国自然国社科中 2026-05-14 4/200 2026-05-19 08:48 by archvillain
[考博] 2026博士还有哪些学校有名额 +7 小王求读研 2026-05-15 8/400 2026-05-19 08:27 by zhyzzh
[考博] 博士申请 +5 星…… 2026-05-18 6/300 2026-05-18 23:49 by 糊糊涂涂好
[基金申请] 国自然上会要求 +5 无名者登山 2026-05-18 9/450 2026-05-18 17:50 by BlakeReary
[硕博家园] 我在等一个没有答案的答案 +3 Love_MH 2026-05-17 3/150 2026-05-18 02:22 by 竹林孤影
[文学芳草园] 半夜喝咖啡 +3 myrtle 2026-05-15 5/250 2026-05-18 01:03 by 小沈2018
[考博] 光量子物理方向 博士招生 1人(2026.09) +3 sandyworld 2026-05-15 4/200 2026-05-17 14:38 by sandyworld
[硕博家园] 申请博士 +3 呃?呃 2026-05-15 3/150 2026-05-16 11:01 by a4742549
信息提示
请填处理意见