1838576 Members
4097 Online
110128 Solutions
New Discussion

HP Perl DBD and DBI

 
SOLVED
Go to solution
YLTan
Frequent Advisor

HP Perl DBD and DBI


I download HP Perl 5.8 from software.hp.com
But I also need perl DBD and perl DBI, does HP have these perl modules, where can I get these HP version or can I use those from perl.com directly?
tyl
2 REPLIES 2
Robert-Jan Goossens
Honored Contributor
Solution

Re: HP Perl DBD and DBI

Hi,

Check Merijn's page,

https://www.beepz.com/personal/merijn/

Regards,

Robert-Jan
ranjith_2
New Member

Re: HP Perl DBD and DBI

you can download DBI and DBD from www.cpan.org and build it urself,

in case you get a error saying
/usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage:

Then use to preload the library, the libraries which you may have to preload is libcl.sl and libjava.sl, but that depends on the Oracle version you are using. just make sure u use LD_PRELOAD only for the process you are running.
for eg.
bash$ LD_PRELOAD=/JRE/lib/PA_RISC/native_threads/libjava.sl make test