Re: Mismatched Prototyped with mod_perl

2002-08-11 Thread Stas Bekman
Yair Lenga wrote: > I've currently in the process of moving from CGI to mod_perl. I noticed several >people that complain about "Mismatched prototype" warning. while most of the messages >are caused by perl handling of function declaration, I think that some of the >messages can be reduced by

Re: solaris 2.6, mod_perl 1.27, apache 1.3.26, resulting server fails

2002-08-11 Thread Lupe Christoph
On Monday, 2002-08-12 at 12:41:54 +0800, Stas Bekman wrote: > Lupe Christoph wrote: > >On Thursday, 2002-08-08 at 15:48:48 -0700, John E. Mendenhall wrote: > >>I have done all you have asked. All output appears similar. Three files, > >>including Log.xs. Nine entries in httpd for XS_Apache__Lo

Re: mod_perl install on SGI

2002-08-11 Thread Stas Bekman
Tom Keller wrote: > Greetings, > I am trying to install mod_perl with apache_1.2.26 on and SGI running > 6.5.16. > > apache was installed from the freeware.sgi.com website using their very > nice installer. Unfortunately, the clean up after installation seems to > remove the Makefile that is u

Re: How to detect data avaliability on ARP::Socket

2002-08-11 Thread Stas Bekman
Hideki Noma wrote: > I am currently developping a private module utilizing > PerlProcessConnection handler and facing a bit of problem. > (Apache::2.0.39 + mod_perl 1.99.04) > > This is the part of program: > sub handler { > my Apache::Connection $c = shift; > my APR::Socket $socket = $

Re: solaris 2.6, mod_perl 1.27, apache 1.3.26, resulting server fails

2002-08-11 Thread Stas Bekman
Lupe Christoph wrote: > On Thursday, 2002-08-08 at 15:48:48 -0700, John E. Mendenhall wrote: > >>On Thu, 8 Aug 2002, Lupe Christoph wrote: > > >>>Since mod_perl seems to play tricks with bootstrap, I don't really >>>know how this comes into play. >> > >>I have done all you have asked. All out

NTLM module

2002-08-11 Thread Kaye-Smith Adam
Hello , I am having some problems with the perl module AuthenNTLM . I am using Redhat 7.3 with Apache/1.3.23 (Unix) my httpd.conf file section is below PerlAuthenHandler Apache::AuthenNTLM AuthName "Warning you are entering a development server!! (and" AuthType ntlm,basic AuthUserFile htpass

Win32 Apache 2.0.40 & mod_perl 1.99_05

2002-08-11 Thread Sebastian Breier
Hi! When starting Apache 2.0.40, I get this error: Syntax error on line 173 of C:/Apache2/conf/httpd.conf: Cannot load C:/Apache2/modules/mod_perl.so into server: Die angegebene Prozedur wurde nicht gefunden. Last sentence translated: "The specified procedure could not be found". Line 173 of ht

RE: Compiled-in but not recognized

2002-08-11 Thread Colin
Hi thanks, Yes I have established the server is running only 1 http binary so it is the correct one. Having tried almost all the build types from the mod_perl docs site (over 2 days!), the result is still the same. It works find via a DSO though. Perhaps if we start have a flood of similar prob

RE: Compiled-in but not recognized

2002-08-11 Thread Ed Grimm
On Sun, 11 Aug 2002, Colin wrote: >> -Original Message- >> From: Ged Haywood [mailto:[EMAIL PROTECTED]] >> Sent: Sunday, August 11, 2002 6:02 PM >> Subject: Re: Compiled-in but not recognized >> >> >> Hi there, >> >> On Sun, 11 Aug 2002, Colin wrote: >> >>> I know this is a recurring prob

RE: Compiled-in but not recognized

2002-08-11 Thread Colin
> -Original Message- > From: Ged Haywood [mailto:[EMAIL PROTECTED]] > Sent: Sunday, August 11, 2002 6:02 PM > Subject: Re: Compiled-in but not recognized > > > Hi there, > > On Sun, 11 Aug 2002, Colin wrote: > > > I know this is a recurring problem but bear with me ... > > :) > > > httpd

Re: File Problems in Perl-Run?

2002-08-11 Thread Ged Haywood
Hi there, On Sun, 11 Aug 2002, Jeff Crist wrote: > We recently migrated to modPerl, but only the Perl-Run parser [snip] > randomly (maybe about 1 out of 20 times) only the first line of the file > is read. The code looks something like: Hmmm. "Something like" isn't the sort of thing we like t

Re: Compiled-in but not recognized

2002-08-11 Thread Ged Haywood
Hi there, On Sun, 11 Aug 2002, Colin wrote: > I know this is a recurring problem but bear with me ... :) > httpd -l > Compiled-in modules: > http_core.c > mod_so.c > mod_perl.c pwd? > Syntax error on line 1141 of /usr/local/apache/conf/httpd.conf: > > Invalid command 'PerlHandler', perhaps

Compiled-in but not recognized

2002-08-11 Thread Colin
Hi all, I know this is a recurring problem but bear with me ... Outputs: httpd -l Compiled-in modules: http_core.c mod_so.c mod_perl.c Now, when i try to add the usual: SetHandler perl-script PerlHandler Apache::Registry Options -Indexes ExecCGI PerlSendHeader On I also get the usual: Synt