- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Unresolved Symbol __ZStaticCtorTable_Start fro...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2005 02:08 AM
04-14-2005 02:08 AM
Unresolved Symbol __ZStaticCtorTable_Start from /usr/lib/libCsup.2
/usr/lib/dld.sl: Unresolved symbol: __ZStaticCtorTable_Start (data) from /usr/lib/libCsup.2
/usr/lib/dld.sl: Unresolved symbol: __ZStaticCtorTable_End (data) from /usr/lib/libCsup.2
/usr/lib/dld.sl: Unresolved symbol: __StaticCtorTable_Start (data) from /usr/lib/libCsup.2
/usr/lib/dld.sl: Unresolved symbol: __StaticCtorTable_End (data) from /usr/lib/libCsup.2
[4] + Abort(coredump) iclserver -l &
I searched for these symbols on both boxes and this is what I came up with:
11.00 box
nm /usr/lib/libCsup.2 | grep -i StaticCtor
__StaticCtorTable_End| |undef |data |
__StaticCtorTable_End|1073755576|static|data |$DATA$CDTORCEND$
__StaticCtorTable_Start| |undef |data |
__StaticCtorTable_Start|1073755304|static|data |$DATA$CDTORC1$
__ZStaticCtorTable_End| |undef |data |
__ZStaticCtorTable_Start| |undef |data |
11i box
nm /usr/lib/libCsup.2 | grep -i StaticCtor
__StaticCtorTable_End| 102672|extern|data |$CODE$
__StaticCtorTable_End|1073756120|static|data |$DATA$CDTORCEND$
__StaticCtorTable_Start| 102672|extern|data |$CODE$
__StaticCtorTable_Start|1073755840|static|data |$DATA$CDTORC1$
__ZStaticCtorTable_End| 102672|extern|data |$CODE$
__ZStaticCtorTable_Start| 102672|extern|data |$CODE$
So I guess these symbols aren't defined on the 11.00 box? How to I go about fixing this? Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2005 02:16 AM
04-14-2005 02:16 AM
Re: Unresolved Symbol __ZStaticCtorTable_Start from /usr/lib/libCsup.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2005 02:31 AM
04-14-2005 02:31 AM
Re: Unresolved Symbol __ZStaticCtorTable_Start from /usr/lib/libCsup.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2005 02:56 AM
04-14-2005 02:56 AM
Re: Unresolved Symbol __ZStaticCtorTable_Start from /usr/lib/libCsup.2
Let me give you a technique to help you hunt these guys:
Gather all the symbols in 1 file; e.g:
cd /usr/lib
nm *.sl > /var/tmp/symlist
vi /var/tmp/symlist
Now Search for your symbols:
/ZStatic
When you find a match do a reverse search
?Symbols from
to display the library
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2005 03:16 AM
04-14-2005 03:16 AM
Re: Unresolved Symbol __ZStaticCtorTable_Start from /usr/lib/libCsup.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2005 05:19 AM
04-14-2005 05:19 AM
Re: Unresolved Symbol __ZStaticCtorTable_Start from /usr/lib/libCsup.2
--
ranga
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2005 11:12 PM
04-14-2005 11:12 PM