473,387 Members | 1,483 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,387 software developers and data experts.

Fixpack 5 on linux and "consider relinking" message

Hello,

I've just added the fixpack 5 for linux on my machine, and now when I do
a "DB2START" command, i get the following :

db2start: Symbol `g_sqltCompTraceFlags' has different size in shared
object, consider re-linking
/home/db2inst1/sqllib/adm/db2star2: Symbol `g_sqltCompTraceFlags' has
different size in shared object, consider re-linking
SQL1026N The database manager is already active.

Do I need to do something that isn't in the README of the fixpack????

I haven't rebooted the machine, 'cuz basically, I shouldn't have to , I
don't think ..... ???

Thanks in advance,

Mairhtin O'Feannag

Nov 12 '05 #1
6 2672
"Mairhtin O'Feannag" <ir********@rocketmail.com> wrote in message
news:Xn******************************@64.164.98.50 ...
Hello,

I've just added the fixpack 5 for linux on my machine, and now when I do
a "DB2START" command, i get the following :

db2start: Symbol `g_sqltCompTraceFlags' has different size in shared
object, consider re-linking
/home/db2inst1/sqllib/adm/db2star2: Symbol `g_sqltCompTraceFlags' has
different size in shared object, consider re-linking
SQL1026N The database manager is already active.

Do I need to do something that isn't in the README of the fixpack????

I haven't rebooted the machine, 'cuz basically, I shouldn't have to , I
don't think ..... ???

Thanks in advance,

Mairhtin O'Feannag

Even though the instructions do not say to reboot the machine, I have had to
reboot during fixpak install on Linux. But I don't remember what error I
received when not rebooting,.
Nov 12 '05 #2
Mairhtin O'Feannag wrote:
Hello,

I've just added the fixpack 5 for linux on my machine, and now when I do
a "DB2START" command, i get the following :

db2start: Symbol `g_sqltCompTraceFlags' has different size in shared
object, consider re-linking
/home/db2inst1/sqllib/adm/db2star2: Symbol `g_sqltCompTraceFlags' has
different size in shared object, consider re-linking
SQL1026N The database manager is already active.

Do I need to do something that isn't in the README of the fixpack????
Did you update the instance using db2iupdt?
I haven't rebooted the machine, 'cuz basically, I shouldn't have to , I
don't think ..... ???

Thanks in advance,

Mairhtin O'Feannag

Nov 12 '05 #3
I'll try this, but I don't recall having to do this when I installed the
FP on Windoze. It just went on with it's business, and all was well. We
were on the earth, God was in his Heaven, and DB2 was a happy camper.
?????

Mairhtin
Darin McBride <dm******@naboo.to.org.no.spam.for.me> wrote in news:1
_rCc.864826$oR5.667659@pd7tw3no:
Mairhtin O'Feannag wrote:
Hello,

I've just added the fixpack 5 for linux on my machine, and now when I do a "DB2START" command, i get the following :

db2start: Symbol `g_sqltCompTraceFlags' has different size in shared
object, consider re-linking
/home/db2inst1/sqllib/adm/db2star2: Symbol `g_sqltCompTraceFlags' has
different size in shared object, consider re-linking
SQL1026N The database manager is already active.

Do I need to do something that isn't in the README of the fixpack????


Did you update the instance using db2iupdt?
I haven't rebooted the machine, 'cuz basically, I shouldn't have to , I don't think ..... ???

Thanks in advance,

Mairhtin O'Feannag


Nov 12 '05 #4
That's cause on Windows, it's done under the covers.

Larry Edelstein

Mairhtin O'Feannag wrote:
I'll try this, but I don't recall having to do this when I installed the
FP on Windoze. It just went on with it's business, and all was well. We
were on the earth, God was in his Heaven, and DB2 was a happy camper.
?????

Mairhtin
Darin McBride <dm******@naboo.to.org.no.spam.for.me> wrote in news:1
_rCc.864826$oR5.667659@pd7tw3no:

Mairhtin O'Feannag wrote:

Hello,

I've just added the fixpack 5 for linux on my machine, and now when I
do
a "DB2START" command, i get the following :

db2start: Symbol `g_sqltCompTraceFlags' has different size in shared
object, consider re-linking
/home/db2inst1/sqllib/adm/db2star2: Symbol `g_sqltCompTraceFlags' has
different size in shared object, consider re-linking
SQL1026N The database manager is already active.

Do I need to do something that isn't in the README of the fixpack????


Did you update the instance using db2iupdt?

I haven't rebooted the machine, 'cuz basically, I shouldn't have to ,
I
don't think ..... ???

Thanks in advance,

Mairhtin O'Feannag


Nov 12 '05 #5
Larry wrote:
That's cause on Windows, it's done under the covers.
No - it's because Windows doesn't need instance updating. Instance
updating is primarily for the adm directory for setuid binaries,
although it does a lot of other stuff as well.

Also note that running db2iupdt *is* in the fixpak readme. So, no, you
don't need to do something that isn't in the readme.
Larry Edelstein

Mairhtin O'Feannag wrote:
I'll try this, but I don't recall having to do this when I installed the
FP on Windoze. It just went on with it's business, and all was well. We
were on the earth, God was in his Heaven, and DB2 was a happy camper.
?????

Mairhtin
Darin McBride <dm******@naboo.to.org.no.spam.for.me> wrote in news:1
_rCc.864826$oR5.667659@pd7tw3no:

Mairhtin O'Feannag wrote:
Hello,

I've just added the fixpack 5 for linux on my machine, and now when I


do
a "DB2START" command, i get the following :

db2start: Symbol `g_sqltCompTraceFlags' has different size in shared
object, consider re-linking
/home/db2inst1/sqllib/adm/db2star2: Symbol `g_sqltCompTraceFlags' has
different size in shared object, consider re-linking
SQL1026N The database manager is already active.

Do I need to do something that isn't in the README of the fixpack????

Did you update the instance using db2iupdt?
I haven't rebooted the machine, 'cuz basically, I shouldn't have to ,


I
don't think ..... ???

Thanks in advance,

Mairhtin O'Feannag

Nov 12 '05 #6
"Mairhtin O'Feannag" <ir********@rocketmail.com> wrote in message
news:Xn******************************@64.164.98.51 ...
I'll try this, but I don't recall having to do this when I installed the
FP on Windoze. It just went on with it's business, and all was well. We
were on the earth, God was in his Heaven, and DB2 was a happy camper.
?????

Mairhtin

You have to follow the instructions for installing fixpaks. They are usually
not the same for Windows and Linux/UNIX.
Nov 12 '05 #7

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

Similar topics

10
by: george young | last post by:
I had developed the habit of using the neat python form: if someinstance: someinstance.memb() because it seems cleaner than "if someinstance is not None". {please no flames about "is not None"...
99
by: Jim Hubbard | last post by:
It seems that Microsoft not only does not need the classic Visual Basic developer army (the largest army of developers the world has ever seen), but now they don't need ANY Windows developer at a...
4
by: jr | last post by:
I am working in VC++ so this may be microsoft specific though I don't think so. Excuse me if it is. Assuming it isn't, can someone generally explain the purpose of having both - is it purely a...
3
by: Ronald W. Roberts | last post by:
I'm not sure where this routine came from, but here is the problem. On certian computers this error occurs, but it does not on others. The error is: "Undefined Function "DIR" in expression". ...
6
by: Don Leverton | last post by:
Hi All, I've got a situation where I am developing an Access 97 app for a client, and am in the "beta testing" stage. I have split the app up, using the DB splitter, into front-end /back-end...
5
by: msigwald | last post by:
I'm trying to write a little C program to run under linux, which must gain root so it can then shutdown the computer. I can get the code to execute the su command via system("su"), but once su...
169
by: JohnQ | last post by:
(The "C++ Grammer" thread in comp.lang.c++.moderated prompted this post). It would be more than a little bit nice if C++ was much "cleaner" (less complex) so that it wasn't a major world wide...
22
by: ZioMiP | last post by:
Hi to all... I'm actually using Tkinter for my GUI... but I need to "put a piece of a web-page in a widget" how can I do? which GUI module do you suggest me to use for do that? or which GUI...
84
by: aarklon | last post by:
Hi all, I found an interesting article here:- http://en.wikipedia.org/wiki/Criticism_of_the_C_programming_language well what do you guys think of this article....??? Is it constructive...
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...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.