perl-Sys-Syslog (not documented)
pam.i686
compat-libstdc++-33
Check /tmp/db2setup.log after installation for errors for missing packages.
Also if you get :
Update DBM cfg SYSADM_GROUP errcode = 8
Ensure that your /etc/hosts is configured with your hostname and then you can ping the hostname. See this:https://www.ibm.com/support/pages/sql6048n-when-creating-new-instance
For libstdc++3.3:
ReplyDeleteYou won't find it on the physical iso media. It is in the online repository id named "rhel-7-server-optional-rpms".
You can see a list of all repositories with
$ yum repolist all
and you can enable the above repo with
$ yum-config-manager --enable rhel-7-server-optional-rpms
yum should be able to find and install the compat rpm now...
$ yum install compat-libstdc++-33
for centos 8, need:
ReplyDeleteyum install libstdc++.i686