Re: Trouble getting mod_perl and apache running with Apache::DBI

2003-08-18 Thread Perrin Harkins
On Mon, 2003-08-18 at 11:33, K Old wrote: > My problem was that I was not declaring "PerlModule Apache::DBI" in > httpd.conf BEFORE my "PerlRequire /etc/httpd/conf/startup.pl". Also, I > was doing a "use Apache::DBI" in my startup.pl file, which I shouldn't > have done. Sorry, that is not correct

Re: Trouble getting mod_perl and apache running with Apache::DBI

2003-08-18 Thread K Old
On Sun, 2003-08-17 at 11:41, Perrin Harkins wrote: > On Fri, 2003-08-15 at 10:34, K Old wrote: > > What's happening is that with "use Apache::DBI" uncommented in either > > the httpd.conf or startup.pl Apache does not start. > > Do you have something in your code that connects to a database during

Re: Trouble getting mod_perl and apache running with Apache::DBI

2003-08-17 Thread Perrin Harkins
On Fri, 2003-08-15 at 10:34, K Old wrote: > What's happening is that with "use Apache::DBI" uncommented in either > the httpd.conf or startup.pl Apache does not start. Do you have something in your code that connects to a database during startup? That could be a problem. Also, what's the point o

Re: Trouble getting mod_perl and apache running with Apache::DBI

2003-08-15 Thread K Old
I left out my version of Perl. I'm using 5.6.1 from RPM. Kevin On Fri, 2003-08-15 at 10:34, K Old wrote: > Hello everyone, > > I've set mod_perl up with Apache::DBI on several servers, both with > mod_perl from RPM's and building it myself, but I am having a horrible > time with a new server I'