473,385 Members | 1,337 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

db2_install error


Hi

When I try to install the db I get this :

# ./db2_install
/home/oberon/movie/exp/disk1/db2/linux/install/../bin/db2langdir:
/usr/lib/libstdc++.so.5: version `CXXABI_1.2' not found (required by
/home/oberon/movie/exp/disk1/db2/linux/install/../bin/db2langdir)
/home/oberon/movie/exp/disk1/db2/linux/install/../bin/db2langdir:
/usr/lib/libstdc++.so.5: version `CXXABI_1.2' not found (required by
libdb2locale.so.1)
/home/oberon/movie/exp/disk1/db2/linux/install/../bin/db2langdir:
/usr/lib/libstdc++.so.5: version `CXXABI_1.2' not found (required by
/home/oberon/movie/exp/disk1/db2/linux/install/../bin/db2langdir)
/home/oberon/movie/exp/disk1/db2/linux/install/../bin/db2langdir:
/usr/lib/libstdc++.so.5: version `CXXABI_1.2' not found (required by
libdb2locale.so.1)
/home/oberon/movie/exp/disk1/db2/linux/install/../bin/db2langdir:
/usr/lib/libstdc++.so.5: version `CXXABI_1.2' not found (required by
/home/oberon/movie/exp/disk1/db2/linux/install/../bin/db2langdir)
/home/oberon/movie/exp/disk1/db2/linux/install/../bin/db2langdir:
/usr/lib/libstdc++.so.5: version `CXXABI_1.2' not found (required by
libdb2locale.so.1)
/home/oberon/movie/exp/disk1/db2/linux/install/../bin/db2langdir:
/usr/lib/libstdc++.so.5: version `CXXABI_1.2' not found (required by
/home/oberon/movie/exp/disk1/db2/linux/install/../bin/db2langdir)
/home/oberon/movie/exp/disk1/db2/linux/install/../bin/db2langdir:
/usr/lib/libstdc++.so.5: version `CXXABI_1.2' not found (required by
./libdb2locale.so.1)
/home/oberon/movie/exp/disk1/db2/linux/install/../bin/db2langdir:
/usr/lib/libstdc++.so.5: version `CXXABI_1.2' not found (required by
/home/oberon/movie/exp/disk1/db2/linux/install/../bin/db2langdir)
/home/oberon/movie/exp/disk1/db2/linux/install/../bin/db2langdir:
/usr/lib/libstdc++.so.5: version `CXXABI_1.2' not found (required by
./libdb2locale.so.1)
DBI1055E The message file db2install.cat cannot be found.

Explanation: The message file required by this
script is missing from the system; it may have been
deleted or the database products may have been loaded
incorrectly.

User Response: Verify that the product option containing
the message file is installed correctly. If there are
verification errors; reinstall the product option.

Any idea what is wrong ?
--
oberon
------------------------------------------------------------------------
oberon's Profile: http://www.dbtalk.net/m596
View this thread: http://www.dbtalk.net/t322622

Jul 31 '06 #1
3 6974
You appear to be missing the C++ runtime that DB2 requires. You need to
provide information about your operating system to determine exactly
what is required. You also didn't indicate if you are installing a 32 or
64 bit DB2.

The messages are generated by RPM processing when the required
prerequisites for an install are not found.

On my RHEL4 system (32 bit), the required code was installed as part of:
compat-libstdc++-33-3.2.3-47.3
Check one of the online RPM repositories, download the RPM and install
it with the command:
rpm -iv compat-libstdc++*.rpm
then try the DB2 install again.
Phil Sherman
oberon wrote:
Hi

When I try to install the db I get this :

# ./db2_install
/home/oberon/movie/exp/disk1/db2/linux/install/../bin/db2langdir:
/usr/lib/libstdc++.so.5: version `CXXABI_1.2' not found (required by
/home/oberon/movie/exp/disk1/db2/linux/install/../bin/db2langdir)
/home/oberon/movie/exp/disk1/db2/linux/install/../bin/db2langdir:
/usr/lib/libstdc++.so.5: version `CXXABI_1.2' not found (required by
libdb2locale.so.1)
>

Any idea what is wrong ?

Jul 31 '06 #2

I'm using "Linux From Scratch"

it appears that DB2 requires an old version of libstdc++ (I have the
one supplied by GCC 4.0.1 and it requires the one supplied by GCC
3.3.6)
--
oberon
------------------------------------------------------------------------
oberon's Profile: http://www.dbtalk.net/m596
View this thread: http://www.dbtalk.net/t322622

Jul 31 '06 #3
Linux supports keeping multiple versions of the C++ runtime. That's why
I recommended:
ompat-libstdc++-33-3.2.3-47.3

You can try installing with:
rpm -iv --test ompat-libstdc++-33-3.2.3-47.3
to see if there are nay conflicts. Remove the --test option to do the
install.

Phil Sherman
oberon wrote:
I'm using "Linux From Scratch"

it appears that DB2 requires an old version of libstdc++ (I have the
one supplied by GCC 4.0.1 and it requires the one supplied by GCC
3.3.6)

Aug 2 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: AIM | last post by:
Error in msvc in building inheritance.obj to build hello.pyd Hello, I am trying to build the boost 1.31.0 sample extension hello.cpp. I can not compile the file inheritance.cpp because the two...
5
by: Tony Wright | last post by:
Hi, I am having a problem installing an msi for a web site. The error message I am getting is: "The specified path 'http://mipdev05/features/Fas2' is unavailable. The Internet Information...
1
by: Aravind | last post by:
we have two files: 1. rc4.c (defines one function "create_pin()") 2. MyImpl.c(calling the function "create_pin()"),This implements JNI method. 1.When I am trying to create .dll file with one...
1
by: yanwan | last post by:
I met this problem in executing a c++ project in visual studio. Does anyone have suggestions to resolve "error lnk 2001"? --------------------Configuration: reconstruction - Win32...
5
by: Enos Meroka | last post by:
Hallo, I am a student doing my project in the university.. I have been trying to compile the program using HP -UX aCC compiler, however I keep on getting the following errors. ...
13
by: deko | last post by:
I use this convention frequently: Exit_Here: Exit Sub HandleErr: Select Case Err.Number Case 3163 Resume Next Case 3376 Resume Next
7
by: p | last post by:
WE had a Crystal 8 WebApp using vs 2002 which we upgraded to VS2003. I also have Crystal 9 pro on my development machine. The web app runs fine on my dev machine but am having problems deploying....
2
hyperpau
by: hyperpau | last post by:
Before anything else, I am not a very technical expert when it comes to VBA coding. I learned most of what I know by the excellent Access/VBA forum from bytes.com (formerly thescripts.com). Ergo, I...
0
hyperpau
by: hyperpau | last post by:
Before anything else, I am not a very technical expert when it comes to VBA coding. I learned most of what I know by the excellent Access/VBA forum from bytes.com (formerly thescripts.com). Ergo, I...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.