Operating System - HP-UX
1753507 Members
4817 Online
108795 Solutions
New Discussion юеВ

/usr/lib/dld.sl: can't shl_load() a library containing Thread Local Storage:/ usr/lib/libpthread.1

 
SOLVED
Go to solution
Mark Foo_1
New Member

/usr/lib/dld.sl: can't shl_load() a library containing Thread Local Storage:/ usr/lib/libpthread.1

I'm using perl DBD for Oracle (8.1.7). When I 'make test', error msg is:

/usr/lib/dld.sl: can't shl_load() a library containing Thread Local Storage: /usr/lib/libpthread.1

I understand HPUX does not allow dynamic loading of thread local storage. Is there a way to overcome this prob?

2 REPLIES 2
Thomas Kollig
Trusted Contributor
Solution

Re: /usr/lib/dld.sl: can't shl_load() a library containing Thread Local Storage:/ usr/lib/libpthread.1

Mark Foo_1
New Member

Re: /usr/lib/dld.sl: can't shl_load() a library containing Thread Local Storage:/ usr/lib/libpthread.1

My original Perl ver. was 5.06. After I downgraded to Perl 5.005 ver, I'm able to 'make test' without prob, tks.