HP-UX 11i Version 2 June 2006 Release Notes
Table Of Contents
- HP-UX 11i Version 2 June 2006 Release Notes
- Legal Notices
- Publication History
- Typographic Conventions
- 1 Overview of the Release Notes
- 2 Introduction to HP-UX 11i Version 2
- 3 What is New at a Glance
- What is in This Chapter?
- What is New in the June 2006 Release?
- What is New in the March 2006 Release?
- What is New in the December 2005 Release?
- What is New in the May 2005 Release?
- What is New in the September 2004 Release?
- What is New in the March 2004 Release?
- What is New in the Initial (October 2003) HP-UX 11i v2 Release?
- 4 Hardware-Specific Information
- What is in This Chapter?
- Hardware Enablement Patch Bundle for HP-UX 11i v2
- HP Instant Support Enterprise Edition
- Networking and Mass Storage Drivers
- Always-Installed Networking Drivers
- Selectable Networking Drivers
- Always-Installed Mass Storage Drivers
- Supported Systems
- Finding Firmware Information
- Utility Pricing Solutions
- 5 General System Administration
- What is in This Chapter?
- Feature Enablement Patch Bundle (FEATURE11i)
- HP Integrity Virtual Machines Provider
- HP Integrity VM Support Library
- HP Partitioning
- HP Serviceguard WBEM Providers
- HP System Management Homepage
- HP WBEM Services for HP-UX
- HP-UX Kernel Configuration
- Ignite-UX
- Online Diagnostics
- Quality Pack Patch Bundle
- Software Distributor
- Update-UX
- Utilization Provider
- 6 Disk and File Management
- 7 Internet and Networking
- 8 Security
- 9 Commands and System Calls
- 10 Libraries and Programming
- 11 Internationalization
- 12 Other Functionality

Libraries and Programming
Perl
Chapter 10
150
The Perl binary is now built with the vendor installation directory option enabled. This
allows users to package any non-core perl modules into the vendor_perl directory
available under /opt/perl_32/lib and /opt/perl_64/lib for 32-bit and 64-bit Perl
respectively.
Perl is also built linked to libcl to help in building DBI and DBD::Oracle modules.
Impact
There are no impacts other than those described previously.
Compatibility
Perl 5.8 is not binary compatible with earlier releases of Perl for XS modules. These
modules have to recompiled. (Pure Perl modules should continue to work.) The major
reason for the discontinuity is the new IO architecture called PerlIO. PerlIO is the
default configuration because without it, many new features of Perl 5.8 cannot be used.
In other words, you just have to recompile your modules containing XS code.
Performance
There are no known performance issues.
Documentation
For further information, see the perldelta manpage and the following Web sites:
• http://www.perl.org
• http://www.activestate.com
• http://learn.perl.org
Obsolescence
Not applicable.