- 论坛徽章:
- 0
|
db2 linux版安装时出错了
还有老大你最好把什么linux内核是多少跟大家说一下吧,查都不好查
这个问题好像在rh9下面比较容易出现,你试试看,后果自负哦:)
1. Do an ldd ( "ldd" ) against these files as in:
"ldd db2icrt",
"ldd db2icknm"
this would be the most important IMHO
"ldd /usr/IBMdb2/V7.1/lib/libdb2.so.1"
this file seems to be linked against something specific in the libc of
7.2 which it is not finding in that of 9
See what files are missing (dependencies) and copy the reqd.
files from redhat 7.2 into 9.
that may do the trick.
_DO_ _NOT_ OVERWRITE ANY FILES OF REDHAT 9 though, otherwise you could
end up with broken system. and definetly do _NOT_ touch the existing
libc of RHL 9.
also in case any files are indeed missing, you may have to try out a few
locations since, you may not be told where the files are expected to be
found. |
|