- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Installtion failed of Perl 5.8.0
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
11-26-2003 11:37 PM
11-26-2003 11:37 PM
Installtion failed of Perl 5.8.0
i try to install a new version of perl 5.8.0 in my hp-unix system 11.0, the file i have downloaded is : perl-5.8.0-sd-11.00.depot.
With swinstall , i have this message :
/tmp/perl-5.8.0-sd-11.00.depot": You do not have the required
permissions to perform this SD operation. Please check to see that
you have the required permissions using the "swacl" command or see
your system administrator for assistance.
What's the matter?
Thanks for your helps
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2003 11:46 PM
11-26-2003 11:46 PM
Re: Installtion failed of Perl 5.8.0
swagentd -r
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2003 11:53 PM
11-26-2003 11:53 PM
Re: Installtion failed of Perl 5.8.0
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2003 11:58 PM
11-26-2003 11:58 PM
Re: Installtion failed of Perl 5.8.0
The installation is ok, but
How to remplace the version 4.0 by the new release 5-8.0 .
# swlist |grep perl gives :
perl 5.8.0 perl
# perl -v gives
This is perl, version 4.0
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2003 12:16 AM
11-27-2003 12:16 AM
Re: Installtion failed of Perl 5.8.0
believe default install of perl 5.8.0 is in /usr/local/perl
check if your PATH is set to the new perl install.
Hope this helps,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2003 12:18 AM
11-27-2003 12:18 AM
Re: Installtion failed of Perl 5.8.0
Issue a whereis command to find your Perl v4.0
whereis perl
and remove it from there (it's probably /usr/contrib/bin), and then include your new path for Perl 5.8 in your PATH (probably /opt/perl/bin or /opt/perl5/bin)
That should fix your problem