- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- upgrading to active state perl, any issues? (on HP...
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
06-15-2004 03:06 AM
06-15-2004 03:06 AM
Also this installation does not work with CPAN module installations/updates. It can't find modules even though they exist within the installed /opt/perl/lib locations.
and yes, I know about https://www.beepz.com/personal/merijn/
Masaki
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 03:11 AM
06-15-2004 03:11 AM
Re: upgrading to active state perl, any issues? (on HP-UX PA-RISC)
http://hpux.cs.utah.edu/hppd/hpux/Languages/perl-5.8.3/
and I have no clue as to what "ActiveState" means
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 03:17 AM
06-15-2004 03:17 AM
Re: upgrading to active state perl, any issues? (on HP-UX PA-RISC)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 03:22 AM
06-15-2004 03:22 AM
Re: upgrading to active state perl, any issues? (on HP-UX PA-RISC)
They DON'T support HPux, so I say stay with the 5.8.3 depot I directed you to.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 03:43 AM
06-15-2004 03:43 AM
SolutionActiveState also hosts the sources for *ALL* builds of perl, so we cannot live without them :)
ActiveState uses ppm, instead of CPAN. On windows, I actually like it, but on *nix, I prefer manual builds. I use CPANPLUS or CPAN only to check for updates, or fetch the right modules.
My site has compressed tar archives, and most of the other binary distributions are in depot format.
If I recall correctly, ActiveState *always* builds threaded perls, on all their ports. I personally do not favour threaded builds, because I have never seen any application *need* it, and to impose a 25% speed penalty just because you like to play with threads is not my kind of system management.
My advice is to choose a build that best fits your needs.
1. Your architecture: don't choose pa-1.1 if you are running on pa-2.0
2. Bitness. Choose 64bit only if you need it
3. Threadedness: Again only if you require threads
4. Features. If you need 64bits or Unicode, go for 5.8.3 or newer, if you only need speed, and none of the shiny new stuff, 5.6.2 is still a good choice
5. Versatality. Easy of perl installation (depots) against freedom of location (.tbz) and module installation (prebuilt - ActiveState probably also has, like me, prebuilt Tk included) or small and lean where you have to install the modules of choice yourself.
Enjoy, Have FUN! H.Merijn