Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Package dependency error of installing DB2 under Linux and its solution

2025-04-03 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly introduces "package dependency errors and solutions for installing DB2 under Linux". In daily operation, I believe that many people have doubts about package dependency errors and solutions for installing DB2 under Linux. The editor consulted all kinds of materials and sorted out simple and easy-to-use operation methods. I hope it will be helpful to answer the doubts of "package dependency errors and solutions for installing DB2 under Linux". Next, please follow the editor to study!

When checking, the packet relies on errors, the solution

Yum install libaio-0.3.109-13.el7.i686

Yum install libstdc++.so.6

Yum install pam-devel.i686

Yum install pam.i686

Yum whatprovides package-name

1.DBT3514W The db2prereqcheck utility failed to find the following 32-bit library file: "libstdc++.so.6".

Solution: yum install libstdc++.so.6

2.DBT3514W The db2prereqcheck utility failed to find the following 32-bit library file: "/ lib/libpam.so*"

Solution: yum install pam-devel.i686

Yum install pam.i686

3.DBT3507E The db2prereqcheck utility failed to find the following package or file: "sg3_utils".

Solution: yum install sg3_utils-*

4. Required minimum version for "ksh": "20100621"

Solution: yum install ksh*

Solve the package dependency and complete the installation successfully

Create users and groups

Groupadd db2grp

Groupadd db2fgrp

Groupadd dasadm

Useradd-m-g db2grp-d / home/db2inst1-s / bin/bash db2inst1

Useradd-m-g db2fgrp-d / home/db2fenc-s / bin/bash db2fenc

Useradd-m-g dasadm-d / home/dasusr-s / bin/bash dasusr

Create an instance

. / dascrt-u dasusr

. / db2icrt-p 50000-u db2fenc db2inst1

. / db2iauto-off db2inst1

Db2set DB2COMM=tcpip

Db2stop

Db2start

At this point, the study on "package dependency errors and solutions for installing DB2 under Linux" is over. I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report