- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Perl Latest version
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
тАО03-08-2005 08:16 PM
тАО03-08-2005 08:16 PM
Perl Latest version
I've HP-UX 11.0.0
I need the lastest version of Perl used on this version. Can anyone advise me where I can find it ?
Thanks in advance.
Ahmed Attia.
- Tags:
- Perl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2005 08:22 PM
тАО03-08-2005 08:22 PM
Re: Perl Latest version
refer to this:
http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PERL
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2005 08:28 PM
тАО03-08-2005 08:28 PM
Re: Perl Latest version
But I'm afraid for HPUX 11.00 you'll have to build it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2005 09:19 PM
тАО03-08-2005 09:19 PM
Re: Perl Latest version
perl-5.8.7 is to be expected end of March 2005
My HP ITRC site pages can be found at (please use LA as primary choice):
USA Los Angeles http://mirrors.develooper.com/hpux/
SGP Singapore https://www.beepz.com/personal/merijn/
USA Chicago http://ww.hpux.ws/merijn/
NL Hoofddorp http://www.cmve.net/~merijn/
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2005 09:43 PM
тАО03-08-2005 09:43 PM
Re: Perl Latest version
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2005 11:17 PM
тАО03-08-2005 11:17 PM
Re: Perl Latest version
For steps how to assign points see:
http://forums1.itrc.hp.com/service/forums/bizsupport/helptips.do?#33
They will certainly appreciate it.
Happy Foruming
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2005 11:44 PM
тАО03-08-2005 11:44 PM
Re: Perl Latest version
I'm trying to install Perl5.8.6 when I got the following error:
gcc: +O2: No such file or directory
gcc: +Onolimit: No such file or directory
I can't compile the test program.
(The supplied flags or libraries might be incorrect.)
I alrady have both gcc and cc compilers
gcc version 3.3.2 (TWW)
and here is cc info:
cc: informational note 404: NLSPATH is /opt/ansic/lib/nls/msg/%L/%N.cat:/opt/ansic/lib/nls/msg/C/%N.cat:
cc: informational note 404: INCLUDIR is INCLUDIR=/usr/include
can anyone help ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2005 11:50 PM
тАО03-08-2005 11:50 PM
Re: Perl Latest version
http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-3.4.3/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2005 11:51 PM
тАО03-08-2005 11:51 PM
Re: Perl Latest version
Please tell us what package/distribution you downloaded, and what you are trying to achieve.
In most cases, downloading a precompiled binary package will serve your needs.
If you don't have HP's C-ANSI-C compiler, you will need GNU gcc to compile Perl, because Perl requires a full ANSI C compiler, which HP's bundled C compiler is not.
You will need a C compiler when you
- want to rebuild Perl from scratch (and you probably don't want to do that)
- want to add XS modules to your Perl binaries, like DBD-Oracle
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2005 11:55 PM
тАО03-08-2005 11:55 PM
Re: Perl Latest version
The URL you just provide me is to install gcc 3.4.3 for hp-ux 11.11
The box i have is hp-ux 11.00
What can I do ?
Ahmed Attia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-09-2005 12:02 AM
тАО03-09-2005 12:02 AM
Re: Perl Latest version
Try to compile the compiler and then compile perl ;)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-09-2005 12:06 AM
тАО03-09-2005 12:06 AM
Re: Perl Latest version
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-09-2005 12:07 AM
тАО03-09-2005 12:07 AM
Re: Perl Latest version
From my pages:
HP-UX 11.00 for 32bit builds:
GNU gcc-3.4.3 http://mirrors.develooper.com/hpux/gcc-3.4.3-32-11.00-hppa2.0.tbz
perl-5.8.6 http://mirrors.develooper.com/hpux/perl-5.8.6-gcc-3.4.3-11.00-pa20.tbz
HP-UX 11.00 for 64bit builds:
GNU gcc-3.4.3 http://mirrors.develooper.com/hpux/gcc-3.4.3-64-11.00-elf64.tbz
perl-5.8.6 http://mirrors.develooper.com/hpux/gcc-3.4.3-64-11.00-elf64.tbz
Install instructions for both available in
gcc: http://mirrors.develooper.com/hpux/#Gcc
--8<---
The 3.4.3 version of gcc available in the download section includes binutils 2.15 and gdb-6.2.1. I know that by the time I uploaded the builds gdb-6.3 was already out, but I'm having trouble building recent gdb's in 64bit mode so I postpone those to later, where I either replace the current builds or include it in the next gcc builds. Install it like this:
# cd /usr/local
# bzip2 -d < /var/tmp/gcc-3.4.3-64-11.00-elf64.tbz | tar xf -
And add /usr/local/pa20_64/bin to your $PATH, preferably in /etc/PATH
-->8---
perl: http://mirrors.develooper.com/hpux/#Perl
--8<---
To install it, do something similar to:
# cd /opt
# bzip2 -d
And add /opt/perl64/bin to your $PATH, preferably in /etc/PATH.
-->8---
If you didn't get it (yet), you need bzip too:
http://mirrors.develooper.com/hpux/bzip2-1.0.2-pa2.0
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-09-2005 12:11 AM
тАО03-09-2005 12:11 AM
Re: Perl Latest version
P.S. I would give him 10 twice!