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

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
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

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: DBI Problem...

2001-08-13 Thread Thomas Eibner
On Mon, Aug 13, 2001 at 03:33:18PM -, qazi Ahmed wrote: > Hi DBI Gurus, Even though many lurk here too, you're on the wrong list for DBI help. > I have DBD, DBI, Apache::DBI installed in my machine. > Actually when i try to access the database i am getting the following error. Try DBI users

DBI Problem...

2001-08-13 Thread qazi Ahmed
Hi DBI Gurus, I have DBD, DBI, Apache::DBI installed in my machine. Actually when i try to access the database i am getting the following error. Please help... Had to create DBD::Pg::dr::imp_data_size unexpectedly at /sw/tools/lib/perl5/sit e_perl/5.005/sun4-solaris/DBI.pm line 707. Had to cre

Re: mod_perl/DBI problem

2001-07-31 Thread Curtis Hawthorne
st haven't gotten around to it :-) Anyways, much thanks for all your help! Curtis H. - Original Message - From: "Geoffrey Young" <[EMAIL PROTECTED]> To: "'Curtis Hawthorne'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, Ju

RE: mod_perl/DBI problem

2001-07-31 Thread Geoffrey Young
> -Original Message- > From: Curtis Hawthorne [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 31, 2001 3:48 PM > To: Geoffrey Young; [EMAIL PROTECTED] > Subject: Re: mod_perl/DBI problem > > > Well, that works perfectly, but doesn't do anything :-). >

Re: mod_perl/DBI problem

2001-07-31 Thread Curtis Hawthorne
ach sub, go at it a completely different way, or am I way off in my analysis of the problem? Really confused, Curtis H. - Original Message - From: "Geoffrey Young" <[EMAIL PROTECTED]> To: "'Curtis Hawthorne'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED

RE: mod_perl/DBI problem

2001-07-31 Thread Geoffrey Young
> -Original Message- > From: Geoffrey Young [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 31, 2001 12:46 PM > To: 'Curtis Hawthorne'; [EMAIL PROTECTED] > Subject: RE: mod_perl/DBI problem > > yup, looks like mod_perl doesn't offer that to windows

RE: mod_perl/DBI problem

2001-07-31 Thread Geoffrey Young
> -Original Message- > From: Curtis Hawthorne [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 31, 2001 12:24 PM > To: [EMAIL PROTECTED] > Subject: Re: mod_perl/DBI problem > > > That looks like that will do exactly what I need. I tried it > my code

Re: mod_perl/DBI problem

2001-07-31 Thread Curtis Hawthorne
Curtis H. - Original Message - From: "Geoffrey Young" <[EMAIL PROTECTED]> To: "'Curtis Hawthorne'" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, July 31, 2001 10:04 AM Subject: RE: mod_perl/DBI problem > the way most people

RE: mod_perl/DBI problem

2001-07-31 Thread Geoffrey Young
> -Original Message- > From: Curtis Hawthorne [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 31, 2001 10:47 AM > To: [EMAIL PROTECTED] > Subject: Re: mod_perl/DBI problem > > > Even when using Apache::DBI, I still have the same problem - > If it times out

Re: mod_perl/DBI problem

2001-07-31 Thread Curtis Hawthorne
e connections) is version 0.28. Any ideas? Curtis H. - Original Message - From: "Ged Haywood" <[EMAIL PROTECTED]> To: "Curtis Hawthorne" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, July 27, 2001 4:19 PM Subject: Re: mod_perl/DBI problem >

Re: mod_perl/DBI problem

2001-07-27 Thread Ged Haywood
Hi there, On Fri, 27 Jul 2001, Curtis Hawthorne wrote: > So, how can I have it try to connect to the database again if it fails, but > keep the connection persistent if it doesn't? Have a look in the Guide, there's lots of stuff in there about Apache::DBI. http://perl.apache.org/guide. 73, Ge

mod_perl/DBI problem

2001-07-27 Thread Curtis Hawthorne
I'm writing a script that will run under mod_perl that uses DBI to connect to an MS SQL server. The script works fine and mod_perl speeds it up quite a bit. Every so often, when the script tries to connect to the SQL server, the connection times out (I think the SQL server's a little slow), and

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

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 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

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-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
 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!!!

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

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

DBI Problem

2000-11-28 Thread Bob Foster
Hi Folks, Everything is working great but I can't make a connection to my Oracle database (which is on another server) using mod_perl. -Perl 5.005_03 is working great. -mod_perl 1.24_01 is working great with apache 1.3.14 -DBI 1.14 connections are working great with DBD Oracle 1.06 I can conne

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

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

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-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-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

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-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

Re: apache/mod_perl/dbi - problem

1999-12-13 Thread Volker Hess
Thanx Stas, > Doesn't it print the reason for the failure? Is your code looking like: > > man DBI: > $dbh = DBI->connect($data_source, $username, $password) >|| die $DBI::errstr; > > I mean, do you use $DBI::errstr? > > It can be a permission problem, your

Re: apache/mod_perl/dbi - problem

1999-12-13 Thread Stas Bekman
On Mon, 13 Dec 1999, Volker Hess wrote: > Hi, > > I use to servers with nearly the same configuration: > > host 1: > >Embedded Perl version 5.00503 for Apache/1.3.9 (Unix) Debian/GNU >AuthPostgreSQL/0.7.1 mod_perl/1.21 process 255, >running since Mon Dec 13 10:57:03 1999 > >co

apache/mod_perl/dbi - problem

1999-12-13 Thread Volker Hess
Hi, I use to servers with nearly the same configuration: host 1: Embedded Perl version 5.00503 for Apache/1.3.9 (Unix) Debian/GNU AuthPostgreSQL/0.7.1 mod_perl/1.21 process 255, running since Mon Dec 13 10:57:03 1999 completely using debian packages host 2: Embedded Perl versi