RE: Problem with Apache::DBI under mod_perl!!

2000-11-27 Thread Jason Liu
November 23, 2000 5:40 AM > To: [EMAIL PROTECTED] > Subject: Problem with Apache::DBI under mod_perl!! > > > Hi all, > > I have installed on the my machine the following modules: > apache 1.3.12-2 > perl-5.00503-10 > mod_perl 1.21-10 > DBI 1.14 > Apache

Re: Problem with Apache::DBI under mod_perl!!

2000-11-24 Thread Edmund Mergl
Edmar Edilton da Silva wrote: > > Hi all, > > I am sending again the previous message because I still didn't know how > > to resolve the below problem. Can anyone any idea how help me? > > I have installed on the my machine the following modules: > apache 1.3.12-2 > perl-5.00503-10

Problem with Apache::DBI under mod_perl!!

2000-11-24 Thread Edmar Edilton da Silva
Hi all, I am sending again the previous message because I still didn't know how to resolve the below problem. Can anyone any idea how help me? I have installed on the my machine the following modules: apache 1.3.12-2 perl-5.00503-10 mod_perl 1.21-10 DBI 1.14 DBD::Oracle Apache::DBI

Re: Problem with Apache::DBI under mod_perl!!

2000-11-23 Thread Edmar Edilton da Silva
Hi, I added the code folow in the config file, but the Apache ::DBI module continue don't working. If I don't load the Apache::DBI module, the apache works correctly. Using only the DBI and DBD::Oracle modules, I can access the Oracle database no problems. Really the problem must be in the

Re: Problem with Apache::DBI under mod_perl!!

2000-11-23 Thread Ian Kallen
> #!/usr/bin/perl > > use strict; > > # Extend @INC if needed > use lib qw(/dir/foo /dir/bar); # ok, setup the Oracle and (optionally) the debug DBI environment BEGIN { $ENV{'ORACLE_HOME'}='/highway/to/orac/hell'; $ENV{DBI_TRACE}="3=/var/tmp/dbitrace.log"; } > > # Make sure we are in

Re: Problem with Apache::DBI under mod_perl!!

2000-11-23 Thread Edmar Edilton da Silva
Sorry, but I forgot, I also have installed a DBD module for the Oracle ( the "DBD::Oracle" ). Do you have any idea to resolve this problem? Thanks, Sapphire Software wrote: > Hello > > Don't you need a DBD module? > > Or did I miss something? > > Ruben > > ---

Re: Problem with Apache::DBI under mod_perl!!

2000-11-23 Thread Sapphire Software
Hello Don't you need a DBD module? Or did I miss something? Ruben - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Problem with Apache::DBI under mod_perl!!

2000-11-23 Thread Edmar Edilton da Silva
Hi all, I have installed on the my machine the following modules: apache 1.3.12-2 perl-5.00503-10 mod_perl 1.21-10 DBI 1.14 Apache::DBI 0.87 For enable the mod_perl module, I added the below code in the configuration file of apache ("httpd.conf"): # If the perl module is installed, this