> -----Original Message-----
> From: Irek [mailto:[EMAIL PROTECTED]]
> Sent: Friday, January 26, 2001 6:52 AM
> To: mod_perl list
> Subject: Re: Can't connect to Oracle in mod_perl ????
> 
> 
> Use of inherited AUTOLOAD for non-method DBD::Oracle::ORA_OCI() is
> deprecated at 
> /usr/lib/perl5/site_perl/5.005/i386-linux/DBD/Oracle.pm line
> 48.

I think I remember seeing this when DBD::Oracle 1.04 first came out and I
was playing with stuff...

try rebuilding DBD::Oracle after applying the following patch to 1.06:

--- Makefile.PL.old     Wed Nov 29 13:11:39 2000
+++ Makefile.PL Wed Nov 29 13:11:55 2000
@@ -67,7 +67,7 @@
 my %mk_target_rules;
 
 # Options (rarely needed)
-$::opt_b = 1;  # try to use Oracle's own 'build' rule
+$::opt_b = 0;  # try to use Oracle's own 'build' rule
 $::opt_m = 0;  # path to proc.mk or oracle.mk file to read
 $::opt_p = ''; # alter preference for oracle.mk over proc
 $::opt_n = ''; # Oracle .mk macro name to use for library list to link with

HTH

--Geoff


Reply via email to