Operating System - HP-UX
1753776 Members
7025 Online
108799 Solutions
New Discussion юеВ

Re: ld: Unsatisfied symbol "libiconv_open" in file

 
ъ╣АыПЩьЬд
New Member

ld: Unsatisfied symbol "libiconv_open" in file

Hi,
we have to use libiconv library , but , out HP itainium Server Only Support 32bit Version.
We need to 64bit libiconv library, but we can find it.

We Compiled which "gcc -mlp64 " ...

where is libiconv 64bit library ???


Please Help.

#uname -a
HP-UX probe301 B.11.31 U ia64 0255879614 unlimited-user license

2 REPLIES 2
Dennis Handly
Acclaimed Contributor

Re: ld: Unsatisfied symbol "libiconv_open" in file

Where is your 32 shlib?
Is there a 64 bit version in /usr/local/lib/hpux64/?
If not, you may have to compile it from source.
Dennis Handly
Acclaimed Contributor

Re: ld: Unsatisfied symbol "libiconv_open" in file

I couldn't find a 64 bit libiconv on my system nor in the one from the Porting center.
http://hpux.connect.org.uk/hppd/hpux/Development/Libraries/libiconv-1.13.1/

There is source there, so you can port it to 64 bit.