Operating System - HP-UX
1753287 Members
5446 Online
108792 Solutions
New Discussion юеВ

Re: Where to find curl for 11.23?

 
SOLVED
Go to solution
dictum9
Super Advisor

Where to find curl for 11.23?

Please help me find curl for 11.23.
7 REPLIES 7
Geoff Wild
Honored Contributor
Solution

Re: Where to find curl for 11.23?

http://hpux.cs.utah.edu/hppd/hpux/Networking/WWW/curl-7.16.2/

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
A. Clay Stephenson
Acclaimed Contributor

Re: Where to find curl for 11.23?

You need to become familiar with the HP-UX Porting and Archive Centre's:

http://hpux.its.tudelft.nl/hppd/hpux/Networking/WWW/curl-7.16.2/

NOTE: You must also install some run-time dependent packages as well.
If it ain't broke, I can fix that.
James R. Ferguson
Acclaimed Contributor

Re: Where to find curl for 11.23?

Steven Schweda
Honored Contributor

Re: Where to find curl for 11.23?

Use the source, Luke:

http://curl.haxx.se/

I quote:

The most recent stable version of curl is
version 7.16.3, released on 25th of June
2007.


It sounds fresh.
dictum9
Super Advisor

Re: Where to find curl for 11.23?

It's having issues with libintl.so. I cannot find this library anywhere. Where is it?


#: curl -v
/usr/lib/hpux32/dld.so: Unable to find library 'libintl.so'.
Killed
#:
Steven Schweda
Honored Contributor

Re: Where to find curl for 11.23?

> #: curl -v
> /usr/lib/hpux32/dld.so: Unable to find library 'libintl.so'.

Where did you get that "curl" program?
Geoff Wild
Honored Contributor

Re: Where to find curl for 11.23?

Did you install the run time dependancies?

http://hpux.cs.utah.edu/hppd/hpux/Networking/WWW/curl-7.16.2/

You need:

Run-time dependencies: db gdbm gettext libiconv libidn openssl perl zlib

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.