Operating System - HP-UX
1834789 Members
2895 Online
110070 Solutions
New Discussion

/usr/lib/hpux32/dld.so: Unable to find library 'libidn.so'

 
Ben Loyd
New Member

/usr/lib/hpux32/dld.so: Unable to find library 'libidn.so'

I Downloaded mutt-1.5.19 for Itanium



used swinstall and received no errors



I began to run it and received the below error



/usr/local/bin - (root)--> ./mutt

/usr/lib/hpux32/dld.so: Unable to find library 'libidn.so'.

Killed





Run-time dependencies I put on before mutt:



Bison 2.4.1

db 4.7.25

expat 2.0.1

flex 2.5.35

gdbm 1.8.3

libiconv 1.13

libidn 1.14

m4 1.4.13

make 3.81

ncurses 5.7

openssl 0.9.8k

perl 5.10.0



Thoughts?
Thanks for your help!
Unix Rules!
3 REPLIES 3
Shinji Teragaito_1
Respected Contributor

Re: /usr/lib/hpux32/dld.so: Unable to find library 'libidn.so'

I guess you downloaded mutt and all of its dependent libraries
from the Porting and Archive Centr. If so, libidn.so should be
present in /usr/local/lib/hpux32. It looks to me the mutt binary
has /usr/local/lib/hpux32 as the embedded path. Doublecheck if
libidn.so is present with the executable file permission (555).
Ben Loyd
New Member

Re: /usr/lib/hpux32/dld.so: Unable to find library 'libidn.so'

Thanks for the reply.

Here is what I have:

/usr/local/lib/hpux32 -(root) ll
-r-xr-xr-x 1 root sys 387756 Apr 3 09:22 libidn.so

No problem there.
Unix Rules!
Dennis Handly
Acclaimed Contributor

Re: /usr/lib/hpux32/dld.so: Unable to find library 'libidn.so'

>Here is what I have:
>/usr/local/lib/hpux32 -(root) ll
-r-xr-xr-x 1 root sys 387756 Apr 3 09:22 libidn.so

What does "file libidn.so" show?
What happens when you use:
ldd ./mutt

Perhaps mutt wants its shlibs elsewhere?