Re: Apache::DBI with mod_perl 2.0

2002-06-26 Thread Stas Bekman
Zac Morris wrote: > Ok, still no luck. Every dependancy has more dependancies all of which go > back and back to mod_perl 1 stuff already being in place > > > My question is, can I download the Apache 1.3 source (don't "make" it), then > run the mod_perl 1 build to get all the pm files in p

Re: Apache::DBI with mod_perl 2.0

2002-06-26 Thread Zac Morris
om: "Stas Bekman" <[EMAIL PROTECTED]> To: "Zac Morris" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, June 25, 2002 12:26 PM Subject: Re: Apache::DBI with mod_perl 2.0 > Zac Morris wrote: > > Ahhh, ok more clarity. :) > > > > Forgi

Re: Apache::DBI with mod_perl 2.0

2002-06-25 Thread Stas Bekman
Zac Morris wrote: > Ahhh, ok more clarity. :) > > Forgive me if I'm just not doing my detective work in poking around for > documentation, but is there a doc that contains all the "kludges" or > "assumed modules" I need to already have in place? All the docs that we have now are at http://perl.

Re: Apache::DBI with mod_perl 2.0

2002-06-25 Thread Zac Morris
Morris" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, June 25, 2002 11:02 AM Subject: Re: Apache::DBI with mod_perl 2.0 > Zac Morris wrote: > > Yeah, so I've tried these suggestions: > > > > use Apache2(); > > use Apache::compat

Re: Apache::DBI with mod_perl 2.0

2002-06-25 Thread Stas Bekman
Zac Morris wrote: > Yeah, so I've tried these suggestions: > > use Apache2(); > use Apache::compat; > > and I'm still getting the errors: > > Undefined subroutine &Apache::Module::loaded called at > /usr/lib/perl5/site_perl/5.6.1/i386-linux/Apache/compat.pm line 95. > Compilation failed

Re: Apache::DBI with mod_perl 2.0

2002-06-25 Thread Zac Morris
Yeah, so I've tried these suggestions: use Apache2(); use Apache::compat; and I'm still getting the errors: Undefined subroutine &Apache::Module::loaded called at /usr/lib/perl5/site_perl/5.6.1/i386-linux/Apache/compat.pm line 95. Compilation failed in require at ./db_connect_test.pm li

Re: Apache::DBI with mod_perl 2.0 (was Re: [ANNOUNCE] Apache::DBI 0.89)

2002-06-23 Thread Per Einar Ellefsen
At 00:49 23.06.2002, Charles Aulds wrote: >At 06:41 PM 6/21/02 +0200, Per Einar Ellefsen ([EMAIL PROTECTED]) wrote: > >>As Apache::DBI hasn't been tested with mod_perl 2.0 yet, you will need to: >>1) make sure you are using the prefork MPM for Apache (as Stas said, >>Apache::DBI can only work wit

Re: Apache::DBI with mod_perl 2.0 (was Re: [ANNOUNCE] Apache::DBI 0.89)

2002-06-22 Thread Charles Aulds
At 06:41 PM 6/21/02 +0200, Per Einar Ellefsen ([EMAIL PROTECTED]) wrote: >>As Apache::DBI hasn't been tested with mod_perl 2.0 yet, you will need to: >>1) make sure you are using the prefork MPM for Apache (as Stas said, >>   Apache::DBI can only work with that one) >>2) You will probably need to

Re: Apache::DBI with mod_perl 2.0 (was Re: [ANNOUNCE] Apache::DBI 0.89)

2002-06-22 Thread Charles Aulds
At 06:41 PM 6/21/02 +0200, Per Einar Ellefsen ([EMAIL PROTECTED]) wrote: As Apache::DBI hasn't been tested with mod_perl 2.0 yet, you will need to: 1) make sure you are using the prefork MPM for Apache (as Stas said, Apache::DBI can only work with that one) 2) You will probably need to run mod_per

Re: Apache::DBI with mod_perl 2.0 (was Re: [ANNOUNCE] Apache::DBI 0.89)

2002-06-21 Thread Per Einar Ellefsen
At 19:46 21.06.2002, Stas Bekman wrote: >Per Einar Ellefsen wrote: >>At 18:26 21.06.2002, Zac Morris wrote: >> >>>I actually have a question along these lines >>> >>>I'm new to mod_perl myself, and I've just installed a new setup with Apache2 >>>and the mod_perl2 beta. >>> >>>That's all workin

Re: Apache::DBI with mod_perl 2.0 (was Re: [ANNOUNCE] Apache::DBI0.89)

2002-06-21 Thread Stas Bekman
>> but first you need: >> >> PerlModule Apache2 >> >> or 'use Apache2' in startup.pl. see: >> >http://perl.apache.org/release/docs/2.0/user/config/config.html#Accessing_the_mod_perl_2_0_Modules > >> > > > Nope, he did a "clean" mod_perl 2 install, without MP_INST_APACHE2 I > think... so does

Re: Apache::DBI with mod_perl 2.0 (was Re: [ANNOUNCE] Apache::DBI0.89)

2002-06-21 Thread Stas Bekman
Per Einar Ellefsen wrote: > At 18:26 21.06.2002, Zac Morris wrote: > >> I actually have a question along these lines >> >> I'm new to mod_perl myself, and I've just installed a new setup with >> Apache2 >> and the mod_perl2 beta. >> >> That's all working well and my old cgi-bin type stuff wo

Re: Apache::DBI with mod_perl 2.0 (was Re: [ANNOUNCE] Apache::DBI 0.89)

2002-06-21 Thread Per Einar Ellefsen
At 18:26 21.06.2002, Zac Morris wrote: >I actually have a question along these lines > >I'm new to mod_perl myself, and I've just installed a new setup with Apache2 >and the mod_perl2 beta. > >That's all working well and my old cgi-bin type stuff works under mod_perl >great. > >Now I'm trying