- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: tar > 2GB problems install gnu tar
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
Discussions
Discussions
Discussions
Forums
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
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
тАО10-03-2003 09:56 AM
тАО10-03-2003 09:56 AM
I have a server HPUX 11.00 9000/800/L3000-7x
I NEED to tar files greater than 2 GB, and I think probably larger that 8
GB.
I did down load and install what I thought was GNU tar... (is it?)
http://hpux.asknet.de/ftp/hpux/Gnu/tar-1.13.25/tar-1.13.25-sd-11.00.depot.gz
I installed the depot without any errors, and when I tried to run the
/usr/local/bin/tar I got errors regarding...
/usr/lib/dld.sl: Can't iped shard library: /usr/local/lib/libiconv.sl
So I installed the
libiconv-1.9-sd-11.00.depot
No errors on install, but then received another error regarding...
/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libintl.sl
/usr/lib/dld.sl: No such file or directory
This bugger just does not want to install! Also, how would I check the man
pages of this gnu tar, it kept opening up the default tar, /usr/bin/tar
So all that aside I then tried to do the patch from HP site....PHCO_29229
This has awhole whack of dependencies.... Also changes to the kernel. Are
all these patches needed?! It would require a reboot.
I had alook, and I have about half of the patches already, there are a
couple kernel patches that I am missing, this would require a reboot...
Has anyone installed the gnu tar from The HPUX porting and Archive Centre?
Does this depot support files larger than 2 GB and also greater that 8?
How the heck do you install it???
Will Hp build support into there tar for larger than 8 GB? Should I go with
this depot instead?
What a night mare!
Laura
Solved! Go to Solution.
- Tags:
- gtar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-03-2003 10:16 AM
тАО10-03-2003 10:16 AM
Re: tar > 2GB problems install gnu tar
You won't need the HP Compiler; latest versions of GCC will do fine. I just grabbed the package right now and it's stated in the HPUX.Install file that it does support large files.
Also, the package installs in /usr/local/bin. To differentiate GNU tar from HP-UX's tar, add a symlink from /usr/local/bin/tar to /usr/bin/gtar.
Finally, you could ger also libintl.sl - it's included in the "gettext" package, available for download at the Porting Centre:
http://hpux.connect.org.uk/ftp/hpux/Gnu/gettext-0.12/gettext-0.12-sd-11.00.depot.gz
HTH
Paulo Fessel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-03-2003 11:11 AM
тАО10-03-2003 11:11 AM
Re: tar > 2GB problems install gnu tar
Did you install the depencies for GNU tar?
gettext
http://hpux.cs.utah.edu/hppd/hpux/Gnu/gettext-0.12/
and libiconv
http://hpux.cs.utah.edu/hppd/hpux/Development/Libraries/libiconv-1.9/
The error is indicative of not having the latter.
Also, here's the man page:
http://hpux.cs.utah.edu/hppd/hpux/Gnu/tar-1.13.25/man.html
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-23-2005 01:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-23-2005 01:38 AM
тАО02-23-2005 01:38 AM
Re: tar > 2GB problems install gnu tar
You can use split command for files bigger than 2GB, or fbackup.
Regards,
Borislav