免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
楼主: satoni
打印 上一主题 下一主题

informix for linux安装全攻略(原创) [复制链接]

论坛徽章:
0
61 [报告]
发表于 2007-08-27 17:03 |只看该作者
怎么好像都是我发的呢?真是不好意思

关于libstdc++-libc6.2-2.so.3找不到,我用yum install libstdc++-libc6.2-2.so.3后装的compat-libstdc++-296 fc6,仅给遇到同样问题的一点参考

不过到最后又遇到一个问题,希望各位不要烦,我也不想这样啊
Checking location of physical log...succeeded
Initializing dataskip structure...15:05:50  Dataskip is now OFF for all dbspaces
succeeded
Checking for temporary tables to drop
Forking onmode_mon thread...succeeded
Verbose output complete: mode = 5
15:05:50  On-Line Mode
15:05:50  Building 'sysmaster' database ...
15:05:51  Error building 'sysmaster' database.
15:05:51  See '/tmp/buildsmi.17660'.

其中See '/tmp/buildsmi.17660'.中错误提示

dbaccess: relocation error: dbaccess: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
Cleaning up whatever was successfully created
dbaccess: relocation error: dbaccess: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference

看不懂啊,大侠帮忙解释怎么解决啊

[ 本帖最后由 gengpengfeiX 于 2007-8-27 17:21 编辑 ]

论坛徽章:
11
金牛座
日期:2015-03-19 16:56:22数据库技术版块每日发帖之星
日期:2016-08-02 06:20:00数据库技术版块每日发帖之星
日期:2016-04-24 06:20:00数据库技术版块每日发帖之星
日期:2016-04-13 06:20:00IT运维版块每日发帖之星
日期:2016-04-13 06:20:00数据库技术版块每日发帖之星
日期:2016-02-03 06:20:00数据库技术版块每日发帖之星
日期:2015-08-06 06:20:00季节之章:春
日期:2015-03-27 15:54:57羊年新春福章
日期:2015-03-27 15:54:37戌狗
日期:2015-03-19 16:56:41数据库技术版块每日发帖之星
日期:2016-08-18 06:20:00
62 [报告]
发表于 2007-08-28 09:18 |只看该作者

回复 #61 gengpengfeiX 的帖子

http://www.iiug.org/forums/linux ... i/noframes/read/898

IIUG上的一個帖子有類似的錯誤,你試試解決方法
Please set the environment LD_ASSUME_KERNEL as described in /usr/share/doc/
release-notes/RELEASE-NOTES.en.html:

export LD_ASSUME_KERNEL=2.4.21

Then IDS 7.31.UDx should install and work as expected.


另一個帖子也許更適合
http://forums.fedoraforum.org/showthread.php?t=117358

I have a problem running Informix database server on Fedora Core 5. Every time I try to run any of the Informix tools (dbaccess for example) I get this error message:

# dbaccess
dbaccess: relocation error: dbaccess: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference

When I try to specify LD_ASSUME_KERNEL=2.6.8 I get error message:

# LD_ASSUME_KERNEL=2.6.8 dbaccess
dbaccess: error while loading shared libraries: libm.so.6: cannot open shared object file: No such file or directory

This message is produced for any kernle version below 2.6.8. For 2.6.9 or higher I get error message about symbol errno.

This problem appeared after upgrading from FC4 to FC5. Informix was running normally on FC4 though it produced this message every time any Informix program was started:

# dbaccess
Incorrectly built binary which accesses errno or h_errno directly. Needs to be fixed.

[ 本帖最后由 liaosnet 于 2007-8-28 09:20 编辑 ]

论坛徽章:
0
63 [报告]
发表于 2007-08-28 09:42 |只看该作者
export LD_ASSUME_KERNEL=2.4.21,要写到那个文件里面,好像他们说的那个文件我都没有

论坛徽章:
0
64 [报告]
发表于 2007-08-28 09:54 |只看该作者
最后想问一下,装成功的,你们都装到那个版本的系统中了,我都无奈了,谢谢

论坛徽章:
11
金牛座
日期:2015-03-19 16:56:22数据库技术版块每日发帖之星
日期:2016-08-02 06:20:00数据库技术版块每日发帖之星
日期:2016-04-24 06:20:00数据库技术版块每日发帖之星
日期:2016-04-13 06:20:00IT运维版块每日发帖之星
日期:2016-04-13 06:20:00数据库技术版块每日发帖之星
日期:2016-02-03 06:20:00数据库技术版块每日发帖之星
日期:2015-08-06 06:20:00季节之章:春
日期:2015-03-27 15:54:57羊年新春福章
日期:2015-03-27 15:54:37戌狗
日期:2015-03-19 16:56:41数据库技术版块每日发帖之星
日期:2016-08-18 06:20:00
65 [报告]
发表于 2007-08-28 10:57 |只看该作者
原帖由 gengpengfeiX 于 2007-8-28 09:54 发表
最后想问一下,装成功的,你们都装到那个版本的系统中了,我都无奈了,谢谢


REDHAT AS 3
aleaf 该用户已被删除
66 [报告]
发表于 2007-08-28 11:24 |只看该作者
提示: 作者被禁止或删除 内容自动屏蔽

论坛徽章:
0
67 [报告]
发表于 2007-09-26 23:38 |只看该作者
谢谢!

论坛徽章:
0
68 [报告]
发表于 2007-11-27 11:29 |只看该作者
/hx
percyyu 该用户已被删除
69 [报告]
发表于 2008-03-13 14:29 |只看该作者
提示: 作者被禁止或删除 内容自动屏蔽

论坛徽章:
11
金牛座
日期:2015-03-19 16:56:22数据库技术版块每日发帖之星
日期:2016-08-02 06:20:00数据库技术版块每日发帖之星
日期:2016-04-24 06:20:00数据库技术版块每日发帖之星
日期:2016-04-13 06:20:00IT运维版块每日发帖之星
日期:2016-04-13 06:20:00数据库技术版块每日发帖之星
日期:2016-02-03 06:20:00数据库技术版块每日发帖之星
日期:2015-08-06 06:20:00季节之章:春
日期:2015-03-27 15:54:57羊年新春福章
日期:2015-03-27 15:54:37戌狗
日期:2015-03-19 16:56:41数据库技术版块每日发帖之星
日期:2016-08-18 06:20:00
70 [报告]
发表于 2008-03-13 15:10 |只看该作者
原帖由 percyyu 于 2008-3-13 14:29 发表
如題...因安裝完畢輸入oninit -ivy出現如下訊息(安裝過程輸入序號直接回車)
Invalid serial number.  Please consult the Installation Instructions
謝謝各位請幫忙解答


在IDS9.3以下的版本中,要求有序列號的。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP