- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- install Perl 5.8.8
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
тАО12-14-2007 04:26 PM
тАО12-14-2007 04:26 PM
install Perl 5.8.8
ppm> install LWP:Simple
Error: No valid repositories: Error: 500 Can't connect to ppm.ActiveState.com:80 (connect: Invalid argument)
I would like to know if there is another port to do this instalation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-15-2007 01:43 AM
тАО12-15-2007 01:43 AM
Re: install Perl 5.8.8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-17-2007 08:43 AM
тАО12-17-2007 08:43 AM
Re: install Perl 5.8.8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-17-2007 09:05 AM
тАО12-17-2007 09:05 AM
Re: install Perl 5.8.8
Port 80 is on the target link, but obviously the application can not connect through your firewall.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-17-2007 09:20 AM
тАО12-17-2007 09:20 AM
Re: install Perl 5.8.8
Try setting these environmental variables before initiating 'ppm':
# export HTTP_proxy=http://proxy:8080
...or whatever port you firewall will allow.
You may also need to do:
# export HTTP_proxy_user=someuser
# export HTTP_proxy_pass=somepassword
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-26-2007 12:12 PM
тАО12-26-2007 12:12 PM
Re: install Perl 5.8.8
Doing it this way, I don't use ppm at all. I get the perl modules and install them myself.
There is a guy in the forums called Merjin Procura. He has a website that appears dedicated to hpux's versions of perl.
But maybe you like active state's perl. Maybe you want to keep it. Ok. Here's another option.
PPM for my windows-active-state perl doesn't work for me either. I wanted to load a perl library on my pc's perl and could not get it.
I got it work and was smart enough to make notes here they are:
Where are the package repositories?
Default Repositories
http://www.ActiveState.com/cgibin/PPM/ppmserver.plex?urn:/PPMServer ActiveState's PPM 2 repository
http://ppm-ia.ActiveState.com/PPM/ppmserver.plex?urn:/PPM/Server/SQL ActiveState's PPM 3 Repository
Using Zip Files
As an alternate method for installing packages, you can download zip files for the packages that you need from http://ppm.activestate.com/PPMPackages/zips/. To use these files:
1. Unzip the package to a temporary directory.
2. Install the package by specifying the ppd file directly:
ppm install c:\tmp\module-name.ppd
Please note that some modules have dependencies that may cause them to fail to install. If you are on an internet-connected machine, you can use the ppm tree command to see what dependencies the package has.
1. http://ppm.activestate.com/PPMPackages/zips/. To use these files:
Please select the version of ActivePerl you are using:
* ActivePerl 5xx (e.g. ActivePerl 5_005.522)
* ActivePerl 6xx (e.g. ActivePerl 5.6.1.623)
* ActivePerl 8xx (e.g. ActivePerl 5.8.8.817)
2. I click on the 8xx version.
this sends me to
http:// ppm.activestate.com/PPMPackages/zips/8xx-builds-only/
There are my notes from 13Jul2007. It looks like some of it was the help text in active-state.
Steve