Re: Trouble with Apache::Request

2003-08-06 Thread Randy Kobes
On Fri, 1 Aug 2003, Jie Gao wrote: > Hi All, > > perl-5.8.0 + mp1.99_10. > --- > > I am having problem trying to get /perl-status work. > > It bombs out in Status.pm at the following location: > > -- > if (

Re: Trouble with Apache::Request

2003-07-31 Thread Jie Gao
Hi All, perl-5.8.0 + mp1.99_10. --- I am having problem trying to get /perl-status work. It bombs out in Status.pm at the following location: -- if (eval {require Apache::Request}) { $newQ ||= sub {

Re: Trouble with Apache::Request

2003-07-31 Thread Stas Bekman
www.sprocketdata.com : -Original Message- : From: Stas Bekman [mailto:[EMAIL PROTECTED] : Sent: Thursday, July 31, 2003 6:48 AM : To: K Old : Cc: ModPerl List : Subject: Re: Trouble with Apache::Request : : : >>On 6 Jun 2003, K Old wrote: : : [...] : : > Well, here are the errors I'm ge

RE: Trouble with Apache::Request

2003-07-31 Thread Glenn E. Bailey III
darn thing for about 3 hours. . Glenn E. Bailey III . Sprocket Data, Inc. . http://www.sprocketdata.com : -Original Message- : From: Stas Bekman [mailto:[EMAIL PROTECTED] : Sent: Thursday, July 31, 2003 6:48 AM : To: K Old : Cc: ModPerl List : Subject: Re: Trouble with Apache::Request

Re: Trouble with Apache::Request

2003-07-31 Thread Stas Bekman
On 6 Jun 2003, K Old wrote: [...] Well, here are the errors I'm getting: When I *force* and install of Apache::Request and a script calls Apache::Request, this is in the error_log: [Fri Jun 6 17:27:31 2003] [error] Can't locate object method "new" via package "Apache::Request" at /usr/lib/perl5/

Re: Trouble with Apache::Request

2003-06-08 Thread Randy Kobes
On Sun, 8 Jun 2003, K Old wrote: > On Sun, 2003-06-08 at 01:50, Randy Kobes wrote: > > On Fri, 7 Jun 2003, K Old wrote: > > [ .. ] > > > Stas, thanks for your reply. I downloaded the CVS source and > > > it still failed all tests. Below is the output from make test > > > and the output from perl

Re: Trouble with Apache::Request

2003-06-08 Thread K Old
On Sun, 2003-06-08 at 01:50, Randy Kobes wrote: > On Fri, 7 Jun 2003, K Old wrote: > [ .. ] > > Stas, thanks for your reply. I downloaded the CVS source and > > it still failed all tests. Below is the output from make test > > and the output from perl -V. Any help is appreciated! > > Another th

Re: Trouble with Apache::Request

2003-06-07 Thread Randy Kobes
On Fri, 7 Jun 2003, K Old wrote: [ .. ] > Stas, thanks for your reply. I downloaded the CVS source and > it still failed all tests. Below is the output from make test > and the output from perl -V. Any help is appreciated! Another thing that may be worth trying - if you've installed libapreq, t

RE: Trouble with Apache::Request

2003-06-07 Thread Ged Haywood
Hi there, (Replying to off-list post just this once:} On 6 Jun 2003, K Old wrote: > Mandrake 9.0 (and several other linux distros) come out of the box with > Perl 5.8.0 built with threads. Ah. For some reason I was thinking you'd built the Perl yourself. > I'm guessing that having Perl compil

Re: Trouble with Apache::Request

2003-06-06 Thread Stas Bekman
[ CC'ing the apreq-dev list. In the future please post apreq build problems questions to the apreq-dev list: http://httpd.apache.org/apreq/ ] K Old, please try the httpd-apreq cvs version: I just did: % cd httpd-apreq % perl-5.8.0-ithread Makefile.PL -httpd /home/httpd/httpd_perl/bin/httpd &&

RE: Trouble with Apache::Request

2003-06-06 Thread K Old
Hi Ged, On Fri, 2003-06-06 at 13:55, Ged Haywood wrote: > Hi there, > > On 6 Jun 2003, K Old wrote: > > > No, I didn't build a threaded Perl, it seems to be the popular thing > > among any linux distro these days to build it with threads. > > > > I'll build a version without threads just to s

Re: Trouble with Apache::Request

2003-06-06 Thread Randy Kobes
On Fri, 6 Jun 2003, K Old wrote: > Hello everyone, > > I'm having trouble getting Apache::Request installed on my > Mandrake 9.0 system. Let me first say that I'm not using the > Apache that came with Mandrake 9.0. I downloaded Apache > 1.3.27, mod_perl 1.27 and PHP 4.3.1 sources and compiled an

RE: Trouble with Apache::Request

2003-06-06 Thread Ged Haywood
Hi there, On 6 Jun 2003, K Old wrote: > No, I didn't build a threaded Perl, it seems to be the popular thing > among any linux distro these days to build it with threads. > > I'll build a version without threads just to see if it works Want to run that by me again?? > > I'm having trouble ge

RE: Trouble with Apache::Request

2003-06-06 Thread K Old
Kitch, No, I didn't build a threaded Perl, it seems to be the popular thing among any linux distro these days to build it with threads. I'll build a version without threads just to see if it works, as I'm out of things to try. Thanks, Kevin On Fri, 2003-06-06 at 12:39, Kitch, David wrote: > D

RE: Trouble with Apache::Request

2003-06-06 Thread Kitch, David
Did you do a threaded build of Perl 5.8.0? You might try a non-threaded Perl build. Regards, Kitch [EMAIL PROTECTED] -Original Message- From: K Old [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 11:27 AM To: ModPerl List Subject: Trouble with Apache::Request Hello everyone, I'm