AW: apache errors w/DBD

2002-06-13 Thread Markus . Bonet
> I am getting the following error from apache server when > trying to issue > Oraperl: > > install_driver(Oracle) failed: Can't load > '/usr/local/perl/lib/site_perl/5.6.1/PA-RISC2.0/auto/DBD/Oracl > e/Oracle.sl' > for module DBD::Oracle: No such file > or directory at > /usr/local/perl/lib/5

AW: :Oracle causes core dump

2002-05-23 Thread Markus . Bonet
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 cause

DBD::Oracle causes core dump

2002-05-23 Thread Markus . Bonet
Hi! I compiled Perl 5.6.1 with gcc 2.95.2 on a HP-UX 11.00 machine. Oracle is 8.0.0.3 EE. Compiling and installing DBI-1.21 wasn't a problem DBD::Oracle was a bit tricky (had to set PERL_DL_NONLAZY=0), but now it compiles and installs ok. Using $dbh=DBI->connect('dbi:Oracle:host=localhost;sid