- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- DBI installation problem
Operating System - OpenVMS
1820072
Members
2541
Online
109608
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
тАО05-27-2010 07:28 AM
тАО05-27-2010 07:28 AM
DBI installation problem
Hi
I need for some advices about how I can proceed to solve my problems.
I'm trying to install the perl module DBI-1.611. I have an Alpha Operating System, Version V8.3 and perl v5.8.6 built for VMS_AXP installed.
During the perl Makefile.pl execution I obtain the warning:
Checking if your kit is complete...
Looks good
Warning: prerequisite Test::Simple 0.84 not found. We have 0.47.
So I've tried to install Test-Simple-0.94 from CPAN but during the mmk test execution I obtain an error (in the attachment).
In spite of this I've tried to make test also with DBI-1.611. I've obtain some warning with mmk and after I've got some tests fail with mmk test (in the attachment).
Regards
I need for some advices about how I can proceed to solve my problems.
I'm trying to install the perl module DBI-1.611. I have an Alpha Operating System, Version V8.3 and perl v5.8.6 built for VMS_AXP installed.
During the perl Makefile.pl execution I obtain the warning:
Checking if your kit is complete...
Looks good
Warning: prerequisite Test::Simple 0.84 not found. We have 0.47.
So I've tried to install Test-Simple-0.94 from CPAN but during the mmk test execution I obtain an error (in the attachment).
In spite of this I've tried to make test also with DBI-1.611. I've obtain some warning with mmk and after I've got some tests fail with mmk test (in the attachment).
Regards
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-27-2010 01:29 PM
тАО05-27-2010 01:29 PM
Re: DBI installation problem
I suggest getting Perl 5.10.1 or later (5.12.1 is current) and just doing:
$ cpanp install "DBI"
$ cpanp install "DBI"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-31-2010 08:00 AM
тАО05-31-2010 08:00 AM
Re: DBI installation problem
I have a question about the installation of perl. I work in a production environment and I have a series of modules installed. If I upgrade my perl version to 5.10.1 or later I suppose that I won't have to install the modules again. Is it true?
My modules obtained with ExtUtils::Installed are:
my $inst = ExtUtils::Installed->new();
my @moduli = $inst->modules();
::perl_root::lib::VMS_AXP::5_8_6::.packlist
Digest::HMAC
Digest::MD4
Digest::MD5
Digest::SHA1
Module::CoreList
Net::SSLeay
Perl
radius
Thanks.Regards.
My modules obtained with ExtUtils::Installed are:
my $inst = ExtUtils::Installed->new();
my @moduli = $inst->modules();
::perl_root::lib::VMS_AXP::5_8_6::.packlist
Digest::HMAC
Digest::MD4
Digest::MD5
Digest::SHA1
Module::CoreList
Net::SSLeay
Perl
radius
Thanks.Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-31-2010 02:16 PM
тАО05-31-2010 02:16 PM
Re: DBI installation problem
Pure-Perl modules (no XS code) would likely still work across Perl versions, though extracting the correct pieces from an old installation and moving them to a new one would likely be more difficult than simply re-installing them.
XS extensions use the public API of the Perl interpreter, which is not guaranteed to be binary compatible across major versions, e.g. 5.8.x to 5.10.x or 5.10.x to 5.12.x. So you do have to rebuild the extensions that are not included with the core (well over a hundred are included).
The situation on VMS is a bit worse because we do not use GSMATCH to maintain upward compatibility for extensions even where it's theoretically possible to do so (I'm speaking of the authoritative sources, not of the HP-supplied 5.8.6 kit, which may or may not have GSMATCH included).
You do have a couple of alternatives. It looks like DBI wants Test::Simple 0.84 or later, so you're not necessarily bound to use 0.94. Also, since you're not really interested in Test::Simple per se but rather DBI, you could try simply ignoring the Test::Simple test failures and see if it's good enough to make DBI happy.
XS extensions use the public API of the Perl interpreter, which is not guaranteed to be binary compatible across major versions, e.g. 5.8.x to 5.10.x or 5.10.x to 5.12.x. So you do have to rebuild the extensions that are not included with the core (well over a hundred are included).
The situation on VMS is a bit worse because we do not use GSMATCH to maintain upward compatibility for extensions even where it's theoretically possible to do so (I'm speaking of the authoritative sources, not of the HP-supplied 5.8.6 kit, which may or may not have GSMATCH included).
You do have a couple of alternatives. It looks like DBI wants Test::Simple 0.84 or later, so you're not necessarily bound to use 0.94. Also, since you're not really interested in Test::Simple per se but rather DBI, you could try simply ignoring the Test::Simple test failures and see if it's good enough to make DBI happy.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP