- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Error in installing 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
Forums
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
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
тАО01-23-2007 06:24 PM
тАО01-23-2007 06:24 PM
I have downloaded perl 5.8.8 from HPUX Porting center and I need it to install to my HP-UX B.11.11 U 9000/800. Duuring swinstall i got error during analysis phase. Herewith are some part of the log...
* Reading source for file information. The corequisite "db.db-RUN" for fileset "perl.perl-SHLIBS,r=5.8.8" cannot be successfully resolved.The corequisite "gdbm.gdbm-RUN" for fileset "perl.perl-SHLIBS,r=5.8.8" cannot be successfully resolved.
ERROR: The dependencies for fileset "perl.perl-SHLIBS,r=5.8.8" cannot be resolved (see previous lines).
You must resolve the above dependencies before operating on this fileset or change the "enforce_dependencies" option to "false".
* Executing preDSA command.
What does "gdbm.gdbm-RUN" and "db.db-RUN" corerequesites for fileset "perl.perl-SHLIBS,r=5.8.8" mean? Where can i find it?
Max point to all correct answers!
Solved! Go to Solution.
- Tags:
- Perl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-23-2007 06:30 PM
тАО01-23-2007 06:30 PM
SolutionIf you have downloaded from HP-UX Porting center, you need to install all the run-time dependancies like db,libgcc, gettext, libiconv.
You can find corresponding depots on this page, http://hpux.connect.org.uk/hppd/hpux/Languages/perl-5.8.8/
grtz. mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-23-2007 06:34 PM
тАО01-23-2007 06:34 PM
Re: Error in installing perl 5.8.8
db - http://hpux.connect.org.uk/hppd/hpux/Development/Tools/db-4.5.20/
gdbm - http://hpux.connect.org.uk/hppd/hpux/Gnu/gdbm-1.8.3/
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-23-2007 06:51 PM
тАО01-23-2007 06:51 PM
Re: Error in installing perl 5.8.8
db-4.5.20 Berkeley DB database engine
Description: This one has been ported to a large number of platforms and includes B-tree and hashing routines and functions for fixed or variable length records. There are useful examples and documentation provided within the package.
gdbm-1.8.3 GNU dbm is a set of database routines
Description: The routines use extendible hashing and work similar to the standard UNIX dbm routines. They manage data files that contain key/data pairs. The access provided is that of storing, retrieval, and deletion by key and a non-sorted traversal of all keys.
And now for the "What can I do with it?". I'd best refer you to the documentation of DB_File, which - once you've installed perl - you can review with
# perldoc DB_File
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-23-2007 07:56 PM
тАО01-23-2007 07:56 PM