Apache::DBI Problem

2000-01-07 Thread Dennis Megarry
This message was sent from Geocrawler.com by "Dennis Megarry" <[EMAIL PROTECTED]> Be sure to reply to that address. Everything was running fine, i installed mod_perl and ApacheDBI, now, I get errors trying to connect to mySQL, the message showing up in my error_log file is this: httpd: [Thu J

Apache::DBI problem..

2000-04-04 Thread Niral Trivedi
All.. I am new to mod_perl so, please forgive me if this questions sounds stupid.. I have successfully installed mod_perl 1.22 and Apache 1.3.12 under BSD/OS BSDI 3.1 And able to run normal cgi script... But problem occurs while I am trying to run script with DBI.. I have successfully installed

Apache::DBI problem

2000-09-12 Thread Evelin Halling
Hi, I am using Apache::DBI for user authentication and it works just fine with one exception, it does not kill the sql backend server process starting up during authentication, so after some time postgres is running out of allowed backend server processes and authentication does not work any

Apache::DBI problem

2001-05-05 Thread Grigoriy G. Vovk
Here are my files: httpd.conf - Alias /perl/ "/usr/local/www/perl/" PerlModule Apache::DBI PerlRequire /usr/local/www/startup.pl PerlModule Apache::Registry PerlModule Apache::DBI PerlSetEnv PERLDB_OPTS "NonStop=1 LineInfo=/tmp/db.out AutoTrace=1 frame

Re: Apache::DBI problem..

2000-04-04 Thread Rajesh Kumar Mallah
Did you install DBD ?? fro the particular database you installed. eg for mysql install cpan> install Bundle::DBD::mysql Rajesh Kumar Mallah --- Learning Universe Pvt. Ltd. 59 Mandakini, GK IV, New Delhi 110019 Tel: (91-11) 6412100, 6480342, 6480365 http

RE: Apache::DBI problem..

2000-04-05 Thread Stuart Pattullo
I have experienced a similar problem using the RedHat binary RPMs for Apache and mod_perl (more than one version of each software). Apache bails out, with no error logged when you have PerlModule Apache::DBI in the httpd.conf. I've seen this for more than one version of Apache and mod_perl, on mo

Re: Apache::DBI problem..

2000-04-05 Thread Niral Trivedi
Actually I already have MySQL module installed on our machine... Because I am able to run cgi/perl script which uses DBI module.. I mean I am able to run any normal cgi script.. So, I think that suggests that we have all the required module installed on our machine.. Niral Rajesh Kumar Mallah w

Re: Apache::DBI problem

2000-09-12 Thread Perrin Harkins
On Tue, 12 Sep 2000, Evelin Halling wrote: > I am using Apache::DBI for user authentication and it works just fine > with one exception, it does not kill the sql backend server process > starting up during authentication, so after some time postgres is > running out of allowed backend server proce

Re: Apache::DBI problem

2001-05-05 Thread Edmund Mergl
"Grigoriy G. Vovk" wrote: > > Here are my files: > > httpd.conf - > > Alias /perl/ "/usr/local/www/perl/" > PerlModule Apache::DBI > PerlRequire /usr/local/www/startup.pl > PerlModule Apache::Registry > PerlModule Apache::DBI > PerlSetEnv PERLDB_OPTS

Another Apache::DBI problem

2001-09-06 Thread Mauricio Herrera
Hi! I'm running modperl 1.26 and apache 1.3.20 on a Solaris machine. I added Apache::DBI and other DBI modules. I added the following line to the httpd.conf line to use Apache::DBI PerlModule Apache::DBI Before any other DBI command as stated on the docs. Here's the error I get at starting apa

Re: Another Apache::DBI problem

2001-09-06 Thread Perrin Harkins
3. > > Line 304 of httpd.conf is the "PerlModule Apache::DBI" command. > > Any ideas? This looks like a DBI installation problem, not an Apache::DBI problem. Does DBI work when you don't use Apache::DBI? - Perrin

Re: Another Apache::DBI problem

2001-09-06 Thread Mauricio Herrera
>This looks like a DBI installation problem, not an Apache::DBI problem. >Does DBI work when you don't use Apache::DBI? >- Perrin You are right. It gives me the same error when I try to use DBI alone: [error] Can't load '/usr/local/lib/perl5/site_perl/5.6.1/sun4-sola

Re: Another Apache::DBI problem

2001-09-06 Thread Perrin Harkins
> The DBI installation went fine, I used CPAN. DBI version is 1.20. I looked > for the DBI.so and the DBI.pm files and they are in the correct paths. > > What may be the problem? I don't know, but you might have more luck asking about it on the DBI list. Or you could do some searching on Google f

Apache::DBI problem and writting a perl module!!!

2000-12-02 Thread Edmar Edilton da Silva
Hi all, I still didn't solve the problem of the Apache::DBI. It can not be loaded into the apache's startup.pl file because happens a error during the starting of the apache, the child processes are not created. For using the Apache::DBI I had to add the "use Apache::DBI ()" code at the b

Re: Apache::DBI problem and writting a perl module!!!

2000-12-03 Thread Perrin Harkins
Edmar Edilton da Silva wrote: > I still didn't solve the problem of the Apache::DBI. It can not be > loaded into the apache's startup.pl file because happens a error during > the starting of the apache, the child processes are not created. For > using the Apache::DBI I had to add the "use Apac

Re: Apache::DBI problem and writting a perl module!!!

2001-01-10 Thread R. K . Mallah
 I faced the same problem and had  posted  similar email but I found an workaround that is there in the posting.   I get following error when i do perl -e 'use Apache::Status;use Apache::DBI' Can't locate object method "module" via package "Apa

Re: Apache::DBI problem and writting a perl module!!!

2001-01-10 Thread Stas Bekman
On Wed, 10 Jan 2001, R. K . Mallah wrote: > I faced the same problem and had posted similar email > but I found an workaround that is there in the posting. > > > > I get following error when i do > > perl -e 'use Apache::Status;use Apache::D

Re: Apache::DBI problem and writting a perl module!!!

2001-01-10 Thread R. K . Mallah
Stas , I do not face the problem anymore and Apache::DBI is loading without any problem. But i remember of facing problem at one point of time. may be with some older version. Could u please explain me  what does Apache->module do and where is it defined ? and Edmar could you please post the exac

Re: Apache::DBI problem and writting a perl module!!!

2001-01-11 Thread Stas Bekman
On Thu, 11 Jan 2001, R. K . Mallah wrote: > Stas , I do not face the problem anymore and Apache::DBI is loading > without any problem. But i remember of facing problem at one point of time. > may be with some older version. Ok > Could u please explain me what does Apache->module do and where i