- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Perl 5.6 for hpux 10.20 PA RISC 1
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-23-2003 01:36 AM
01-23-2003 01:36 AM
Perl 5.6 for hpux 10.20 PA RISC 1
I would like to know whether it is possible to get perl binaries for 10.20 HPUX version for PA RISC 1.1 version.
And does it matter if PA RISC version is different viz 1.1 or 2
Any help will be highly appreciated.
Rgds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2003 01:59 AM
01-23-2003 01:59 AM
Re: Perl 5.6 for hpux 10.20 PA RISC 1
you can find the source file in :
http://www.perl.com/CPAN/src/
see perl 5.6
you can also find a more upgrade version in :
http://hpux.cs.utah.edu/hppd/hpux/Languages/perl-5.8.0/
you can compile and the sourse over there
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2003 02:00 AM
01-23-2003 02:00 AM
Re: Perl 5.6 for hpux 10.20 PA RISC 1
It is not possible to find new Perl-version on http://hpux.cs.utah.edu
Try:
/www/perl.com/CPAN/src/latest.tar.gz.
It is standard source-distribution, easy
for compilation eighter for 10.20 or
for 11.00
Regards, Stan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2003 02:18 AM
01-23-2003 02:18 AM
Re: Perl 5.6 for hpux 10.20 PA RISC 1
Any reason you need 5.6.1?
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2003 07:19 PM
01-23-2003 07:19 PM
Re: Perl 5.6 for hpux 10.20 PA RISC 1
I would like to know whether perl 5.6.x working on 10.20 PA RISC 2 is compatible with 10.20 PA RISC 1 version.
Do we have any document or guideline for it?
Rgds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2003 12:54 AM
01-24-2003 12:54 AM
Re: Perl 5.6 for hpux 10.20 PA RISC 1
If it's built with HP C-ANSI-C /without/ the +DAportable flag, forget it. You can check how it is build with
perl -V
Enjoy, have FUN! H.Merijn
[ FYI If you realy need a 5.6.1 for 10.20, I've got a very recent updated version available here, but it's not as flexible as my default ports: it's built with HP C-ANSI-C (which means that it is 25% faster than gcc builds) and debugging enabled, which you will need to add XS modules, and it is installed on /pro/local instead of /opt/perl5 or /usr/local) ]