Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

relocation error sun workshop 6 C++ 5.3

807575Jul 15 2004 — edited Jul 19 2004

iam using the sun workshop 6 C++ 5.3 compiler on SunOS 5.8. iam building a shared object abc.so
the build is fine but when this "so" is actually used in a process i get the following error:

fatal: relocation error: file abc.so: symbol __1cDstdbG__RTTI__1nDstdIios_baseHfailure__: referenced symbol not found.

i found that this symbol is defined in the libCstd.so which has been linked and its location is in the LD_LIBRARY_PATH.

what could be the problem ? (an "ldd abc.so" does not show libCstd.so nor does it give an error)

regards,
vivek
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 16 2004
Added on Jul 15 2004
4 comments
105 views