vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Following is the output from the error: Program name = db2idbm Instance home dir = /home/large, Sysadm group = db2iadm Instance type = 1, Auth type = server db2: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory Update DBM cfg SYSADM_GROUP errcode = 127 DBI1281E The database manager configuration file could not be initialized. Explanation: An error occurred when attempting to initialize the database manager configuration file. A DB2 instance could not be created or migrated. User Response: Refer to the log file for problem determination. Resolve the problem and try the command again. If the problem persists, please contact IBM Support. DBI1079I Output is saved in the log file /tmp/db2icrt.log.5085. Explanation: All processed and failed operations have been saved into this log file. User Response: Do not modify this file in any way. This file is for IBM Technical Support reference. I am fairly new to Linux however not new to UDB. Any help would be most appreciated. Thanks TBW |
| ||||
| Hi, > db2: error while loading shared libraries: libstdc++.so.5: cannot open > shared object file: No such file or directory > Update DBM cfg SYSADM_GROUP errcode = 127 > DBI1281E The database manager configuration file could not be > initialized. Check, if you have installed the compat-libstdc++ rpm package. You will need this compatibility package to run DB2. Fedora has moved these libraries to that package. Don't ask me why. In RHEL these libraries are standard and automatically installed. So long, Helmut |