Operating System - HP-UX
1833784 Members
5124 Online
110063 Solutions
New Discussion

Perl with DBI & DBD::Oracle for HP-UX 11.20

 
Gal Baras
New Member

Perl with DBI & DBD::Oracle for HP-UX 11.20


I need to use Perl with DBI & DBD::Oracle for HP-UX 11.20. Ideally, I'd like to build it on my specific machine, but I'll consider precompiled packaged.

I've found a package on https://www.beepz.com/personal/merijn/ and have downloaded and untarred it under /opt/perl, but it only seems to contain DBI, not DBD::Oracle, as advertised. Any ideas?

Thanks,
Gal
Fear is the enemy
2 REPLIES 2
Rory R Hammond
Trusted Contributor

Re: Perl with DBI & DBD::Oracle for HP-UX 11.20

You can get the module at
http://www.cpan.org/modules/by-module/DBD/

Installing was easy.
There are a 100 ways to do things and 97 of them are right
Gal Baras
New Member

Re: Perl with DBI & DBD::Oracle for HP-UX 11.20

Well, I've done that, but kept getting the attached output.

I've checked the header files and all of the above definitions actually exist, so I'm not sure what's happening. Must be something gcc is not reading properly in the HP headers.

Gal
Fear is the enemy