1829738 Members
1721 Online
109992 Solutions
New Discussion

Wget Error

 
SOLVED
Go to solution
Maxim Rozin
Frequent Advisor

Wget Error

Hello,

I am tryig to run wget on hp-ux 11i.
I get the following error:
/usr/lib/dld.sl: unresolved symbol: libintl_bindtextdomain (code) from wget

What can I do ?

Thank you
3 REPLIES 3
Alex Lavrov.
Honored Contributor
Solution

Re: Wget Error

Where from you installed it Maxim? Depot or compile?

Alex.
I don't give a damn for a man that can only spell a word one way. (M. Twain)
Alex Lavrov.
Honored Contributor

Re: Wget Error

P.S. There are dependencies:
bison flex gcc gettext libiconv m4 openssl

http://hpux.connect.org.uk/hppd/hpux/Gnu/wget-1.9.1/


If you don't have these libraries, you must install then and if you have, be sure that they are in LD_PATH and SHLIB_PATH.

I know that there are servers at your place that wget works there, because I installed it there, last year. You can compare them.

Alex.
I don't give a damn for a man that can only spell a word one way. (M. Twain)
Maxim Rozin
Frequent Advisor

Re: Wget Error

thanx