- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- perl migration
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
10-13-2004 03:15 AM
10-13-2004 03:15 AM
perl migration
First let me say that I am not the SA for this platform, but have a need to use perl/DBI/Oracle.
I have had perl 5.6.1 (depot) installed in /opt/perl/ and want to install 5.8.x and try it out with some production scripts. Will swinstall allow me to have two distinct perl trees?
Secondly, which gcc will be necessary for me to get CPAN module installs that require some compiles to run successfully, The current combination of B.11.11 and gcc 3.1 yield a number of warnings during make and fail.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2004 03:24 AM
10-13-2004 03:24 AM
Re: perl migration
The only way I've found around it is to install the new release on a test machine and do script testing there.
I have not heard of anybody doing this upgrade and having any problems with legacy perl code.
I did an experiment for Michael Tully in Austrailia with java insalling to a different target. I could not figure out how to use th outcome. Java is different as when you install 1.4 on a 1.3 system 1.3 remains on the system.
There may be advanced swinstall characteristics that let you install the Perl depot leaving the old one available. I haven't been able to figure out which option will do that.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2004 03:49 AM
10-13-2004 03:49 AM
Re: perl migration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2004 03:52 AM
10-13-2004 03:52 AM
Re: perl migration
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
10-13-2004 04:00 AM
10-13-2004 04:00 AM
Re: perl migration
you will have to change/set $PERL5LIB
Assuming that you install my perl on /opt/perl585m (what's in a name), set PERL5LIB to
/opt/perl585m/lib/5.8.5/PA-RISC2.0:/opt/perl585m/lib/5.8.5:/opt/perl585m/lib/site_perl/5.8.5/PA-RISC2.0:/opt/perl585m/lib/site_perl/5.8.5:/opt/perl585m/lib/site_perl:.
FWIW, the SW depots do not allow dual installs
Enjoy, Have FUN! H.Merijn