1832787 Members
3115 Online
110045 Solutions
New Discussion

Install wget

 
SOLVED
Go to solution
Ramones
Frequent Advisor

Install wget

Hi

Did anyone installed wget in an hp-ux machine (hp-ux 11.11)?
I've downloaded the software from here http://hpux.cs.utah.edu/hppd/hpux/Gnu/wget-1.10.2/ ...
but when I tried to install it returned an error about dependencies:
The corequisite "gettext.gettext-SHLIBS" for fileset
"wget.wget-RUN,r=1.10.2" cannot be successfully resolved.
ERROR: The dependencies for fileset "wget.wget-RUN,r=1.10.2" cannot
be resolved (see previous lines).
You must resolve the above dependencies before operating on
this fileset or change the "enforce_dependencies" option to
"false".

Should I make the download from a diferent site?
Any help will be appreciated...

Thanks,
STP
4 REPLIES 4
Oviwan
Honored Contributor

Re: Install wget

Hey

Have you installed the dependencies?

After install the dependencies (db gdbm gettext libiconv make openssl perl) try again with wget.

Regards
Court Campbell
Honored Contributor
Solution

Re: Install wget

download and install gettext.

http://hpux.cs.utah.edu/hppd/hpux/Gnu/gettext-0.16.1/
"The difference between me and you? I will read the man page." and "Respect the hat." and "You could just do a search on ITRC, you don't need to start a thread on a topic that's been answered 100 times already." Oh, and "What. no points???"
Ramones
Frequent Advisor

Re: Install wget

Thank you
Ramones
Frequent Advisor

Re: Install wget

Thank you