- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem with _GLOBAL__FI_libstdc___sl_5_0
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
03-15-2005 12:33 AM
03-15-2005 12:33 AM
Problem with _GLOBAL__FI_libstdc___sl_5_0
I've an application that crashes with the following message:
/usr/lib/dld.sl: Unresolved symbol: _GLOBAL__FI_libstdc___sl_5_0 (code) from ./arabickey
/usr/lib/dld.sl: Unresolved symbol: _GLOBAL__FD_libstdc___sl_5_0 (code) from ./arabickey
Do I miss a patch ?
I use HPUX11.0
Thanks in advance
-zvi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2005 12:50 AM
03-15-2005 12:50 AM
Re: Problem with _GLOBAL__FI_libstdc___sl_5_0
are you sure the program compiled and linked correctly?
Unresolved symbol normally means the program is referencing a variable or external piece of code , which it cannot find.
To get a better idea grep for the variable in *.c or strings *.o.
Let us know what you find.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2005 01:24 AM
03-15-2005 01:24 AM
Re: Problem with _GLOBAL__FI_libstdc___sl_5_0
I found the problem it's a matter of gcc versions and its libraries found in /usr/local/lib.
Thanks a lot
-zvi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2005 03:19 AM
03-15-2005 03:19 AM
Re: Problem with _GLOBAL__FI_libstdc___sl_5_0
hope my answer pointed you in the right direction.
Can you please identify/detail the answer and close the thread.
Many Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2005 03:36 AM
03-15-2005 03:36 AM
Re: Problem with _GLOBAL__FI_libstdc___sl_5_0
which is placed in /usr/local/lib.
This library is a part of gcc ver 3.2
I've installed gcc 3.3.2 which doesn't
come with this library.
-zvi