[mp1] tie-die unfashionable

2003-02-23 Thread Brad Bowman
Hello, I've partially tracked down a problem but I'm not sure if it's a bug or if I'm just misusing the api. The reason that I think it may be a bug is that I developed my code with a dso mod_perl and it worked but it broke when I started using a compiled in version (debian's apache-perl). I wan

Re: [mp2] send_http_header() can't be called before the responsephase

2003-02-23 Thread Nick Tonkin
On Thu, 20 Feb 2003, Stas Bekman wrote: > Stas Bekman wrote: > > Nick Tonkin wrote: > [...] > >> send_http_header() can't be called before the response phase > > Nick, I've just committed a better solution. Please verify that it works for you. Now that the uri bug is fixed, this fix works fine, S

Re: [mp2.0] Can't locate object method "push_handlers" via package"Apache::RequestRec"

2003-02-23 Thread Stas Bekman
Eric A. Zarko wrote: I am a little rusty (switched to telecomm ... just doing some web work on the side now), but my script "looks" okay to me. The archive and many hours to trying different things do not seem to be helping. Has anyone seen this before, or can you see a problem with it? TIA [...

Re: HELP - Problem installing modperl

2003-02-23 Thread Stas Bekman
Pablo Jejcic wrote: Here is my 'perl -V'. Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration: [...] Compiler: cc='cc', ccflags ='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', [...] cccdlflags='-KPIC', lddlflags='-G' Still, either you aren't using the same compiler as

mp2: a new helper module: ModPerl::MethodLookup

2003-02-23 Thread Stas Bekman
I've just committed a new module, called ModPerl::MethodLookup to figure out which modules to load for wanted functionality, or to simply preload all mod_perl modules. For more info see: http://perl.apache.org/docs/2.0/api/ModPerl/MethodLookup.html ___

[mp2.0] Can't locate object method "push_handlers" via package"Apache::RequestRec"

2003-02-23 Thread Eric A. Zarko
I am a little rusty (switched to telecomm ... just doing some web work on the side now), but my script "looks" okay to me. The archive and many hours to trying different things do not seem to be helping. Has anyone seen this before, or can you see a problem with it? TIA System Info ===

Re: child-parent memory access / mod_perl / shared mem /inter-proccess communication , etc..

2003-02-23 Thread Perrin Harkins
On Sun, 2003-02-23 at 10:46, Jim Morrison [Mailing-Lists] wrote: > Having spent the w/e getting to grips with startup.pl's and the such I'm > beginning to discover that it's only possible to share read-only memory > and as soon as you write to memory it splits off.. .. The situation with forked A

child-parent memory access / mod_perl / shared mem / inter-proccess communication , etc..

2003-02-23 Thread Jim Morrison [Mailing-Lists]
Hello, Could someone help!?.. I always thought that it was technically possible under mod_perl to share memory between Child processes.. Having spent the w/e getting to grips with startup.pl's and the such I'm beginning to discover that it's only possible to share read-only memory and as soon

Re: Preloading DBI crashes Apache

2003-02-23 Thread Dan Brosemer
On Sun, Feb 23, 2003 at 04:26:51PM +0100, Dr. Helmut Zeilinger wrote: > Hi Dan, > > i had a similar problem with DBI. Did you reinstall (recompile) the > DBI module after you installed Perl 5.80 from a previous Perl version (and > maybe all DBD drivers)? No. This was a fresh install of OpenBSD

Re: Preloading DBI crashes Apache

2003-02-23 Thread Dr. Helmut Zeilinger
Hi Dan, i had a similar problem with DBI. Did you reinstall (recompile) the DBI module after you installed Perl 5.80 from a previous Perl version (and maybe all DBD drivers)? Helmut --On Friday, February 21, 2003 16:28:19 -0500 Dan Brosemer <[EMAIL PROTECTED]> wrote: Hi. I'm new here, and ho

Re: Preloading DBI crashes Apache

2003-02-23 Thread Dan Brosemer
On Sun, Feb 23, 2003 at 04:35:39AM -0800, Ask Bjoern Hansen wrote: > On Fri, 21 Feb 2003, Dan Brosemer wrote: > > Hi. I'm new here, and hoping someone can help me. I've installed the > > latest -current version of OpenBSD, and loaded mod_perl as a DSO. That gets > > me Apache 1.3.27, Perl 5.8.0,

Re: Preloading DBI crashes Apache

2003-02-23 Thread Ask Bjoern Hansen
On Fri, 21 Feb 2003, Dan Brosemer wrote: > Hi. I'm new here, and hoping someone can help me. I've installed the > latest -current version of OpenBSD, and loaded mod_perl as a DSO. That gets > me Apache 1.3.27, Perl 5.8.0, and mod_perl 1.27. [...] > These are taken using DBD::mysql. I'd be happ