免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1896 | 回复: 2
打印 上一主题 下一主题

红旗6安装kylix3的问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2010-02-03 13:50 |只看该作者 |倒序浏览
红旗6已经装好了,用了几天感觉还不错。因为要写一个程序,于是找到了kylix3。
按照网上的经验说法,用root登录,建立/usr/local/kylix3和/usr/local/bin两个目录,执行sh setup.sh -m,就装上了。
起初没有用-m选项装不上。
然后按照网上的说法,作如下设置
export   LD_ASSUME_KERNEL=2.4.1

LC_ALL="en_us"
LANG="zh_CN.gb2312"
export LC_ALL LANG

然后执行startdelphi
出现了下面的错误信息:
[root@localhost lib]# startdelphi
expr: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
sed: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
sed: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
sed: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
sed: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
sed: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
sed: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/usr/local/kylix3/bin/delphi: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
[root@localhost lib]#
看来是缺少libc.so.6 和libpthread.so.0两个文件。于是用find命令查找
[root@localhost lib]# find / -name libc.so.6 -print
/usr/lib/libc.so.6
/lib/i686/nosegneg/libc.so.6
/lib/libc.so.6
[root@localhost lib]# find / -name libpthread.so.0 -print
/lib/i686/nosegneg/libpthread.so.0
/lib/libpthread.so.0
[root@localhost lib]#  
这两个文件在/lib下存在,我把/lib下的这两个文件复制到/usr/lib下也不行,错误提示依旧。

请教各位同学,我该怎样解决这个问题?

论坛徽章:
95
程序设计版块每日发帖之星
日期:2015-09-05 06:20:00程序设计版块每日发帖之星
日期:2015-09-17 06:20:00程序设计版块每日发帖之星
日期:2015-09-18 06:20:002015亚冠之阿尔艾因
日期:2015-09-18 10:35:08月度论坛发贴之星
日期:2015-09-30 22:25:002015亚冠之阿尔沙巴布
日期:2015-10-03 08:57:39程序设计版块每日发帖之星
日期:2015-10-05 06:20:00每日论坛发贴之星
日期:2015-10-05 06:20:002015年亚冠纪念徽章
日期:2015-10-06 10:06:482015亚冠之塔什干棉农
日期:2015-10-19 19:43:35程序设计版块每日发帖之星
日期:2015-10-21 06:20:00每日论坛发贴之星
日期:2015-09-14 06:20:00
2 [报告]
发表于 2010-02-04 23:19 |只看该作者
把  libc.so 和 libpthread.so 所在的路径加到 LD_LIBRARY_PATH 中应该就可以了。

论坛徽章:
0
3 [报告]
发表于 2010-02-10 10:56 |只看该作者
how to link the libraries file,
please gotta know
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP