- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Cannot dlopen load module '/usr/lib/pa20_64/li...
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-03-2005 09:07 AM
03-03-2005 09:07 AM
Cannot dlopen load module '/usr/lib/pa20_64/libpthread.1' because it contains thread specific data.
linked with -lpthread and are unable to
load the library. I was looking for solution
that allows the two to co-exist versus,
removing threading from my library or adding
to existing executable.
Any help is appreciated.
Thanks,
Rock
- Tags:
- TLS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2005 12:19 AM
03-04-2005 12:19 AM
Re: Cannot dlopen load module '/usr/lib/pa20_64/libpthread.1' because it contains thread specific data.
++Cyrille
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2005 08:03 PM
03-05-2005 08:03 PM
Re: Cannot dlopen load module '/usr/lib/pa20_64/libpthread.1' because it contains thread specific data.
LD_PREALOAD=/usr/lib/pa20_64/libpthread.1
export LD_PRELOAD
exec your_application_binary
- Tags:
- LD_PRELOAD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2005 09:30 AM
03-07-2005 09:30 AM
Re: Cannot dlopen load module '/usr/lib/pa20_64/libpthread.1' because it contains thread specific data.
I went with linking against -lpthread for
various reasons and it fixed the problem, however I then tried to dlopen() a 2nd shared library from within the first loaded
shared library and the problem returned.
The 2nd failure was resolved by linking
my executable against -lcl, which is
used by the last shared library. The
last shared library is not mind so I
can't change it. I still prefer a solution
I could implement in the first shared library since that is my development focus.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2005 07:22 PM
03-07-2005 07:22 PM