Patch to oci8.c to avoid segfault

2007-12-13 Thread Paul G. Weiss
I've been playing around with the DBD::Oracle 1.20 RC4 embedded object support and found that I get segfaults unless I apply the following patch: --- oci8.c.old 2007-12-13 16:54:45.625233000 -0500 +++ oci8.c 2007-12-13 16:48:21.204639000 -0500 @@ -1544,7 +1544,7 @@

Re: ANNOUNCE: DBD::Oracle 1.20 Release Candidate

2007-12-13 Thread Tim Bunce
Google suggests that Jv_registersClasses is a 'weak symbol' so shouldn't cause errors if undefined. That suggests there's a problem with your compiler/linker configuration. Tim. On Thu, Dec 13, 2007 at 03:18:16PM -0500, Richard T Malafa wrote: > Alex, > I went over the information again. Jv_re

Re: ANNOUNCE: DBD::Oracle 1.20 Release Candidate

2007-12-13 Thread Richard T Malafa
Alex, I went over the information again. Jv_registersClasses is undefined in everywhere on the HP UX machines. I can hardly believe that no one has solved this problem since I see things like below for HP machines. I've even tried doing DBI from source and I get the Jv_registersClasses erro