RE: Embperl 2.1 - memory wrap on BSD (was: won't make -- missing typemap)

2005-12-16 Thread Wilde, Donald
Hi, Gerald - I just checked all my incidentals: Apache::Server, Apache::Session, and Apache::SessionX are all up to date as per CPAN. Can you give me any more ideas what to check? Is it something related to the fact that I'm using Apache 1.3.34? -- Don WildeOrg 01737505-844-1126 A man w

RE: Embperl 2.1 - memory wrap on BSD (was: won't make -- missing typemap)

2005-12-16 Thread Gerald Richter
Hi, > > I just checked all my incidentals: Apache::Server, > Apache::Session, and Apache::SessionX are all up to date as per CPAN. > > Can you give me any more ideas what to check? Is it something > related to the fact that I'm using Apache 1.3.34? > No, Apache is not even started during th

RE: Embperl 2.1 - memory wrap on BSD (was: won't make -- missing typemap)

2005-12-16 Thread Wilde, Donald
I'm sorry, Gerald, I don't understand. What do you mean by 'without Apache support'? Without mod_perl? -- Don WildeOrg 01737505-844-1126 A man who carries a cat by the tail learns something he can learn in no other way. - Mark Twain -Original Message- From: Gerald Richter [ma

RE: Embperl 2.1 - memory wrap on BSD (was: won't make -- missing typemap)

2005-12-16 Thread Wilde, Donald
> No, Apache is not even started during this early test. However, there is a call to Apache -> server which sets $srv_rec -- Don WildeOrg 01737505-844-1126 A man who carries a cat by the tail learns something he can learn in no other way. - Mark Twain --

RE: Embperl 2.1 - memory wrap on BSD (was: won't make -- missing typemap)

2005-12-16 Thread Gerald Richter
> > I'm sorry, Gerald, I don't understand. What do you mean by > 'without Apache support'? Without mod_perl? > Yes, when Makefile.PL ask for mod_perl support, just say N Gerald ** Virus checked by BB-5000 Mailfilter ** ---

RE: Embperl 2.1 - memory wrap on BSD (was: won't make -- missing typemap)

2005-12-16 Thread Gerald Richter
> > > No, Apache is not even started during this early test. > > > However, there is a call to Apache -> server which sets $srv_rec > It only does it when it runs inside of mod_perl (the call is inside the if($modperl)) Gerald ** Virus checked by BB-5000 Mailfilter **

RE: Embperl 2.1 - memory wrap on BSD (was: won't make -- missing typemap)

2005-12-16 Thread Wilde, Donald
Did make clean, perll Makefile.PL, [n]. Same error. Compiling strace now to try that. -- Don WildeOrg 01737505-844-1126 A man who carries a cat by the tail learns something he can learn in no other way. - Mark Twain -Original Message- From: Gerald Richter [mailto:[EMAIL PROT

RE: Embperl 2.1 - memory wrap on BSD (was: won't make -- missing typemap)

2005-12-16 Thread Wilde, Donald
dswtrace.tgz sent directly to [EMAIL PROTECTED] -- Don WildeOrg 01737505-844-1126 A man who carries a cat by the tail learns something he can learn in no other way. - Mark Twain -Original Message- From: Gerald Richter [mailto:[EMAIL PROTECTED] Sent: Friday, December 16, 2005

RE: Embperl 2.1 - memory wrap on BSD (was: won't make -- missing typemap)

2005-12-16 Thread Wilde, Donald
looking at that trace, it really doesn't tell me much more than we already have. Is there a place in Makefile.PL that I can add strace where it will trace that write(1, "PERL_DL_NONLAZY=0 /usr/bin/perl "..., 68PERL_DL_NONLAZY=0 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl ) = 68 that appea

RE: Embperl 2.1 - memory wrap on BSD (was: won't make -- missing typemap)

2005-12-16 Thread Gerald Richter
> > looking at that trace, it really doesn't tell me much more > than we already have. Is there a place in Makefile.PL that I > can add strace where it will trace that > > write(1, "PERL_DL_NONLAZY=0 /usr/bin/perl "..., > 68PERL_DL_NONLAZY=0 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl >