- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: What to do next
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
02-26-2003 10:42 AM
02-26-2003 10:42 AM
What to do next
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2003 10:46 AM
02-26-2003 10:46 AM
Re: What to do next
If you have downloaded from HP site then you just have to use swinstall to install it.
Thanks,
-pap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2003 10:51 AM
02-26-2003 10:51 AM
Re: What to do next
> swinstall -s /tmp/yournewfile.depot \*
This assumes that you put the file in /tmp. Just remember that swinstall has to know the complete path to the depot file and the "\*" at the end of the command says to load it without starting an interactive session. If you just want to test it without loading it you can use the -p option that says "Preview" the swinstall session:
> swinstall -p -s /tmp/your.depot \*
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2003 11:10 AM
02-26-2003 11:10 AM
Re: What to do next
If you have downloaded the source for Perl 5.6 and you have untarred it, you should have a perl-5.6.0 directory. Go in there and you should find a file named INSTALL which will tell you how to install it. If you are going this route you'll need either the ANSI/C compiler or the gcc compiler.
Of course, if you've downloaded the HP depot of Perl, you just swinstall it as others have mentioned.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2003 11:24 AM
02-26-2003 11:24 AM
Re: What to do next
Pls follow these steps:
1.- Go to any HP port to download the gnu tar software, i.e:
http://hpux.connect.org.uk/hppd/hpux/Languages/perl-5.8.0/
Pls check Dependencies, In this case you need install first "libiconv", this is available on:
http://hpux.connect.org.uk/hppd/hpux/Development/Libraries/libiconv-1.8/
2.- Select the correct depot version according your operating system version, if you have HP-UX 11.0 you must select:
HP-UX 11.00 PA-RISC Binary Depot (gzipped)
3.- Download the Depots and place them in binary mode in your target HP-UX host, I recommend you in /var/tmp directory.
4.- Unzip the files and, if you want, list them:
#cd /var/tmp
#gzip -d
#swlist -s /var/tmp/
# Initializing...
# Contacting target "your_host_name"...
#
# Target: your_host_name:/var/tmp/
#
#
# No Bundle(s) on mad01h:/var/tmp/
# Product(s):
#
#
5.- Finally try to install them by swinstall command:
#swinstall -s /var/tmp/
Take note about the destination Path for both of them:
libiconv: /usr/local
perl-5.8.0: /usr/local
Maybe you need add manually binary and man path files into /etc/PATH (/usr/local/bin/)and /etc/MANPATH (/usr/local/man/) to work fine.
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2003 11:32 AM
02-26-2003 11:32 AM