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-15-2001 01:30 PM
02-15-2001 01:30 PM
Perl ..
I have been reading up on perl on HPUX
but I am yet to find steps on where to find it and how to install it on my server. Is there a version already compliled that I can get from HP?
any help on this issue would be good..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2001 01:37 PM
02-15-2001 01:37 PM
Re: Perl ..
You can download a copy of perl for HPUX from the software porting and archive centre:
http://hpux.ee.ualberta.ca/hppd/hpux/Languages/perl-5.6.0/
There are lots of useful software at the site :
http://hpux.cs.utah.edu/
good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2001 01:41 PM
02-15-2001 01:41 PM
Re: Perl ..
You should check and make sure you don't have an old version of perl already on your system. HP comes with Perl 4.something and it is located in /usr/bin I think. The perl binary in the package you download and install will be located in /opt/perl5/bin. I made a symbolic link so that /usr/bin/perl points to /opt/perl5/bin/perl so that I know I am using the correct version.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2001 01:49 PM
02-15-2001 01:49 PM
Re: Perl ..
Am I going to need a C complier or anything
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2001 01:59 PM
02-15-2001 01:59 PM
Re: Perl ..
Here the specific link to perl 5.6.0 on the Utah mirror of the HP-UX porting center:
http://hpux.cs.utah.edu/hppd/hpux/Languages/perl-5.6.0/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2001 02:20 PM
02-15-2001 02:20 PM
Re: Perl ..
perl -v this is what i get.
This is perl, version 4.0
$RCSfile: perl.c,v $$Revision: 4.0.1.8 $$Date: 1993/02/05 19:39:30 $
Patch level: 36
Copyright (c) 1989, 1990, 1991, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 4.0 source kit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2001 02:23 PM
02-15-2001 02:23 PM
Re: Perl ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2001 02:25 PM
02-15-2001 02:25 PM
Re: Perl ..
You do not need to do anything special with the perl that is already installed before you install the new stuff.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2001 02:45 PM
02-15-2001 02:45 PM
Re: Perl ..
do I have to do it in that order?
Because I have already downloaded and installed (with swinstall) perl 5.6.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2001 03:33 PM
02-15-2001 03:33 PM
Re: Perl ..
Try the following:
which perl
or
find / -name perl -type f -exec ll {} \;
The 'which perl' should tell you where the perl is that it is using when you type perl at the prompt. The find statement will find all occurrences of perl that are files and do an ll on them.
Have you looked in /opt to see if you have a perl5 directory? If not, do so. I suspect it is there. The perl executable should be in /opt/perl5/bin. If it is there then another option you have is to make your path statement so that /opt/perl5/bin is at the beginning, thus making it so that the new perl is seen first.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2001 10:38 AM
02-16-2001 10:38 AM
Re: Perl ..
/usr/contrib. It's there to support the q4 crash
dump analyzer (also in /usr/contrib).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2001 12:22 PM
02-16-2001 12:22 PM
Re: Perl ..
You have to swinstall the new version, take the old version out of /usr/contrib/bin, and add the new version's path to /etc/PATH.