1833772 Members
2080 Online
110063 Solutions
New Discussion

hp-ux 11.0

 
sunil_7
Occasional Advisor

hp-ux 11.0

when ever i run an pluggin with framemaker (adobe product )which is a shared library, I get the following error.

maker: Finished loading
/usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libc.2
/usr/lib/dld.sl: Exec format error

4 REPLIES 4
harry d brown jr
Honored Contributor

Re: hp-ux 11.0

Do a

find / -type f -name libc.2 -exec ls -l {} \;

and look at the permissions, also, are you running 11.00/32 or 11.00/64?

harry

live free or die
Live Free or Die
Stefan Farrelly
Honored Contributor

Re: hp-ux 11.0


Youre plugin has been compiled with the dynamic load option which wont work, you need it recompiled with the -lpthread option. Do you have the source so you can do this yourself or else you will need to download a different version.
Im from Palmerston North, New Zealand, but somehow ended up in London...
sunil_7
Occasional Advisor

Re: hp-ux 11.0

harrry

libc.2 has read and write permission for all.

stephen: the plugin i am compiling on my machine only hp 11.0, but ofcouse framemaker with which it is getting attached is made on hp 10.2.
harry d brown jr
Honored Contributor