Little Update...

> DBD::Oracle was a bit tricky (had to set PERL_DL_NONLAZY=0), 
> but now it compiles and installs ok.

Now it compiles ok (after commenting 'OCI_HTYPE_SUBSCRIPTION' - line 100 and 
'OCI_DTYPE_LOCATOR' - line 109 out from oci8.c), but 'make test' passes t/base.t, all 
other causes core-dumps.
This is the output:

t/base..............ok                                                       
t/general...........dubious                                                  
        Test returned status 0 (wstat 139, 0x8b)
        test program seems to have generated a core
t/long..............dubious                                                  
        Test returned status 0 (wstat 139, 0x8b)
        test program seems to have generated a core
t/ph_type...........dubious                                                  
        Test returned status 0 (wstat 139, 0x8b)
        test program seems to have generated a core
t/plsql.............dubious                                                  
        Test returned status 0 (wstat 139, 0x8b)
        test program seems to have generated a core
t/reauth............skipped test on this platform
Failed Test Status Wstat Total Fail  Failed  List of Failed
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
t/general.t        0   139    ??   ??       %  ??
t/long.t           0   139    ??   ??       %  ??
t/ph_type.t        0   139    ??   ??       %  ??
t/plsql.t          0   139    ??   ??       %  ??
1 test skipped.
Failed 4/6 test scripts, 33.33% okay. 0/5 subtests failed, 100.00% okay.
*** Error exit code 2

Stop.

> Using
> 
> $dbh=DBI->connect('dbi:Oracle:host=localhost;sid=xlab;port=262
> 9', 'xxxxxx', 'xxxxxx') or die "Unable to connect: $DBI::errstr";
> 
> causes Perl to do a core dump ('segmentation fault').

Obviously still failing...
 

Any help would be fine ;-)) BTW, am I right here in this mailing-list with my problem?

Markus

Reply via email to