- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DBD Modules for Perl
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-15-2003 02:05 PM
10-15-2003 02:05 PM
DBD Modules for Perl
Basically I'm having big problems trying to recompile for a number of obscure reasons.
Can you send to my email address
ken.woolard@originenergy.com.au
thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 03:08 PM
10-15-2003 03:08 PM
Re: DBD Modules for Perl
try the perl 5.8 at this site
https://www.beepz.com/personal/merijn/
you'll get DBI 1.38 for 11.11/64 bit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 03:41 PM
10-15-2003 03:41 PM
Re: DBD Modules for Perl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 03:59 PM
10-15-2003 03:59 PM
Re: DBD Modules for Perl
Did you try the perl5.8.0 depot at HPUX Software site below.
http://hpux.connect.org.uk/hppd/hpux/Languages/perl-5.8.0/
This has DBD and DBI inbuilt but am not sure what version they are.
Give a try and see if that helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 05:03 PM
10-15-2003 05:03 PM
Re: DBD Modules for Perl
I've tried a perl -V. Should the modules be listed under the @INC line. Looking at this line I see no description of these DB modules.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 05:30 PM
10-15-2003 05:30 PM
Re: DBD Modules for Perl
do
swlist -l file|grep DBI.pm
swlist -l file |grep DBD.pm
i could see both these modules. But to test, surprisingly when i used
use DBI;
use DBD;
in a perl script.
The DBI module is fine but DBD doesn't get loaded, but i guess you give a try in you'r script coz seeing at this location i have seen that you can access the oracle database using DBI.
http://search.cpan.org/~timb/DBD-Oracle-1.14/Oracle.pm
Cheers
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2003 12:49 AM
10-16-2003 12:49 AM
Re: DBD Modules for Perl
The one from the Porting Center has n't got anything in relation to "Oracle" at all.I belive merijn is doing something in that line.
In general what problem do you have when you try to compile from the source??
Obviously, you can't include some of the modules into perl source code ( because of the dependency issues ) , But you should be able to compile the source and add the modules later.
Mehdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2003 01:37 AM
10-16-2003 01:37 AM
Re: DBD Modules for Perl
No-one's distribution will include a DBD-Oracle. The reasons are obvious and explained on my site.
My distro includes a recent DBI. The 5.8.1 ports I recently uploaded include the currently most recent DBI-1.38
Reading this thread, I have not got the faintest idea what part is failing for you.
The only thing I can come up with, is that you are somehow not using the perl you just installed, but fallback to an old version still hanging around earlier in your $PATH.
Please check with 'perl -v' or 'perl -V' if the version you installed is the same as what you expect(ed).
Enjoy, have FUN! H.Merijn