Installing Tibco under Red Hat Entr.Rel 3
Hi,
I'm trying to install Tibco 5.1.3 Sdk under Red Hat Enterprise Release 3. I thinck that I'm running into troubles with lib. versions but do not exactly the solution.
First of all I had to install libstdc++-libc6.2.2.so.3 to run the designer, when I did it worked.
When trying to compile some examples (gcc 3.2.3) I got the famous "unresolved" messages,all libraries are well installed , the same operation with gcc 296 it compiles fine but if we try to execute the program it aborts calling __rethrow.
[root@pcborja lib]# rpm -qa | grep glibc
glibc-common-2.3.2-95.3
glibc-profile-2.3.2-95.3
glibc-kernheaders-2.4-8.34
glibc-2.3.2-95.3
glibc-utils-2.3.2-95.3
glibc-devel-2.3.2-95.3
glibc-headers-2.3.2-95.3
compat-libstdc++-devel-7.3-2.96.126
The stack code when fails:
from /usr/lib/libstdc++-libc6.2-2.so.3
#3 0xb67b8ed2 in throw_helper (eh=0x80c41f8, pc=0xb739bd26,
my_udata=0xbfffa650, offset_p=0xbfffa64c)
from /usr/lib/libstdc++-libc6.2-2.so.3
#4 0xb67b93bf in __rethrow (index=0xb7513924)
from /usr/lib/libstdc++-libc6.2-2.so.3
#5 0xb739bd27 in MPropertyBasedDeserializerContextMgr<MPropertyBasedDeserializerContext>::raiseError () from /usr/local/tibco/tra/5.1/lib/libmaverick50.so
#6 0xb739adf5 in MPropertyBasedDeserializer<MPropertyBasedDeserializerContext>::getRequiredString () from /usr/local/tibco/tra/5.1/lib/libmaverick50.so
#7 0xb728d142 in MComponentDeserializer::readTransformationPlugin ()
from /usr/local/tibco/tra/5.1/lib/libmaverick50.so
#8 0xb7285710 in MComponentDeserializer::deserialize ()
from /usr/local/tibco/tra/5.1/lib/libmaverick50.so
#9 0xb72963dc in MConfigDeserializer::deserialize ()
Any clue;
Thancks
|