perlhpux.pod
来自「视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.」· POD 代码 · 共 646 行 · 第 1/2 页
POD
646 行
If you read this file _as_is_, just ignore the funny characters you see.It is written in the POD format (see pod/perlpod.pod) which is speciallydesigned to be readable as is.=head1 NAMEREADME.hpux - Perl version 5 on Hewlett-Packard Unix (HP-UX) systems=head1 DESCRIPTIONThis document describes various features of HP's Unix operating system(HP-UX) that will affect how Perl version 5 (hereafter just Perl) iscompiled and/or runs.=head2 Using perl as shipped with HP-UXApplication release September 2001, HP-UX 11.00 is the first to shipwith Perl. By the time it was perl-5.6.1 in /opt/perl. The firstoccurrence is on CD 5012-7954 and can be installed using swinstall -s /cdrom perlassuming you have mounted that CD on /cdrom. In this version thefollowing modules were installed: ActivePerl::DocTools-0.04 HTML::Parser-3.19 XML::DOM-1.25 Archive::Tar-0.072 HTML::Tagset-3.03 XML::Parser-2.27 Compress::Zlib-1.08 MIME::Base64-2.11 XML::Simple-1.05 Convert::ASN1-0.10 Net-1.07 XML::XPath-1.09 Digest::MD5-2.11 PPM-2.1.5 XML::XSLT-0.32 File::CounterFile-0.12 SOAP::Lite-0.46 libwww-perl-5.51 Font::AFM-1.18 Storable-1.011 libxml-perl-0.07 HTML-Tree-3.11 URI-1.11 perl-ldap-0.23That build was a portable hppa-1.1 multithread build that supports largefiles compiled with gcc-2.9-hppa-991112.If you perform a new installation, then (a newer) Perl will be installedautomatically. Preinstalled HP-UX systems now slao have more recent versionsof Perl and the updated modules.The official (threaded) builds from HP, as they are shipped on theApplication DVD/CD's are available onhttp://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=PERLfor both PA-RISC and IPF (Itanium Processor Family). They are builtwith the HP ANSI-C compiler.=head2 Using perl from HP's porting centreHP porting centre tries very hard to keep up with customer demand andrelease updates from the Open Source community. Having precompiledPerl binaries available is obvious.The HP porting centres are limited in what systems they are allowedto port to and they usually choose the two most recent OS versionsavailable. This means that at the moment of writing, there are onlyHP-UX 11.11 (pa-risc 2.0) and HP-UX 11.23 (Itanium 2) ports availableon the porting centres.HP has asked the porting centre to move Open Source binariesfrom /opt to /usr/local, so binaries produced since the startof July 2002 are located in /usr/local.One of HP porting centres URL's is http://hpux.connect.org.uk/The port currently available is built with GNU gcc.=head2 Compiling Perl 5 on HP-UXWhen compiling Perl, you must use an ANSI C compiler. The C compilerthat ships with all HP-UX systems is a K&R compiler that should only beused to build new kernels.Perl can be compiled with either HP's ANSI C compiler or with gcc. Theformer is recommended, as not only can it compile Perl with nodifficulty, but also can take advantage of features listed later thatrequire the use of HP compiler-specific command-line flags.If you decide to use gcc, make sure your installation is recent andcomplete, and be sure to read the Perl INSTALL file for more gcc-specificdetails.=head2 PA-RISCHP's HP9000 Unix systems run on HP's own Precision Architecture(PA-RISC) chip. HP-UX used to run on the Motorola MC68000 family ofchips, but any machine with this chip in it is quite obsolete and thisdocument will not attempt to address issues for compiling Perl on theMotorola chipset.The most recent version of PA-RISC at the time of this document's lastupdate is 2.0. HP PA-RISC systems are usually refered to with modeldescription "HP 9000". The last CPU in this series is the PA-8900.Support for PA-RISC architectured machines officially ends as shownin the following table: PA-RISC End-of-Life Roadmap +--------+----------------+----------------+-----------------+ | HP9000 | Superdome | PA-8700 | Spring 2011 | | 4-128 | | PA-8800/sx1000 | Summer 2012 | | cores | | PA-8900/sx1000 | 2014 | | | | PA-8900/sx2000 | 2015 | +--------+----------------+----------------+-----------------+ | HP9000 | rp7410, rp8400 | PA-8700 | Spring 2011 | | 2-32 | rp7420, rp8420 | PA-8800/sx1000 | 2012 | | cores | rp7440, rp8440 | PA-8900/sx1000 | Autumn 2013 | | | | PA-8900/sx2000 | 2015 | +--------+----------------+----------------+-----------------+ | HP9000 | rp44x0 | PA-8700 | Spring 2011 | | 1-8 | | PA-8800/rp44x0 | 2012 | | cores | | PA-8900/rp44x0 | 2014 | +--------+----------------+----------------+-----------------+ | HP9000 | rp34x0 | PA-8700 | Spring 2011 | | 1-4 | | PA-8800/rp34x0 | 2012 | | cores | | PA-8900/rp34x0 | 2014 | +--------+----------------+----------------+-----------------+A complete list of models at the time the OS was built is in the file/usr/sam/lib/mo/sched.models. The first column corresponds to the lastpart of the output of the "model" command. The second column is thePA-RISC version and the third column is the exact chip type used.(Start browsing at the bottom to prevent confusion ;-) # model 9000/800/L1000-44 # grep L1000-44 /usr/sam/lib/mo/sched.models L1000-44 2.0 PA8500=head2 Portability Between PA-RISC VersionsAn executable compiled on a PA-RISC 2.0 platform will not execute on aPA-RISC 1.1 platform, even if they are running the same version ofHP-UX. If you are building Perl on a PA-RISC 2.0 platform and want thatPerl to also run on a PA-RISC 1.1, the compiler flags +DAportable and+DS32 should be used.It is no longer possible to compile PA-RISC 1.0 executables on eitherthe PA-RISC 1.1 or 2.0 platforms. The command-line flags are accepted,but the resulting executable will not run when transferred to a PA-RISC1.0 system.=head2 PA-RISC 1.0The original version of PA-RISC, HP no longer sells any system with this chip.The following systems contained PA-RISC 1.0 chips: 600, 635, 645, 808, 815, 822, 825, 832, 834, 835, 840, 842, 845, 850, 852, 855, 860, 865, 870, 890=head2 PA-RISC 1.1An upgrade to the PA-RISC design, it shipped for many years in many differentsystem.The following systems contain with PA-RISC 1.1 chips: 705, 710, 712, 715, 720, 722, 725, 728, 730, 735, 742, 743, 744, 745, 747, 750, 755, 770, 777, 778, 779, 800, 801, 803, 806, 807, 809, 811, 813, 816, 817, 819, 821, 826, 827, 829, 831, 837, 839, 841, 847, 849, 851, 856, 857, 859, 867, 869, 877, 887, 891, 892, 897, A180, A180C, B115, B120, B132L, B132L+, B160L, B180L, C100, C110, C115, C120, C160L, D200, D210, D220, D230, D250, D260, D310, D320, D330, D350, D360, D410, DX0, DX5, DXO, E25, E35, E45, E55, F10, F20, F30, G30, G40, G50, G60, G70, H20, H30, H40, H50, H60, H70, I30, I40, I50, I60, I70, J200, J210, J210XC, K100, K200, K210, K220, K230, K400, K410, K420, S700i, S715, S744, S760, T500, T520=head2 PA-RISC 2.0The most recent upgrade to the PA-RISC design, it added support for64-bit integer data.As of the date of this document's last update, the following systemscontain PA-RISC 2.0 chips: 700, 780, 781, 782, 783, 785, 802, 804, 810, 820, 861, 871, 879, 889, 893, 895, 896, 898, 899, A400, A500, B1000, B2000, C130, C140, C160, C180, C180+, C180-XP, C200+, C400+, C3000, C360, C3600, CB260, D270, D280, D370, D380, D390, D650, J220, J2240, J280, J282, J400, J410, J5000, J5500XM, J5600, J7000, J7600, K250, K260, K260-EG, K270, K360, K370, K380, K450, K460, K460-EG, K460-XP, K470, K570, K580, L1000, L2000, L3000, N4000, R380, R390, SD16000, SD32000, SD64000, T540, T600, V2000, V2200, V2250, V2500, V2600Just before HP took over Compaq, some systems were renamed. the linkthat contained the explanation is dead, so here's a short summary: HP 9000 A-Class servers, now renamed HP Server rp2400 series. HP 9000 L-Class servers, now renamed HP Server rp5400 series. HP 9000 N-Class servers, now renamed HP Server rp7400. rp2400, rp2405, rp2430, rp2450, rp2470, rp3410, rp3440, rp4410, rp4440, rp5400, rp5405, rp5430, rp5450, rp5470, rp7400, rp7405, rp7410, rp7420, rp7440, rp8400, rp8420, rp8440, SuperdomeThe current naming convention is: aadddd ||||`+- 00 - 99 relative capacity & newness (upgrades, etc.) |||`--- unique number for each architecture to ensure different ||| systems do not have the same numbering across ||| architectures ||`---- 1 - 9 identifies family and/or relative positioning || |`----- c = ia32 (cisc) | p = pa-risc | x = ia-64 (Itanium & Itanium 2) | h = housing `------ t = tower r = rack optimized s = super scalable b = blade sa = appliance=head2 Itanium Processor Family (IPF) and HP-UXHP-UX also runs on the new Itanium processor. This requires the useof a different version of HP-UX (currently 11.23 or 11i v2), and withthe exception of a few differences detailed below and in later sections,Perl should compile with no problems.Although PA-RISC binaries can run on Itanium systems, you should notattempt to use a PA-RISC version of Perl on an Itanium system. This isbecause shared libraries created on an Itanium system cannot be loadedwhile running a PA-RISC executable.HP Itanium 2 systems are usually refered to with model description"HP Integrity".=head2 Itanium, Itanium 2 & Madison 6HP also ships servers with the 128-bit Itanium processor(s). The cx26x0is told to have Madison 6. As of the date of this document's last update,the following systems contain Itanium or Itanium 2 chips (this is likelyto be out of date): BL60p, BL860c, cx2600, cx2620, rx1600, rx1620, rx2600, rx2600hptc, rx2620, rx2660, rx3600, rx4610, rx4640, rx5670, rx6600, rx7420, rx7620, rx7640, rx8420, rx8620, rx8640, rx9610, sx1000, sx2000To see all about your machine, type # model ia64 hp server rx2600 # /usr/contrib/bin/machinfo=head2 Building Dynamic Extensions on HP-UXHP-UX supports dynamically loadable libraries (shared libraries).Shared libraries end with the suffix .sl. On Itanium systems,they end with the suffix .so.Shared libraries created on a platform using a particular PA-RISCversion are not usable on platforms using an earlier PA-RISC version bydefault. However, this backwards compatibility may be enabled using thesame +DAportable compiler flag (with the same PA-RISC 1.0 caveatmentioned above).Shared libraries created on an Itanium platform cannot be loaded ona PA-RISC platform. Shared libraries created on a PA-RISC platformcan only be loaded on an Itanium platform if it is a PA-RISC executablethat is attempting to load the PA-RISC library. A PA-RISC sharedlibrary cannot be loaded into an Itanium executable nor vice-versa.To create a shared library, the following steps must be performed: 1. Compile source modules with +z or +Z flag to create a .o module which contains Position-Independent Code (PIC). The linker will tell you in the next step if +Z was needed. (For gcc, the appropriate flag is -fpic or -fPIC.) 2. Link the shared library using the -b flag. If the code calls any functions in other system libraries (e.g., libm), it must be included on this line.(Note that these steps are usually handled automatically by the extension'sMakefile).If these dependent libraries are not listed at shared library creationtime, you will get fatal "Unresolved symbol" errors at run time when thelibrary is loaded.You may create a shared library that refers to another library, whichmay be either an archive library or a shared library. If this secondlibrary is a shared library, this is called a "dependent library". Thedependent library's name is recorded in the main shared library, but itis not linked into the shared library. Instead, it is loaded when themain shared library is loaded. This can cause problems if you build anextension on one system and move it to another system where thelibraries may not be located in the same place as on the first system.If the referred library is an archive library, then it is treated as asimple collection of .o modules (all of which must contain PIC). Thesemodules are then linked into the shared library.Note that it is okay to create a library which contains a dependentlibrary that is already linked into perl.Some extensions, like DB_File and Compress::Zlib use/require prebuiltlibraries for the perl extensions/modules to work. If these librariesare built using the default configuration, it might happen that yourun into an error like "invalid loader fixup" during load phase.HP is aware of this problem. Search the HP-UX cxx-dev forums fordiscussions about the subject. The short answer is that B<everything>(all libraries, everything) must be compiled with C<+z> or C<+Z> to bePIC (position independent code). (For gcc, that would beC<-fpic> or C<-fPIC>). In HP-UX 11.00 or newer the linkererror message should tell the name of the offending object file.A more general approach is to intervene manually, as with an example forthe DB_File module, which requires SleepyCat's libdb.sl: # cd .../db-3.2.9/build_unix # vi Makefile ... add +Z to all cflags to create shared objects CFLAGS= -c $(CPPFLAGS) +Z -Ae +O2 +Onolimit \ -I/usr/local/include -I/usr/include/X11R6 CXXFLAGS= -c $(CPPFLAGS) +Z -Ae +O2 +Onolimit \ -I/usr/local/include -I/usr/include/X11R6 # make clean # make # mkdir tmp
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?