Re: unable to makefile of the modperl

2001-05-03 Thread Stas Bekman
Anuradha, Please don't turn mailing lists replies into private threads. If I've replied to the list and not privately to you, this means that I wanted the replies and follow-ups to go to the list. We [supporting community] do this for these reasons: * We didn't volunteer to be your private hel

Re: unable to makefile of the modperl

2001-05-03 Thread Anuradha Satyanarayana
Thanks a lot !!! After all i got a reply. I am still stuck with the same problem. I have already installed LW P modules, HTML::HeadParser is also installed, Apache 1.3.4, libwwwp, and all the other modules. Still then i am getting these daignostic messages. In some mails in the mailing list, s

Re: unable to makefile of the modperl

2001-05-03 Thread Stas Bekman
On Thu, 3 May 2001, Anuradha Satyanarayana wrote: > Unable to make the modperl Makefile.PL downloaded from perl.apache.org. > throwing errors like the following: > > > Checking for LWP::UserAgent..failed > Can't locate HTTP/Request.pm in @INC at lib/LWP/UserAgent.pm line 97. > BEGIN failed--c

unable to makefile of the modperl

2001-05-03 Thread Anuradha Satyanarayana
Unable to make the modperl Makefile.PL downloaded from perl.apache.org. throwing errors like the following: Checking for LWP::UserAgent..failed Can't locate HTTP/Request.pm in @INC at lib/LWP/UserAgent.pm line 97. BEGIN failed--compilation aborted at lib/LWP/UserAgent.pm line 97. The libwww

Re: PerlAccessHandler -- struggling and drowning

2001-05-03 Thread David Kenzik
will trillich said... > problem: some browsers see 'redirect' and ignore all other > headers, so the cookies aren't set. when the browser arrives at > the login area, there's no cookie to send there, to formulate > a return-to address from. What percentage of 'some browsers' is your user b

[OT] Re: mod_perl subs defined, but don't exist? SOLVED mostly

2001-05-03 Thread Ken Williams
[EMAIL PROTECTED] (will trillich) wrote: > >sub search { > ># > >{ > >use CGI qw/:standard/; > >my $form = join '', > >map { > >hidden( > >-name => $_, > >-val

Re: mod_perl subs defined, but don't exist? SOLVED mostly

2001-05-03 Thread will trillich
On Thu, May 03, 2001 at 08:52:38PM -0500, Ken Williams wrote: > I can't follow this test case. Your previous message had a test case, > but it was way too big. Can you whittle this down into the smallest > possible program that demonstrates something you don't understand, and > post that? My gu

Re: Insecure dependency errors

2001-05-03 Thread Stas Bekman
On Fri, 4 May 2001, Cees Hek wrote: > On Thu, 3 May 2001, Barry Veinotte wrote: > > > [Thu May 3 15:06:57 2001] [error] Insecure dependency in open while > > running with -T switch at >/usr/local/www/vhosts/ad-eagle.com/cgi-bin/ad-eagle/lib/AdEagle.pm line 472. > > The scripts using the .pm ar

Re: mod_perl subs defined, but don't exist? SOLVED mostly

2001-05-03 Thread Ken Williams
I can't follow this test case. Your previous message had a test case, but it was way too big. Can you whittle this down into the smallest possible program that demonstrates something you don't understand, and post that? My guess is that you'll figure out the problem in the process, but if not,

Re: mod_perl subs defined, but don't exist? SOLVED mostly

2001-05-03 Thread will trillich
On Thu, May 03, 2001 at 01:19:45AM -0500, will trillich wrote: > On Thu, May 03, 2001 at 12:29:53AM -0500, will trillich wrote: > > long version-- > > > > I have a subroutine that IS DEFINED, but it's not showing up as > > defined. I used the *Symbol::Table::name{CODE} method myself and > > sure

Re: PERL.COM, ORA and Songline mailservers SUCK!

2001-05-03 Thread Richard Dice
FMTEYEWTKA pissing off Jesse. :-) Cheers, Richard > Subject: PERL.COM, ORA and Songline mailservers SUCK! >Date: Thu, 3 May 2001 20:09:02 -0400 >From: Jesse Erlbaum <[EMAIL PROTECTED]> > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > > I've been trying for THREE DAYS to email SOME

PERL.COM, ORA and Songline mailservers SUCK!

2001-05-03 Thread Jesse Erlbaum
I've been trying for THREE DAYS to email SOMEBODY at PERL.COM about taking out a damn ad in their Perl.Com newsletter. EVERY EMAIL ADDRESS LISTED IN THE NEWSLETTER AND WEBSITE BOUNCES. It's not like they bounce with the same cause, either! That's the FUNNY part. It looks like Songline's sever

Re: Insecure dependency errors

2001-05-03 Thread Cees Hek
On Thu, 3 May 2001, Barry Veinotte wrote: > [Thu May 3 15:06:57 2001] [error] Insecure dependency in open while > running with -T switch at >/usr/local/www/vhosts/ad-eagle.com/cgi-bin/ad-eagle/lib/AdEagle.pm line 472. > > The scripts using the .pm are running under Apache::Registry and have b

Re: Apache Processes hanging

2001-05-03 Thread Paul Cotter
This answer has nothing to do with modperl - sorry. I have had the same problem on a Sybase database with a 'normal' application. This situation can occur due to a database (b)locks, particularly if a transaction is composed of more than one update, or it fires a referential trigger which has the

RE: Apache Processes hanging

2001-05-03 Thread Rob Bloodgood
> I'm having similar problems, but we think it's directly related to > Oracle. Basically, a connection is made to the Oracle database, a > transaction is started and finished, but the connection to the > database doesn't go away and the statement (at least from the oracle > side) never seems to f

Re: Apache Processes hanging

2001-05-03 Thread Robert Landrum
At 10:37 AM -0400 5/3/01, Kevin Slean wrote: >Mod_perlers, > >I have a problem with Apache and was looking for your thoughts on my problem >or some additional mailing lists more focused on just Apache. > >I have 70 httpd daemons running and some of them just appear to hang. As >time goes by, the

RE: :Parser & Expat cause segfaults

2001-05-03 Thread Lakshmanan, Srikrishnan
Reg this problem , Paul Kulchenko ( Soap::Lite wizard ) helped me with a solution given below, back last Fall . I used it with immediate success , and I hope it is applicable: ** SOLUTION ** If using SOAP::Lite (or XML::Parser::Expat) in combination with mod_perl causes random segmentatio

Insecure dependency errors

2001-05-03 Thread Barry Veinotte
Hi People. This is a strange problem, and I am not even sure if it is directly related to mod_perl or not, but since there has been a couple guys on this for a couple of hours now with no answers, I thought I woud check to see if anyone has seen such errors: [Thu May 3 15:06:57 2001] [error] I

Re: HTTP::Cookies problem

2001-05-03 Thread Gisle Aas
Jonas Nordström <[EMAIL PROTECTED]> writes: > How can I copy cookies from an incoming request to a LWP-request and also > add a custom cookie? Can I use HTTP::Cookies? > > I use: > $request->header('Cookie' => $r->header_in("Cookie")); > and it works fine, but now I want to add a cookie that th

Re: Apache Processes hanging

2001-05-03 Thread Stas Bekman
On Thu, 3 May 2001, Kevin Slean wrote: > > Mod_perlers, > > I have a problem with Apache and was looking for your thoughts on my problem > or some additional mailing lists more focused on just Apache. > > I have 70 httpd daemons running and some of them just appear to hang. As > time goes by, th

Re: HTTP::Cookies problem

2001-05-03 Thread will trillich
On Thu, May 03, 2001 at 12:54:46PM +0200, Jonas Nordstr?m wrote: > How can I copy cookies from an incoming request to a LWP-request and also > add a custom cookie? Can I use HTTP::Cookies? > > I use: > $request->header('Cookie' => $r->header_in("Cookie")); > and it works fine, but now I want to

RE: Apache Processes hanging

2001-05-03 Thread Paul G. Weiss
I can't help you, but I have been having the same problem. ( I had thought it was because we're running old code - Stronghold with mod_perl 1.24. I'm really hoping it goes away when we upgrade to 1.3.19 w 1.25, or at least I can have a better chance debugging it. ) My solution for the hun

[OT] *O*L*D* messages!

2001-05-03 Thread Paul
For no reason I can explain, a sudden flurry of year-old messages I sent seems to have just resurfaced. While I have no idea what might've caused it, please take a moment to note the timestamp on messages you see from me, so as not to waste too much of your time. Thanks, all. Paul --- Eric Cho

Re: hang time, segfaults

2001-05-03 Thread Paul
--- Cliff Woolley <[EMAIL PROTECTED]> wrote: > > It hangs a lot, especially on page reloads. Sometimes it delivers > > pages perfectly, other times it takes half a minute. The other day > > the error log piled up with several dozen segfault child expirations > > while checking it from a coworke

Apache Processes hanging

2001-05-03 Thread Kevin Slean
Mod_perlers, I have a problem with Apache and was looking for your thoughts on my problem or some additional mailing lists more focused on just Apache. I have 70 httpd daemons running and some of them just appear to hang. As time goes by, the number of hung processes increases such that there

RE: :Parser & Expat cause segfaults

2001-05-03 Thread Oskari 'Okko' Ojala
On Thu, 3 May 2001, Oskari 'Okko' Ojala wrote: > I'll let you know if the problem gets solved. Upgrading to Perl 5.6.1 seems to do the job. Thanks to all who helped! Oskari Ojala

RE: PerlAccessHandler via set_handlers()?

2001-05-03 Thread Chris Strom
> -Original Message- > From: will trillich [mailto:[EMAIL PROTECTED]] > > thanks one and all for the pointers on cookies. i probably grok > 738% more than i did, but i have a feeling it's still only 13% of > the pie. or in this case, cookie... > > so how's this PerlAccessHandler, for twi

HTTP::Cookies problem

2001-05-03 Thread Jonas Nordström
How can I copy cookies from an incoming request to a LWP-request and also add a custom cookie? Can I use HTTP::Cookies? I use: $request->header('Cookie' => $r->header_in("Cookie")); and it works fine, but now I want to add a cookie that the client didn't send. Can I use $cookie_jar->set_cookie()

RE: :Parser & Expat cause segfaults

2001-05-03 Thread Matt Sergeant
On Thu, 3 May 2001, Oskari 'Okko' Ojala wrote: > On Thu, 3 May 2001, Stephen Anderson wrote: > > > > Got a problem: About 250 of 1000 requests cause a segfault > > > (11) when using XML::Parser::parse() under mod_perl. > > > There's (apparently) a known symbol conflict between XML::Parser 2.30

RE: :Parser & Expat cause segfaults

2001-05-03 Thread Oskari 'Okko' Ojala
On Thu, 3 May 2001, Stephen Anderson wrote: > > Got a problem: About 250 of 1000 requests cause a segfault > > (11) when using XML::Parser::parse() under mod_perl. > There's (apparently) a known symbol conflict between XML::Parser 2.30 and > Apache (which I only know because it happened to someo

RE: :Parser & Expat cause segfaults

2001-05-03 Thread Stephen Anderson
> -Original Message- > From: Oskari 'Okko' Ojala [mailto:[EMAIL PROTECTED]] > Got a problem: About 250 of 1000 requests cause a segfault > (11) when using > XML::Parser::parse() under mod_perl. In FAQs it is stated that this is > because of the bundled Expat in Apache. > > I've tried