Quote:
|
Originally Posted by libra484
i have problem install db2 on linux "fedora 9".
when i install db2_install,
[root@biplus 334_ESE_LNX26_32_NLV]#./db2_install
display "/home......../334_ESE_LNX26_32_NLV/db2/linux26/bin/disp_msg: error while loading shared libraries: libstdc++.s0.5: cannot open shared object file: NO such file or directiory.
i can not resolve this error.
pls help
|
Find the readme file for the installation pre-requisites. Then run the "yum search" command to find the package needed, When you find the package, then run "yum update package-name" to install the missing pre-reqs.
Since the error message tells you the missing library, then you could probably skip reading the instructions to get the pre-reqs.
If you need more info on yum, do a google search (it has nothing to do with DB2, it is the way you get updates and new packages for Fedora).