- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Install wput under HP-UX 11.11
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2009 10:33 AM
01-21-2009 10:33 AM
We have hp-ux 11.11 and I am looking to install wput for better ftp transfers to another server. I am getting the following when trying to gmake it (have also tried make and get a similar error). I think I need some other package installed, but I have no idea what it would be. Thanks for any help!!
Output:
cd po && gmake all
gmake[1]: Entering directory `/home/ken/install/wput-0.6.1/po'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/home/ken/install/wput-0.6.1/po'
cd src && gmake all
gmake[1]: Entering directory `/home/ken/install/wput-0.6.1/src'
gcc -Wall -g -DLOCALEDIR=\"/usr/local/share/locale\" -c -o socketlib.o socketlib.c
socketlib.c:28:26: error: sys/select.h: No such file or directory
gmake[1]: *** [socketlib.o] Error 1
gmake[1]: Leaving directory `/home/ken/install/wput-0.6.1/src'
gmake: *** [all] Error 2
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2009 10:48 AM
01-21-2009 10:48 AM
Re: Install wput under HP-UX 11.11
I'd fetch a binary from the Porting Centre, noting the dependencies listed there:
http://hpux.connect.org.uk/hppd/hpux/Gnu/wget-1.11.4/
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2009 11:00 AM
01-21-2009 11:00 AM
Re: Install wput under HP-UX 11.11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2009 11:04 AM
01-21-2009 11:04 AM
Re: Install wput under HP-UX 11.11
put != get.
I haven't looked at wput for a long time (and
then I was worried more about VMS
compatibility). Whence did you get the
source kit?
As I (dimly) recall, the code and its
builders were none too robust.
> [...] better ftp transfers [...]
Define "better".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2009 11:21 AM
01-21-2009 11:21 AM
Re: Install wput under HP-UX 11.11
It is better in the sense that it can do auto-resumes and the like if the connection is dropped. On our Linux box, I can use lftp for the same function. I don't see this available for the HP either. Any other suggestions for good command line ftp clients supporting auto-resume on a connection drop?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2009 12:30 PM
01-21-2009 12:30 PM
SolutionYeah, it hasn't improved greatly since I
last looked at it. Not very portable.
You also need a strtoll().
If you want a sloppy-port kit, send some
e-mail to me, sms@antinode-info (more or
less).
You might report the problems to the
developers, too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2009 01:14 PM
01-21-2009 01:14 PM
Re: Install wput under HP-UX 11.11
From your info, I changed select.h to time.h and found this site (http://archives.seul.org/gftp/users/Apr-2004/msg00010.html) where they wrote their own strtoll() and it worked. I was able to get wput made and can view the version and help now. Now on to test it and make sure it really does work correctly.
If anyone has an ftp command line client with these types of features for HP-UX 11.11, I would be interested. I see wput is available in a media kit for 11.23 or higher, but that doesn't help me. :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2009 02:11 PM
01-21-2009 02:11 PM
Re: Install wput under HP-UX 11.11
Oops! Indeed, 'put' != 'get'. Sorry!
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2009 02:19 PM
01-21-2009 02:19 PM
Re: Install wput under HP-UX 11.11
I'm sensitized. My major contribution to
wput was making it easier for it to steal
code from wget, so that I could more easily
get my VMS-related wget changes into it.
(VMS FTP servers tend to look different from
UNIX FTP servers.)
VMS has COPY /FTP, however, so it has less
need for a wput than some systems, and so,
as I said, I haven't looked at it lately.