Re: can't locate Apache/Build.pm

2005-01-08 Thread Randy Kobes
On Sat, 8 Jan 2005, Randy Kobes wrote: > On Sat, 8 Jan 2005, Ron Savage wrote: > > > > But now, during nmake test I answer 2 questions, and then get: > > > > [warning] running with new config opts: > > C:\Perl\bin\perl.exe > > C:\Perl-modules\Apache-Test-1.19\t\TEST > > -bugreport -verbose=0 -htt

Apache::DBI

2005-01-08 Thread Angie Ahl
Hi I posted this to the DBI list yesterday and no replies yet ;(. It's just as much a question about mod_perl and persistence as anything else so I thought I'd ask you lovely people. can anyone tell me whether the following will work. I've got myself all confused over persistency (of every kind).

Re: Apache::DBI

2005-01-08 Thread Charles P. Frank
Hi Angie, > I'm hoping to have a persistent database connection for each request, > but not get values mixed up between requests and sites. I think you should be able to connect to your datasource and store the connection in Apache pnotes something like this in your main connection routine: my

Re: Apache::DBI

2005-01-08 Thread Perrin Harkins
On Sat, 2005-01-08 at 19:07 +, Angie Ahl wrote: > Will this work? Yes. > Will I have problems with variables becoming "shared" ie vars values > getting mixed up between connections? No, not if you call DBI->connect() every time you want a connection. You only get in trouble if you keep your

Re: can't locate Apache/Build.pm

2005-01-08 Thread Ron Savage
On Sat, 8 Jan 2005 00:28:32 -0600 (CST), Randy Kobes wrote: Hi Randy, Geoff > No, it definitely should not be like that ... There was a problem > like this on Win32 (related to apxs needing the PATH environment > variable set), but that I believe has been fixed with the current > Apache-Test. To

Re: can't locate Apache/Build.pm

2005-01-08 Thread Ron Savage
On Sat, 8 Jan 2005 09:28:35 -0600 (CST), Randy Kobes wrote: Hi Randy, Geoff > Actually, I think this problem arises because in the Win32 binary > package you're using, I forgot to include a reconfiguration of the > apxs utility to reflect the location of Apache2. Try reinstalling > apxs by gettin