If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Error starting database after converting DB2 instance to 64 bit

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-03-07, 14:51
db2user db2user is offline
Registered User
 
Join Date: Dec 2002
Posts: 123
Error starting database after converting DB2 instance to 64 bit

Hello,

I just gave this command to convert the instance to 64 bit:

./db2iupdt -w 64 instance1

the command executes successfully but when I try to start the db, I get this:

db2start
db2start: relocation error: /opt/IBM/db2/V8.1/lib64/libdb2icuglue.so.1: symbol _ZTVN10__cxxabiv120__si_class_type_infoE, version GLIBCPP_3.2 not defined in file libstdc++.so.5 with link time reference


Am i missing a step? Thanks for the help in advance!
Reply With Quote
  #2 (permalink)  
Old 12-04-07, 04:44
gdipietro80 gdipietro80 is offline
Registered User
 
Join Date: Oct 2003
Location: Rome
Posts: 15
Try to recreate a link to usr/lib file...
Execute as root this command
db2rmln
and
DB2DIR/cfg/db2ln



G.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On